想要請問一下 有高手可以幫我看看 這些錯誤到底是甚麼嗎?
是否有辦法可以解決呢?(可付費請私我)
ERROR - com.lineage.server.model.Instance.L1MonsterInstance cannot be cast to com.lineage.server.model.Instance.L1EffectInstance
java.lang.ClassCastException: com.lineage.server.model.Instance.L1MonsterInstance cannot be cast to com.lineage.server.model.Instance.L1EffectInstance
at com.lineage.server.utils.L1SpawnUtil.spawnEffect(L1SpawnUtil.java:559)
at com.lineage.server.model.L1MobSkillUse.area_poison(L1MobSkillUse.java:287)
at com.lineage.server.model.L1MobSkillUse.useSkill(L1MobSkillUse.java:265)
at com.lineage.server.model.L1MobSkillUse.skillUse(L1MobSkillUse.java:149)
at com.lineage.server.model.Instance.L1NpcInstance.attack(L1NpcInstance.java:595)
at com.lineage.server.model.Instance.L1NpcInstance.onTarget(L1NpcInstance.java:470)
at com.lineage.server.model.Instance.NpcAI.stopAIProcess(NpcAI.java:100)
at com.lineage.server.model.Instance.NpcAI.run(NpcAI.java:34)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
|