L2JDP Revision Number:8157
Hello, I found another post with a similar error but was not exactly the same, I searched Google for a while but can not find what caused this error.
I have this error every few seconds:
Code: Select all
Failed executing HitTask. java.lang.ClassCastException: com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance cannot be cast to com.l2jserver.gameserver.model.actor.instance.L2PcInstance at com.l2jserver.gameserver.model.actor.L2Attackable.doDie(L2Attackable.java:643) at com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance.doDie(L2MonsterInstance.java:161) at com.l2jserver.gameserver.model.actor.status.CharStatus.reduceHp(CharStatus.java:189) at com.l2jserver.gameserver.model.actor.status.NpcStatus.reduceHp(NpcStatus.java:51) at com.l2jserver.gameserver.model.actor.status.AttackableStatus.reduceHp(AttackableStatus.java:49) at com.l2jserver.gameserver.model.actor.L2Character.reduceCurrentHp(L2Character.java:7574) at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:520) at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:462) at com.l2jserver.gameserver.model.actor.L2Character.onHitTimer(L2Character.java:5247) at com.l2jserver.gameserver.model.actor.L2Character$HitTask.run(L2Character.java:2677) at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86) 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)