I've an error with the BossRespawn.java (NPc that display if the RB is alive/dead.)
java.lang.NullPointerException
at custom.BossRespawn.BossRespawn.sendInfo(BossRespawn.java:59)
at custom.BossRespawn.BossRespawn.onFirstTalk(BossRespawn.java:45)
at com.l2jserver.gameserver.model.quest.Quest.notifyFirstTalk(Quest.java:526)
at handlers.actionhandlers.L2NpcAction.action(L2NpcAction.java:141)
at com.l2jserver.gameserver.model.L2Object.onAction(L2Object.java:280)
at com.l2jserver.gameserver.model.L2Object.onAction(L2Object.java:273)
at com.l2jserver.gameserver.network.clientpackets.Action.runImpl(Action.java:121)
at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)
at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1095)
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)
and the code
long delay = GrandBossManager.getInstance().getStatsSet(boss).getLong("respawn_time");
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.
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
Question
Bleadd
Hello,
I've an error with the BossRespawn.java (NPc that display if the RB is alive/dead.)
and the code
That's the line 59...
3 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.