Log in

View Full Version : DoT Spell Aggro


Nibiuno
12-06-2014, 11:46 AM
Is there a way to lower just DoT aggro? They are causing a lot more aggro than they should.

NatedogEZ
12-06-2014, 02:54 PM
Yes but it is a source change... I had this problem as well..

This line...
https://github.com/EQEmu/Server/blob/master/zone/spell_effects.cpp#L3474


change to...
http://pastebin.com/VcrrfL1w


The problem is that the spell is scaled before hate is added. So if you have buffs scaling percent damage.. the DoT ticks will give really insane aggro.

Nibiuno
12-07-2014, 09:29 AM
Yes but it is a source change... I had this problem as well..

This line...
https://github.com/EQEmu/Server/blob/master/zone/spell_effects.cpp#L3474


change to...
http://pastebin.com/VcrrfL1w


The problem is that the spell is scaled before hate is added. So if you have buffs scaling percent damage.. the DoT ticks will give really insane aggro.

Thanks, just applied and testing it. - edit: fixed it, thanks!

Kayen
12-08-2014, 12:13 AM
Going to just fix this for real