DB/SpellAuraOptions: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 33: Line 33:
| 12 || unknown || Integer || Couldn't match values
| 12 || unknown || Integer || Couldn't match values
|}
|}
Related DB2s: [[DB/Spell|Spell]] | [[DB/SpellAuraOptions|SpellAuraOptions]] | [[DB/SpellAuraRestrictions|SpellAuraRestrictions]] | [[DB/SpellClassOptions|SpellClassOptions]] | [[DB/SpellCastingRequirements|SpellCastingRequirements]] | [[DB/SpellCaregories|SpellCategories]] | [[DB/SpellCooldowns|SpellCooldowns]] | [[SpellDescriptionVariables.dbc|SpellDescriptionVariables]] | [[DB/SpellEffect|SpellEffect]] | [[DB/SpellEquippedItems|SpellEquippedItems]] | [[DB/SpellInterrupts|SpellInterrupts]] | [[DB/SpellLevels|SpellLevels]] | [[DB/SpellMisc|SpellMisc]] | [[DB/SpellPower|SpellPower]] | [[DB/SpellReagents|SpellReagents]] | [[DB/SpellShapeShift|SpellShapeShift]] | [[DB/SpellTargetRestrictions|SpellTargetRestrictions]] | [[DB/SpellTotems|SpellTotems]] | [[DB/SpellVisualMissiles|SpellVisualMissiles]] | [[DB/SpellxSpellVisual|SpellxSpellVisual]]
[[User:Synric|Synric]] 12th July 2016
[[User:Synric|Synric]] 12th July 2016


==6.0.1.18179==
==6.0.1.18179==

Revision as of 18:00, 12 July 2016

Added in Cataclysm

7.0.1.21737

Column Field Type Notes
1 ID Integer
2 SpellID iRefID
3 ProcCharges Integer
4 ProcFlags Integer
5 unknown Integer Couldn't match values
6 StackAmount Integer
7 unknown Integer Couldn't match values
8 ProcChance Integer
9 unknown Integer Couldn't match values
10 unknown Integer Couldn't match values
11 unknown Integer Couldn't match values
12 unknown Integer Couldn't match values

Related DB2s: Spell | SpellAuraOptions | SpellAuraRestrictions | SpellClassOptions | SpellCastingRequirements | SpellCategories | SpellCooldowns | SpellDescriptionVariables | SpellEffect | SpellEquippedItems | SpellInterrupts | SpellLevels | SpellMisc | SpellPower | SpellReagents | SpellShapeShift | SpellTargetRestrictions | SpellTotems | SpellVisualMissiles | SpellxSpellVisual

Synric 12th July 2016

6.0.1.18179

struct SpellAuraOptionsRec {
  uint32_t m_ID;
  uint32_t m_spellID;
  uint32_t m_difficultyID;
  uint32_t m_cumulativeAura;
  uint32_t m_procChance;
  uint32_t m_procCharges;
  uint32_t m_procTypeMask;
  uint32_t m_procCategoryRecovery;
  uint32_t m_spellProcsPerMinuteID;
};

4.0.3.13329

Column Field Type Notes
1 ID Integer
2 StackAmount Integer
3 ProcChance Integer
4 ProcCharges Integer
5 ProcFlags Integer