Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: Eclipse on May 26, 2012, 07:55:02 pm
-
I'm creating custom spells and I am not sure where to look as i've looked in spell.dbc and xmls. Where/what dbc/xml/lua script can I add custom spells to Class Spellbooks(ex: Frost)?
-
Hi,
You need to add a line in SkillLineAbility.dbc to do a link between Spell.dbc and SkillLine.dbc.
-
It works, thanks.