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
final ItemAuctionInstance au = ItemAuctionManager.getInstance().getManagerInstance(((L2Npc)target).getNpcId()); if (au == null){ activeChar.sendMessage("Test"); return false;}
Item will be visible after first auction on server. So if you update to freya and first auction is scheduled to future - its correct. after first all will be ok and you will see item always.
Item will be visible after first auction on server. So if you update to freya and first auction is scheduled to future - its correct. after first all will be ok and you will see item always.
i set time to be 0-23 in ItemAuctions.xml and day "4" (wich is today) but is still not working.
If you look at the post i made seems like that l2j doesn't recognize the npc as the instance manager...
But in ItemAuction.xml i entered the same ID of the NPC (like the example on the top of ItemAuction.xml says)