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

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
RagoueL
Posts: 15
Joined: Fri Oct 30, 2009 8:25 am

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

Post 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??
RagoueL
Posts: 15
Joined: Fri Oct 30, 2009 8:25 am

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

Post by RagoueL »

wtf.. noone has any idea whats causing my errors?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

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

Post 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...
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.
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

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

Post by hope »

you have a error in one of your custom buylists
RagoueL
Posts: 15
Joined: Fri Oct 30, 2009 8:25 am

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

Post by RagoueL »

yeah thank man. I had invalid items on my merchant buylists.( not all items can be sold on gm shop)
Post Reply