Hi Stoneharry! Is there any way to restrict which races can use a given spell?
Hi Stoneharry! Is there any way to restrict which races can use a given spell?
These ads disappear when you log in.
Typically you would restrict this through the SkillLineAbility DBC file, which maps spells to categories. This information is used by the server to know what initial spells to give a new character, which category to put the spells into, and what is available in a trainer.
wowdev.wiki/DB/SkillLineAbility
Hi again, Stoneharry. Do you know how to establish a custom spell with several ranks? I am trying to create a spell from whole cloth (which I have done successfully for a single iteration) that functions the same way as a spell with several ranks (like ice armor). I would like the casting of any rank to remove the currently active rank of that same spell. I've poked around with a few options but I can't seem to make it work without simply hijacking another spell (like ice armor) which is impractical since the new spell will conflict with an existing one. Any thoughts on which parameters needs to be set to link spells together as different ranks of the same spell? Let me know if I am missing something obvious or if I should be looking in another place to establish this link.