Консоль ругает меня (java.lang.Exception: null, ERROR Bad RequestBypassToServer)

NastyaLove

Vagabond
Customer
Code:
java.lang.Exception: null
        at l2.gameserver.data.xml.holder.ItemHolder.getTemplate(Unknown Source)
        at services.community.custom.CommunityQuests.localize(Unknown Source)
        at services.community.custom.CommunityQuests.g(Unknown Source)
        at services.community.custom.CommunityQuests.f(Unknown Source)
        at services.community.custom.CommunityQuests.onBypassCommand(Unknown Source)
        at l2.gameserver.network.l2.c2s.RequestBypassToServer.runImpl(Unknown Source)
        at l2.gameserver.network.l2.c2s.L2GameClientPacket.run(Unknown Source)
        at l2.commons.net.nio.impl.MMOExecutableQueue.run(Unknown Source)
        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:842)
[19:23:42] ERROR Bad RequestBypassToServer: _cbbsquestsmain 0
java.lang.NullPointerException: Cannot invoke "l2.gameserver.templates.item.ItemTemplate.getName()" because the return value of "l2.gameserver.data.xml.holder.ItemHolder.getTemplate(int)" is null
        at services.community.custom.CommunityQuests.localize(Unknown Source)
        at services.community.custom.CommunityQuests.g(Unknown Source)
        at services.community.custom.CommunityQuests.f(Unknown Source)
        at services.community.custom.CommunityQuests.onBypassCommand(Unknown Source)
        at l2.gameserver.network.l2.c2s.RequestBypassToServer.runImpl(Unknown Source)
        at l2.gameserver.network.l2.c2s.L2GameClientPacket.run(Unknown Source)
        at l2.commons.net.nio.impl.MMOExecutableQueue.run(Unknown Source)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
 
Last edited:
Back
Top