DB/SpellCastingRequirements: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 32: Line 32:
|}
|}


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]]
Related DB2s: [[DB/Spell|Spell]] | [[DB/SpellAuraOptions|SpellAuraOptions]] | [[DB/SpellAuraRestrictions|SpellAuraRestrictions]] | [[DB/SpellClassOptions|SpellClassOptions]] | [[DB/SpellCastingRequirements|SpellCastingRequirements]] | [[DB/SpellCategories|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]]





Revision as of 18:48, 12 July 2016

Added in Cataclysm.

7.0.1.21737

Column Field Type Notes
1 ID Integer
2 SpellID IRefID
3 MinFactionID Integer
4 RequiredAreaGroupID Integer
5 SpellFocusObject Integer
6 FacingCasterFlags Integer
7 MinReputation Integer
8 RequiredAuraVision Integer
9 Unknown Integer Always 0
10 Unknown Integer Always 0
11 Unknown Integer Always 0

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 SpellCastingRequirementsRec {
  uint32_t m_ID;
  uint32_t m_facingCasterFlags;
  foreign_key<uint32_t, &FactionRec::m_ID> m_minFactionID;
  int32_t m_minReputation;
  foreign_key<uint32_t, &AreaGroupRec::m_ID> m_requiredAreasID;
  uint32_t m_requiredAuraVision;
  foreign_key<uint32_t, &SpellFocusObjectRec::m_ID> m_requiresSpellFocus; 
};

4.0.3.13329

Column Field Type Notes
1 ID Integer
2 FacingCasterFlags Integer
3 MinFactionID Integer
4 MinReputation Integer
5 AreaGroupID Integer
6 RequiredAuraVision Integer
7 RequiresSpellFocus Integer