Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Nupper on August 25, 2015, 03:19:48 pm
-
I am looking on how i can make my own tab for my own spells.
(http://i57.tinypic.com/33lhwt4.jpg)
-
I don't know all tables and DBCs used here, but for sure you will have to create a new skill (like Arms, Fury, Protection are). That means editing:
SkillLine.dbc - to create skill
SkillRaceClassInfo.dbc - to make skill learnable/usable by selected classes and races
SkillLineAbility.dbc - to assign spells to that skill (in this case it will make them appear in correct section in spellbook)
And probably something more, dunno what. Check blizzlike class skills, like for instance mentioned warrior's Arms skill.
-
I don't know all tables and DBCs used here, but for sure you will have to create a new skill (like Arms, Fury, Protection are). That means editing:
SkillLine.dbc - to create skill
SkillRaceClassInfo.dbc - to make skill learnable/usable by selected classes and races
SkillLineAbility.dbc - to assign spells to that skill (in this case it will make them appear in correct section in spellbook)
And probably something more, dunno what. Check blizzlike class skills, like for instance mentioned warrior's Arms skill.
Cheers that helped a lot :D
(http://i58.tinypic.com/bgz5hu.jpg)
-
Hey Nupper,
Maybe can you give the method you use here plz ? Think its going to help some ppl, because i try to creature new spell book tabs too !
Thanks :)
-
SkillLine.dbc - to create skill
SkillRaceClassInfo.dbc - to make skill learnable/usable by selected classes and races
SkillLineAbility.dbc - to assign spells to that skill (in this case it will make them appear in correct section in spellbook)
And probably something more, dunno what. Check blizzlike class skills, like for instance mentioned warrior's Arms skill.
;)
-
Thanks going to checck this files :)
-
(http://i58.tinypic.com/bgz5hu.jpg)[/quote]
Where you added icon to the spellbook table?