[Archive] Spell Question
[Archive] Spell Question
Archived author: Peacy • Posted: 2016-02-24T15:45:46+00:00
Original source
Have a brain pick for you! I'm making a spell that requires a buff to use similar to warriors victory rush! I'm looking though all the spells that require pocs (or auras) to use and they all have a number in the caster aura state column from stoneharrys spell editor! Victorious the aura needed on casters to cast Victory rush is caster aura state ID #10. Do you know where these IDS are defined? There is literally nothing on google, ownedcore,modcraft,ac-web,model-changing. I'm out of ideas on who to ask!
Thanks!
Archived author: Skarn • Posted: 2016-02-24T16:27:51+00:00
Original source
I am really bad at DBC modding but I guess you are looking for this information: https://wowdev.wiki/DB/Spell
Or related tables. ![]()
Archived author: Peacy • Posted: 2016-02-24T16:56:39+00:00
Original source
uint32 CasterAuraState; // 20 m_casterAuraState
is the field with id #10 in the spell the dbc, i'm wondering how that 10 connects to though. I'm trying to figure out how is 10 defined to the aura of victorious?