Forum > Serverside Modding

[Spell.dbc] Adjusting 20167 (Seal of Light)

(1/2) > >>

Renan:
I am attempting to reduce Seal of Light healing.
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.

Amaroth:
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.

Renan:
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.

Makpptfox:
Its in Spell_proc_event, in "custom chances".

Be sure to add/change the chances of the trigger' spell and not the triggered !

Renan:
I was looking through my tables and don't see that one. I have spell_proc, but not spell_proc_event.

Navigation

[0] Message Index

[#] Next page

Go to full version