HereticDamageLOP issues

Get support with your problems on Storm

Moderators: Project Admin, Support Team

HereticDamageLOP issues

Postby Yay » Tue Aug 14, 2012 5:38 pm

I noticed that the damage calculation on Heretic focus damage spells is corrupted. Referring to report 3704 and patch note 1.90 and 1.91 (and Char-Planer). I created a bug fix.

First of, what is wrong?
  • damage growth is exponential rather than linear
  • no damage growth cap (exploitable)
  • on resist the damage decreases rather than increases
  • no focus rupt on death of target ; even if the powerpool is empty it ticks a last time
I tried to create a bug fix. It will only fix the problems with HereticDamageLOP not the SpeedDecrease Pendant.
HereticDamageLostOnPulse.cs.patch
A working approach to the Heretic focus damage spell
(5.21 KiB) Downloaded 23 times
Forgot to say that I used the LifeDrainReturn column as DamageGrowthFactor and AmnesiaChance as DamageMultiplierCap.
Accordingly:
Code: Select all
UPDATE spell SET LifeDrainReturn=50, AmnesiaChance=250 WHERE Type='HereticDoTLostOnPulse' AND Name like 'Arawn%' LIMIT 9;
UPDATE spell SET LifeDrainReturn=40, AmnesiaChance=450 WHERE Type='HereticDoTLostOnPulse' AND( Name='Glistening Blaze' OR Name='Whirling Blaze' OR Name='Torrential Blaze') LIMIT 3;
User avatar
Yay
Contributor
 
Posts: 174
Joined: Mon May 21, 2012 9:06 pm

Re: HereticDamageLOP issues

Postby Graveen » Tue Aug 14, 2012 10:01 pm

thank you, excellent. Some classes need love (ie heretic, or warlock and i believe mauler) because they were roughly implemented.
Image
* pm me to contribute in Dawn of Light: code, database *
User avatar
Graveen
Project Leader
 
Posts: 12660
Joined: Fri Oct 19, 2007 9:22 pm
Location: France


Return to “%s” Support

Who is online

Users browsing this forum: No registered users and 1 guest