» Find Revision
L2J Revision 5305:
L2JDP Revision 8802:
this error thrown when char enter the instances and in the end does the mob spawn
Code: Select all
Exception on onSpawn() in notifySpawn(): nulljava.lang.NullPointerException at hellbound.TowerOfNaia.TowerOfNaia.onSpawn(TowerOfNaia.java:898) at com.l2jserver.gameserver.model.quest.Quest.notifySpawn(Quest.java:565) at com.l2jserver.gameserver.model.actor.L2Npc.onSpawn(L2Npc.java:1437) at com.l2jserver.gameserver.model.actor.L2Attackable.onSpawn(L2Attackable.java:2171) at com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance.onSpawn(L2MonsterInstance.java:119) at com.l2jserver.gameserver.model.L2Object.spawnMe(L2Object.java:541) at com.l2jserver.gameserver.util.MinionList.initializeNpcInstance(MinionList.java:354) at com.l2jserver.gameserver.util.MinionList.spawnMinion(MinionList.java:319) at ai.individual.Epidos.onAdvEvent(Epidos.java:76) at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:586) at com.l2jserver.gameserver.model.quest.QuestTimer$ScheduleTimerTask.run(QuestTimer.java:45) 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$201(ScheduledThreadPoolExecutor.java:178) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292) 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:722)