Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: soublast1337 on December 14, 2016, 01:35:21 pm
-
Hi everyone, I recently started developing a custom talent tree, which, for some reason. Fucks up procs..
When I add the talent.dbc to my server, weird things begin to happend.
For example, mages Improved Counterspell makes the counterspell silence, proc on every target hit by ANY mage ability.
Immolate starts proccing Aftermath daze, which only conflag should.
Warriors swapping stances with Improved defensive stance, gains enrage?
How can this be possible? If i take out the talent.dbc and replace it with a blizz one, no bugs? Talent.dbc has nothing to do with spell procs, so how is this possible?
I did create several custom talent ranks, as i wanted a 3/3 layout so those with only 2/2 I created the remaining rank 3.
This is the talent.dbc:
http://puu.sh/sPbDK/01910a57e4.txt (http://puu.sh/sPbDK/01910a57e4.txt" onclick="window.open(this.href);return false;)
Can anyone guide me in the direction of wtf is going on?
Thank you!
-
No idea why this would happen. I thought spell.dbc was responsible for procs.
Try loading an unmodified talent.dbc and see if it still bugs. Then try making a tiny change, then another, etc.
-
Make the spells on spell.dbc (Rofl), When done go to Talent.dbc, find the classmask of the class you want to use, and you'll have a lot columns of them, Just add the custom spells, if you want to give it ranks it will be like it : Spells : 32154 > 32155 > 32156 > 32157
For setting a proc of spell, you'll need find the mask of them and edit the spell.dbc, like : Counterspell makes the counterspell silence
I made some talents like this to my custom class : https://www.youtube.com/watch?v=ZBORlJcKM5k&t (https://www.youtube.com/watch?v=ZBORlJcKM5k&t" onclick="window.open(this.href);return false;)
The class have one main skill (Chaos Strike) and the talent give a chance to proc it and cleave in all enemies
I made mine proc based on Spell_Trigger, you can do Spell_trigger too and put a silence when you hit spell : Counterspell
PS:Sorry me if i don't understand good your question, but if its that, good luck :)