Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Phabulous on August 28, 2011, 09:35:02 pm

Title: [QUESTION] Trinity Talent Changes
Post by: Phabulous on August 28, 2011, 09:35:02 pm
Ello all,

I've been working with some more advanced talent changes and I'm a little stuck. I'm attempting to add the 6% critical hit immunity from Survival of the Fittest into talents for Paladins, Warriors, and Death Knights as well as some other such changes. I'm unsure if I need to modify the actual DBC for the spell or to also copy the script for Survival of the Fittest and edit it for the other classes and specs.

Any responses or guidance would be greatly appreciated. Once I've wrapped my head around it, I'll be glad to release a tutorial or patch or something.
Title: Re: [QUESTION] Trinity Talent Changes
Post by: Laniax on August 28, 2011, 10:20:59 pm
If you want to ADD 6% crit immunity to the existing effect, you will need to edit the dbc to display that inside the tooltip and edit the core for the actual effect. What part of the core depends on how the spell was scripted. If you want to 'swap' the effect (replacing existing effect with 6% crit immunity) a simple DBC change should be enough. Either way you will have to edit DBCs to display the changes in the client.
Title: Re: [QUESTION] Trinity Talent Changes
Post by: Phabulous on August 28, 2011, 10:42:50 pm
Quote from: "Laniax"
If you want to ADD 6% crit immunity to the existing effect, you will need to edit the dbc to display that inside the tooltip and edit the core for the actual effect. What part of the core depends on how the spell was scripted. If you want to 'swap' the effect (replacing existing effect with 6% crit immunity) a simple DBC change should be enough. Either way you will have to edit DBCs to display the changes in the client.

If I want to add the 6% crit immunity to the existing effect, what file in the core should I edit? I've been looking through them and can't find what file the Survival of the Fittest effect is scripted in.