Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: soublast1337 on January 05, 2015, 04:22:30 pm
-
Hi there.
I have been trying to create my own riding skill, and I cannot find a single topic on the internet.
What it has to do is that atm in 3.3.5 the max riding skill is 300, so it should allow a higher number, so that in item_template you can assign skill 762 to need 400 for example.
I have tried editing SkillLineAbility and add in a new row, and created a new spell based on the Artisan Riding:
http://wotlk.openwow.com/spell=34093 (http://wotlk.openwow.com/spell=34093" onclick="window.open(this.href);return false;)
http://wotlk.openwow.com/spell=34091 (http://wotlk.openwow.com/spell=34091" onclick="window.open(this.href);return false;)
but It wont work as I want it to..
Can anyone help me with the steps on what has to be done? I also cannot find anywhere where the skill of 75, 150, 225 etc is controlled? SkillTiers.dbc doesnt give much info.
Hope you can help me! :)
-
Hi there.
I have been trying to create my own riding skill, and I cannot find a single topic on the internet.
What it has to do is that atm in 3.3.5 the max riding skill is 300, so it should allow a higher number, so that in item_template you can assign skill 762 to need 400 for example.
I have tried editing SkillLineAbility and add in a new row, and created a new spell based on the Artisan Riding:
http://wotlk.openwow.com/spell=34093 (http://wotlk.openwow.com/spell=34093" onclick="window.open(this.href);return false;)
http://wotlk.openwow.com/spell=34091 (http://wotlk.openwow.com/spell=34091" onclick="window.open(this.href);return false;)
but It wont work as I want it to..
Can anyone help me with the steps on what has to be done? I also cannot find anywhere where the skill of 75, 150, 225 etc is controlled? SkillTiers.dbc doesnt give much info.
Hope you can help me! :)
I used an unused Spell and edited it to appear as a riding skill and made sure the new mounts required that spell.
(http://i57.tinypic.com/10cjn15.jpg)
(http://i60.tinypic.com/vmqi6p.jpg)
-
I figured it out though haha, but that idea is brilliant as well :D
http://puu.sh/e6GW5/1b2c43f113.jpg (http://puu.sh/e6GW5/1b2c43f113.jpg" onclick="window.open(this.href);return false;)
-
Where was problem? This might interrest me in future.
-
Spell.dbc -> Value 112 -> Add 762 (SkillLine.dbc reference)
world.item_template -> RequiredSpell -> Spell.dbc id
Haven't bothered after 10 minutes to see what other values are required, e.g. increasing max value.