communityboard

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
jaman4321
Posts: 19
Joined: Fri Feb 05, 2010 11:48 pm

communityboard

Post by jaman4321 »

» Find Revision
L2J Revision 4056:
L2JDP Revision 7238:

Failed running: [C] A7 MultiSellChoose - L2J Server Version: 4056M - DP Revision
: 7238
java.lang.NullPointerException
at com.l2jserver.gameserver.network.clientpackets.MultiSellChoose.doExch
ange(MultiSellChoose.java:491)
at com.l2jserver.gameserver.network.clientpackets.MultiSellChoose.runImp
l(MultiSellChoose.java:126)
at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run
(L2GameClientPacket.java:92)
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)
**************************************************************************************************
At purchase items (armors and etc) through communityboard It occurs....
Changes in multisellchoose.java:

/*if (!player.isGM() && (target == null
|| !(target instanceof L2Npc)
|| !list.checkNpcId(((L2Npc)target).getNpcId())
|| !((L2Npc)target).canInteract(player)))
return;*/

/*if (merchant == null)
return;*/

if (merchant != null && merchant.getIsInTown() && merchant.getCastle().getOwnerId() > 0)....... Specifies in it an error

HELP me pls))
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: communityboard

Post by JIV »

its not clever to remove exploit protection...
Post Reply