4月 07, 2022 9:35:54 上午 org.l2jmobius.gameserver.model.actor.Attackable calculateRewards
严重:
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.vip.VipInfo.getSilverCoinChance()" because the return value of "org.l2jmobius.gameserver.model.vip.VipManager.getVipInfo(org.l2jmobius.gameserver.model.actor.instance.PlayerInstance)" is null
at org.l2jmobius.gameserver.model.vip.VipManager.getSilverCoinDropChance(VipManager.java:152)
at org.l2jmobius.gameserver.model.actor.templates.NpcTemplate.processVipDrops(NpcTemplate.java:805)
at org.l2jmobius.gameserver.model.actor.templates.NpcTemplate.calculateDrops(NpcTemplate.java:794)
at org.l2jmobius.gameserver.model.actor.Attackable.doItemDrop(Attackable.java:1157)
at org.l2jmobius.gameserver.model.actor.Attackable.doItemDrop(Attackable.java:1082)
at org.l2jmobius.gameserver.model.actor.Attackable.calculateRewards(Attackable.java:516)
at org.l2jmobius.gameserver.model.actor.Creature.doDie(Creature.java:1698)
at org.l2jmobius.gameserver.model.actor.Npc.doDie(Npc.java:925)
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:59)
at org.l2jmobius.gameserver.model.actor.Creature.reduceCurrentHp(Creature.java:4728)
at org.l2jmobius.gameserver.model.actor.Attackable.reduceCurrentHp(Attackable.java:268)
at org.l2jmobius.gameserver.model.actor.Creature.doAttack(Creature.java:4551)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTarget(Creature.java:3892)
at org.l2jmobius.gameserver.model.actor.Creature.onHitTimeNotDual(Creature.java:3822)
at org.l2jmobius.gameserver.model.actor.Creature.lambda$doAutoAttack$10(Creature.java:1212)
at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
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)