Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Renan on March 28, 2017, 05:39:15 am

Title: [Spell.dbc] Adjusting 20167 (Seal of Light)
Post by: Renan on March 28, 2017, 05:39:15 am
I am attempting to reduce Seal of Light healing.
(http://i.imgur.com/PzVY5vC.png)
Yeah I know this is 20165, but it's relevant.

I am trying to change it from (0.15*AP)+(0.15*SP) to (0.05*AP)+(0.05*SP). Is there any way I can do this? I have been looking through the spell.dbc and trying to figure out what the relevant lines are, but I can not find anything that looks relevant to these values.

Additionally, if there were instead a way to adjust the chance for it to proc (for the heal to happen), I would greatly appreciate any help folks could give me to go about doing this.
Title: Re: [Spell.dbc] Adjusting 20167 (Seal of Light)
Post by: Amaroth on March 28, 2017, 10:45:50 am
Try world.spell_bonus_data table. And like you have said, focus on spell 20167. Spell 20165 just places an aura on Paladin and triggers 20167, which produces on hit effect itself, as far as I know. So you should be on a correct way.
Title: Re: [Spell.dbc] Adjusting 20167 (Seal of Light)
Post by: Renan on March 30, 2017, 11:31:19 pm
It worked! Thank you so much.

Do you have any clue how I might adjust proc chance? I tried looking through some of the tables pertaining to spell procs but couldn't find anything useful.
Title: Re: [Spell.dbc] Adjusting 20167 (Seal of Light)
Post by: Makpptfox on March 31, 2017, 02:31:53 am
Its in Spell_proc_event, in "custom chances".

Be sure to add/change the chances of the trigger' spell and not the triggered !
Title: Re: [Spell.dbc] Adjusting 20167 (Seal of Light)
Post by: Renan on March 31, 2017, 05:06:31 am
I was looking through my tables and don't see that one. I have spell_proc, but not spell_proc_event.
Title: Re: [Spell.dbc] Adjusting 20167 (Seal of Light)
Post by: stoneharry on April 04, 2017, 07:32:07 pm
What patch? Maybe this will help:

https://github.com/stoneharry/Spell-Editor-GUI-V2
https://github.com/stoneharry/Spell-Editor-GUI-V2/blob/master/Documentation/Vels%20Tag%20Documentation.txt