sandeagle |
18.09.2014 10:21 |
[help]CB Buffer dont works
[18.09.14 13:13:40:849] INFO gameserver.GameServer: =================================================
[18.09.14 13:13:40:851] INFO gameserver.GameServer: Project Revision: ........ L2s [12380]
[18.09.14 13:13:40:851] INFO gameserver.GameServer: Build Revision: .......... 'G:\tools' doesn't exist
[18.09.14 13:13:40:851] INFO gameserver.GameServer: Update: .................. Chapter 3: Lindvior
[18.09.14 13:13:40:851] INFO gameserver.GameServer: Build date: .............. 2014.09.07 19:05
[18.09.14 13:13:40:851] INFO gameserver.GameServer: Compiler version: ........ 24.51-b03 (Oracle Corporation)
[18.09.14 13:13:40:852] INFO gameserver.GameServer: =================================================
well,i found CB buffer only the first and schemeBuffer works,other like
Maximum speed
Resistance
Fihter
Mystic
dont works..
and console show some errors when i click these button:
Код:
[13:06:10] ERROR Bad RequestBypassToServer: _cbbsbuffer list 1_0 Maximum speed;
Максимум скорости
java.lang.NullPointerException
at handler.bbs.custom.CommunityBuffer.pageList(CommunityBuffer.java:342)
at handler.bbs.custom.CommunityBuffer.BuffList(CommunityBuffer.java:686)
at handler.bbs.custom.CommunityBuffer.onBypassCommand(CommunityBuffer.java:149)
at l2s.gameserver.network.l2.c2s.RequestBypassToServer.runImpl(RequestBypassToServer.java:225)
at l2s.gameserver.network.l2.c2s.L2GameClientPacket.run(L2GameClientPacket.java:49)
at l2s.commons.net.nio.impl.MMOExecutableQueue.run(MMOExecutableQueue.java:39)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)[13:06:22] ERROR Bad RequestBypassToServer: _cbbsbuffer list 1_0 Resistance;Сопротивление
java.lang.NullPointerException
at handler.bbs.custom.CommunityBuffer.pageList(CommunityBuffer.java:342)
at handler.bbs.custom.CommunityBuffer.BuffList(CommunityBuffer.java:686)
at handler.bbs.custom.CommunityBuffer.onBypassCommand(CommunityBuffer.java:149)
at l2s.gameserver.network.l2.c2s.RequestBypassToServer.runImpl(RequestBypassToServer.java:225)
at l2s.gameserver.network.l2.c2s.L2GameClientPacket.run(L2GameClientPacket.java:49)
at l2s.commons.net.nio.impl.MMOExecutableQueue.run(MMOExecutableQueue.java:39)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)[13:06:29] ERROR Bad RequestBypassToServer: _cbbsbuffer list 1_0 Dance's / Song's;Песни / Танцыjava.lang.NullPointerException
at handler.bbs.custom.CommunityBuffer.pageList(CommunityBuffer.java:342)
at handler.bbs.custom.CommunityBuffer.BuffList(CommunityBuffer.java:686)
at handler.bbs.custom.CommunityBuffer.onBypassCommand(CommunityBuffer.java:149)
at l2s.gameserver.network.l2.c2s.RequestBypassToServer.runImpl(RequestBypassToServer.java:225)
at l2s.gameserver.network.l2.c2s.L2GameClientPacket.run(L2GameClientPacket.java:49)
at l2s.commons.net.nio.impl.MMOExecutableQueue.run(MMOExecutableQueue.java:39)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)[13:06:40] ERROR Bad RequestBypassToServer: _cbbsbuffer list 1_0 Fighter;Воину
java.lang.NullPointerException
at handler.bbs.custom.CommunityBuffer.pageList(CommunityBuffer.java:342)
at handler.bbs.custom.CommunityBuffer.BuffList(CommunityBuffer.java:686)
at handler.bbs.custom.CommunityBuffer.onBypassCommand(CommunityBuffer.java:149)
at l2s.gameserver.network.l2.c2s.RequestBypassToServer.runImpl(RequestBypassToServer.java:225)
at l2s.gameserver.network.l2.c2s.L2GameClientPacket.run(L2GameClientPacket.java:49)
at l2s.commons.net.nio.impl.MMOExecutableQueue.run(MMOExecutableQueue.java:39)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)[13:06:49] ERROR Bad RequestBypassToServer: _cbbsbuffer list 1_0 Mystic;Магу
java.lang.NullPointerException
at handler.bbs.custom.CommunityBuffer.pageList(CommunityBuffer.java:342)
at handler.bbs.custom.CommunityBuffer.BuffList(CommunityBuffer.java:686)
at handler.bbs.custom.CommunityBuffer.onBypassCommand(CommunityBuffer.java:149)
at l2s.gameserver.network.l2.c2s.RequestBypassToServer.runImpl(RequestBypassToServer.java:225)
at l2s.gameserver.network.l2.c2s.L2GameClientPacket.run(L2GameClientPacket.java:49)
at l2s.commons.net.nio.impl.MMOExecutableQueue.run(MMOExecutableQueue.java:39)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
|