» Find Revision
L2J Revision 7225:
L2JDP Revision 4046:
Hi, i just update the server with the last revision and when it update the GrandBoss manager it shows this error:
Code: Select all
GrandBossManager: Updated Baium(29020) status to 1.../gameserver/data/scripts/ai/individual/Baium.javajava.lang.NullPointerException at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:1042) at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397) at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419) at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362) at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261) at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:409) at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310) at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250) at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAttacked(L2AttackableAI.java:2442) at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:422) at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362) at ai.group_template.L2AttackableAIScript.onAttack(L2AttackableAIScript.java:191) at ai.individual.Baium.onAttack(Baium.java:323) at com.l2jserver.gameserver.model.quest.Quest.onAttack(Quest.java:658) at com.l2jserver.gameserver.model.quest.Quest.notifyAttack(Quest.java:350) at com.l2jserver.gameserver.model.actor.L2Attackable.addDamage(L2Attackable.java:882) at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:456) at com.l2jserver.gameserver.model.actor.instance.L2GrandBossInstance.reduceCurrentHp(L2GrandBossInstance.java:67) at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:413) at handlers.skillhandlers.Mdam.useSkill(Mdam.java:175) at com.l2jserver.gameserver.model.actor.L2Character.callSkill(L2Character.java:6558) at com.l2jserver.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6160) at com.l2jserver.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2545) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:165) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636)
Thanks in advance!