DeleteHate not work

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
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
ShinichiYao
Advanced User
Advanced User
Posts: 262
Joined: Tue Jan 12, 2016 3:53 am

DeleteHate not work

Post by ShinichiYao »

Serenade of Eva (SkillId: 1273) never stop mob attack.

And why this kind of effects call L2EffectType.HATE which easily confused?

Example:

Code: Select all

		// notify target AI about the attack
		if (((L2Character) target).hasAI() && !skill.hasEffectType(L2EffectType.HATE))
		{
			((L2Character) target).getAI().notifyEvent(CtrlEvent.EVT_ATTACKED, this);
		}
Post Reply