Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead. There is no support for other server builds than the official provided by l2jserver.com
_globalAggro = -10; // 10 seconds timeout of ATTACK after respawn...// Add all autoAttackable L2Character in L2Attackable Aggro Range to its _aggroList with 0 damage and 1 hate// A L2Attackable isn't aggressive during 10s after its spawn because _globalAggro is set to -10
Doesn't work. L2Monster becomes aggro immediately after respawn and starts attacking player. Should wait 10 seconds after respawn and get all visible objects inside its Aggro Range. How to fix it?