I'm new to the L2J community but I've managed to get a high five server up and running.
My only problem is that the community board doesn't seem to be working, neither through pressing ALT+B or accessing it from the system menu.
The entire window doesn't show up.
The only feedback it gives me is this error:
Client: [Character: Afterburn[268482041] - Account: afterburn - IP: 127.0.0.1] - Failed running: [C] 5E RequestShowBoard ; null
java.lang.NullPointerException
at handlers.communityboard.HomeBoard.parseCommunityBoardCommand(HomeBoard.java:62)
at com.l2jserver.gameserver.handler.CommunityBoardHandler.handleParseCommand(CommunityBoardHandler.java:123)
at com.l2jserver.gameserver.network.clientpackets.RequestShowBoard.runImpl(RequestShowBoard.java:44)
at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:69)
at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1133)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
So naturally I looked at line 62 in HomeBoard.java which is this line of code:
html = html.replaceAll("%fav_count%", String.valueOf(getFavoriteCount(activeChar)));
I was hoping to get some help because I've been googling for about 2 days now without any results.
Thanks in advance.
Edit:
So since it's a null pointer exception I tried looking at the next file in the stack trace (CommunityBoardHandler.java) but I couldn't find it anywhere, so I'm guessing that I'm missing some files.
Hello. You may encounter the Push item fail error when trying to pick up an item dropped on the ground by a mob.
or
You can throw something out of your inventory and pick it up again, several times.
Probably this is a quantum dependency) I don't understand at what point this happens, sometimes two items one after another experience push item errors, and sometimes I don't have enough thousands of attempts to repeat this trick)
In any case, this is just a visual error and after the relog, the item appears in the inventory. I think first i need to disconnect the extender and check it on a bare server. I still need time to check this, maybe it's not even about the autoloot function.
https://youtu.be/6mcfmdImofE
-----------
In general, I would like to thank our wonderful Emca Eressea for her deep knowledge in programming and reverse engineering. And for the fact that her work is open to everyone, this is very amazing, and incredibly valuable.
ADENA
500 K = 40e
1kk = 70e
3kk = 190e
ITEMS
staff of life = 150e
karmian set = 90e
elven jewls top D = 30e
Orcish Poleaxe+1 best C pole = 680e
any D grade armor on demand
discord
wiz0642_81242
Question
Afterburn
Hello,
I'm new to the L2J community but I've managed to get a high five server up and running.
My only problem is that the community board doesn't seem to be working, neither through pressing ALT+B or accessing it from the system menu.
The entire window doesn't show up.
The only feedback it gives me is this error:
So naturally I looked at line 62 in HomeBoard.java which is this line of code:
I was hoping to get some help because I've been googling for about 2 days now without any results.
Thanks in advance.
Edit:
So since it's a null pointer exception I tried looking at the next file in the stack trace (CommunityBoardHandler.java) but I couldn't find it anywhere, so I'm guessing that I'm missing some files.
Anyone know where to get em?
Edited by Afterburn6 answers to this question
Recommended Posts