i get this error when i kill any creature IG, can someone help me resolve it? i tried to find whats wrong but there are no errors on eclipse and its the 1st time i run into it.
Thanks.
Exception in thread "pool-2-thread-150" java.lang.ClassCastException: class org.l2jmobius.gameserver.model.actor.instance.MonsterInstance cannot be cast to class org.l2jmobius.gameserver.model.actor.instance.PlayerInstance (org.l2jmobius.gameserver.model.actor.instance.MonsterInstance and org.l2jmobius.gameserver.model.actor.instance.PlayerInstance are in unnamed module of loader 'app')
at org.l2jmobius.gameserver.network.serverpackets.Die.<init>(Die.java:58)
at org.l2jmobius.gameserver.ai.AbstractAI.clientNotifyDead(AbstractAI.java:660)
at org.l2jmobius.gameserver.ai.CreatureAI.onEvtDead(CreatureAI.java:843)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:337)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:224)
at org.l2jmobius.gameserver.model.actor.Creature.doDie(Creature.java:1620)
at org.l2jmobius.gameserver.model.actor.Npc.doDie(Npc.java:893)
at org.l2jmobius.gameserver.model.actor.Attackable.doDie(Attackable.java:294)
at org.l2jmobius.gameserver.model.actor.status.CreatureStatus.reduceHp(CreatureStatus.java:188)
at org.l2jmobius.gameserver.model.actor.status.NpcStatus.reduceHp(NpcStatus.java:57)
at org.l2jmobius.gameserver.model.actor.status.AttackableStatus.reduceHp(AttackableStatus.java:65)
at org.l2jmobius.gameserver.model.actor.Creature.reduceCurrentHp(Creature.java:4516)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:268)
at org.l2jmobius.gameserver.model.actor.Creature.doAttack(Creature.java:4382)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTarget(Creature.java:3744)
at org.l2jmobius.gameserver.model.actor.Creature.onFirstHitTimeForDual(Creature.java:3706)
at org.l2jmobius.gameserver.model.actor.Creature.lambda$doAutoAttack$9(Creature.java:1120)
at org.l2jmobius.commons.concurrent.RunnableWrapper.run(RunnableWrapper.java:38)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello everyone!
I have a problem with editing mobs. I took some Mobs from here without sound and added them,
they looked good !!! BUT BUT !
When I hit him it does generate the effect, but when he hits it it doesn't.
Is this effect controlled from Npcgrp.dat?
PD_ I add capture of the event / effect I mention.
I await your answers, thank you!
Alguém que saiba trabalhar com Engine.dll e Core.dll? Tenho hwid no servidor o código adaptado, mas não tenho parte do cliente, pois meu cliente é c4.. Alguém que faça esse tipo de serviço
Question
Drazeal
i get this error when i kill any creature IG, can someone help me resolve it? i tried to find whats wrong but there are no errors on eclipse and its the 1st time i run into it.
Thanks.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.