My L2J is last revision for Gracia 2, but in my server BSOE & SOE doesn't work in my server. Trying to use these scrolls in Game server console this message comes on display:
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.
It doesn't say that anywhere.
https://acis.i-live.eu/index.php?topic=30.0
check it from source java file names
example in 367 ->
https://acis.i-live.eu/index.php?topic=30.255 l2bufferinstance renamed to schemebuffer | l2pcinstance renamed to player
check changeset 367 to understand
Question
aspirina97
My L2J is last revision for Gracia 2, but in my server BSOE & SOE doesn't work in my server. Trying to use these scrolls in Game server console this message comes on display:
1. For SOE:
running: [C] 14 UseItem - L2J Server Version: 2943 - DP Revision: 5990
java.lang.NullPointerException
at handlers.itemhandlers.ScrollOfEscape.useItem(Unknown Source)
at net.sf.l2j.gameserver.network.clientpackets.UseItem.runImpl(UseItem.j
ava:374)
at net.sf.l2j.gameserver.network.clientpackets.L2GameClientPacket.run(L2
GameClientPacket.java:76)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2. For BSOE:
Failed running: [C] 14 UseItem - L2J Server Version: 2943 - DP Revision: 5990
java.lang.NullPointerException
at handlers.itemhandlers.ScrollOfEscape.useItem(Unknown Source)
at net.sf.l2j.gameserver.network.clientpackets.UseItem.runImpl(UseItem.j
ava:374)
at net.sf.l2j.gameserver.network.clientpackets.L2GameClientPacket.run(L2
GameClientPacket.java:76)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
5 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.