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

Title: [SOLVED] Adding To Class Spellbook
Post 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)?
Title: Re: [QUESTION] Adding To Class Spellbook
Post by: Jivy on May 26, 2012, 11:36:39 pm
Hi,

You need to add a line in SkillLineAbility.dbc to do a link between Spell.dbc and SkillLine.dbc.
Title: [SOLVED] Adding To Class Spellbook
Post by: Eclipse on May 27, 2012, 02:32:21 pm
It works, thanks.