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??
problem with custom made Gm-shop (not multicell shop)
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 15
- Joined: Fri Oct 30, 2009 8:25 am
-
- Posts: 15
- Joined: Fri Oct 30, 2009 8:25 am
Re: problem with custom made Gm-shop (not multicell shop)
wtf.. noone has any idea whats causing my errors?
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: problem with custom made Gm-shop (not multicell shop)
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...
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 1160
- Joined: Thu Aug 30, 2007 5:17 pm
Re: problem with custom made Gm-shop (not multicell shop)
you have a error in one of your custom buylists
-
- Posts: 15
- Joined: Fri Oct 30, 2009 8:25 am
Re: problem with custom made Gm-shop (not multicell shop)
yeah thank man. I had invalid items on my merchant buylists.( not all items can be sold on gm shop)