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

Title: [QUESTION:WotlK]: Spell book New tabs.
Post 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)
Title: Re: [QUESTION:WotlK]: Spell book New tabs.
Post by: Amaroth on August 25, 2015, 10:25:59 pm
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.
Title: Re: [QUESTION:WotlK]: Spell book New tabs.
Post by: Nupper on August 26, 2015, 12:40:38 am
Quote from: "Amaroth"
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)
Title: Re: [QUESTION:WotlK]: Spell book New tabs.
Post by: Namiriu on September 18, 2015, 11:10:46 pm
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 :)
Title: Re: [QUESTION:WotlK]: Spell book New tabs.
Post by: Amaroth on September 19, 2015, 10:38:30 am
Quote from: "Amaroth"
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.
;)
Title: Re: [QUESTION:WotlK]: Spell book New tabs.
Post by: Namiriu on September 19, 2015, 11:17:48 am
Thanks going to checck this files :)
Title: Re: [QUESTION:WotlK]: Spell book New tabs.
Post by: reidospalas on January 09, 2017, 03:51:23 pm
(http://i58.tinypic.com/bgz5hu.jpg)[/quote]

Where you added icon to the spellbook table?