This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [Spell.dbc] Adjusting 20167 (Seal of Light)  (Read 1381 times)

Renan

  • Registred Member
  • Race Changer
  • *****
  • Posts: 33
    • View Profile
[Spell.dbc] Adjusting 20167 (Seal of Light)
« on: March 28, 2017, 05:39:15 am »
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.
« Last Edit: March 28, 2017, 05:41:25 am by Renan »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [Spell.dbc] Adjusting 20167 (Seal of Light)
« Reply #1 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.
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Renan

  • Registred Member
  • Race Changer
  • *****
  • Posts: 33
    • View Profile
Re: [Spell.dbc] Adjusting 20167 (Seal of Light)
« Reply #2 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.

Makpptfox

  • Contributors
  • Loreweaver
  • *****
  • Posts: 103
    • View Profile
Re: [Spell.dbc] Adjusting 20167 (Seal of Light)
« Reply #3 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 !
For support, send your Discord's ID by PM.

Renan

  • Registred Member
  • Race Changer
  • *****
  • Posts: 33
    • View Profile
Re: [Spell.dbc] Adjusting 20167 (Seal of Light)
« Reply #4 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.