ItemAuction Problem
Posted: Wed Oct 13, 2010 7:29 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hi everyone,
does anyone know how to correctly set up the itemauction?
I set everything up but when i click to show the auctioned items nothing is shown.
After making lot of tests, i discovered that the following "if" is always activated (ItemAuctionLink.java)
So it means that "au" is null....
anyone knows how to fix that?
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hi everyone,
does anyone know how to correctly set up the itemauction?
I set everything up but when i click to show the auctioned items nothing is shown.
After making lot of tests, i discovered that the following "if" is always activated (ItemAuctionLink.java)
Code: Select all
final ItemAuctionInstance au = ItemAuctionManager.getInstance().getManagerInstance(((L2Npc)target).getNpcId()); if (au == null){ activeChar.sendMessage("Test"); return false;}
anyone knows how to fix that?