when character die, how to remove full aggro of boss?

Alexander9595

Heir
Customer
when someone are doing any boss in the map, and die, after ressurect if some support lvl higher than boss give buff to character lvl equal boss, the support receive raid curse. So appers the boss dont lose the aggro after the character die.

someone knows how to fix or configure that?
 
when someone are doing any boss in the map, and die, after ressurect if some support lvl higher than boss give buff to character lvl equal boss, the support receive raid curse. So appers the boss dont lose the aggro after the character die.

someone knows how to fix or configure that?
Code:
# If a player dies or leaves during a raid or farming, only aggro is cleared (Off-like True).
# When set to False, both aggro and damage dealt by the player are reset.
ResetHateOnlyOnPlayerLeavingOrDead = True
# Clear hate only after max pursue range (Off-like True).
# When set to False, both aggro and damage dealt by the player are reset.
ResetHateOnlyAfterPursueRange = True
 
Back
Top