mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Correct some Aggro calcs
See updated post: http://www.eqemulator.org/forums/showthread.php?t=39819 Aggro:MaxStunProcAggro renamed to Aggro:MaxScalingProcAggro
This commit is contained in:
+1
-1
@@ -480,7 +480,7 @@ RULE_INT(Aggro, SpellAggroMod, 100)
|
||||
RULE_INT(Aggro, SongAggroMod, 33)
|
||||
RULE_INT(Aggro, PetSpellAggroMod, 10)
|
||||
RULE_REAL(Aggro, TunnelVisionAggroMod, 0.75) //people not currently the top hate generate this much hate on a Tunnel Vision mob
|
||||
RULE_INT(Aggro, MaxStunProcAggro, 400) // Set to -1 for no limit. Maxmimum amount of aggro that a stun based proc will add.
|
||||
RULE_INT(Aggro, MaxScalingProcAggro, 400) // Set to -1 for no limit. Maxmimum amount of aggro that HP scaling SPA effect in a proc will add.
|
||||
RULE_INT(Aggro, IntAggroThreshold, 75) // Int <= this will aggro regardless of level difference.
|
||||
RULE_CATEGORY_END()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user