Jump to content

Question

Posted

net.sf.l2j.gameserver.network.clientpackets.L2GameClientPacket Client: [Character: sas - - Failed reading: [C] RequestBuyItem ; java.lang.NullPointerException

 

only buy   weapons 

 

buy armos is ok  

 

how to fix this 

5 answers to this question

Recommended Posts

  • 0
Posted

15-06-2017 23:15:46 SEVERE 67 net.sf.l2j.gameserver.network.clientpackets.L2GameClientPacket Client: [Character: sas - Account: CRTHEMES - IP: ] - Failed reading: [C] RequestBuyItem ; java.lang.NullPointerException

  • 0
Posted

use

try 

{

<- code from RequestBuyItem and run again the server for can see full error 

}
catch (Exception e)
{
e.printStackTrace();
}
  • 0
Posted (edited)

Locked.

With new buylists we have to register the npc id in castles.xml file..

Edited by Reborn12
Guest
This topic is now closed to further replies.


×
×
  • Create New...