i have many error like
addGameTimeNotify();
L2Skill skill = FrequentSkill.ZAKEN_DAY_TO_NIGHT.getSkill();
if (npc.getAI().getDesire().getIntention() == CtrlIntention.ATTACK && !_hasTeleported)
if (mostHated != null && mostHated.isInsideRadius(_zakenLocation, 1500, true, false))
npc.doCast(FrequentSkill.ZAKEN_SELF_TELE.getSkill());
final Playable realBypasser = (isPet && player.getSummon() != null) ? player.getSummon() : player;