Page 1 of 1

problem with custom made Gm-shop (not multicell shop)

Posted: Fri Mar 05, 2010 11:01 am
by RagoueL
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 3977
L2JDP Revision Number: 7134

well i updated my server to epilogue a few months back. and last week i desided to move my Custom Gm shop from multicells to merchants_shop and ids .

Everything is correct, the sqls all all correct the htm too. i get the buy/sell/refund window i choose items they get transfered in the buy box but when i click on "buy" i cant get the item and i get that error on consode :

java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString<Unknown Source>
at java.lang.Integer.parseInt<Unknown Source>
at java.lang.Integer.parseInt<Unknown Source>
at com.l2jserver.gameserver.TradeController.getBuyListByNpcId<TradeController.java:303>
at com.l2jserver.gameserver.network.clientpackets.RequestBuyItem.runIm1<RequestBuyItem.java:140>
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>

anyone got a clue about that??

Re: problem with custom made Gm-shop (not multicell shop)

Posted: Sat Mar 06, 2010 8:38 am
by RagoueL
wtf.. noone has any idea whats causing my errors?

Re: problem with custom made Gm-shop (not multicell shop)

Posted: Sat Mar 06, 2010 11:05 am
by jurchiks
only 1 day passed and already bumping? It's not that critical, you could have re-read all your code (i believe you saved the sql query in a file) and maybe already found your problem...

Re: problem with custom made Gm-shop (not multicell shop)

Posted: Sun Mar 07, 2010 2:53 am
by hope
you have a error in one of your custom buylists

Re: problem with custom made Gm-shop (not multicell shop)

Posted: Sun Mar 07, 2010 10:29 pm
by RagoueL
yeah thank man. I had invalid items on my merchant buylists.( not all items can be sold on gm shop)