If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
I had transfer one shop to command .shop , but When i click for example S Grade weapons, It doesnt open any windows.... The problem is about Shop Ids because It needed shop ID... is there any way to have Npc ID to command?
ShopIds and Core IDS
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: ShopIds and Core IDS
maybe you can create a dummy npc, which you will not spawn and assign the shop to it. no idea if this would work, was only an idea..
and call the shop something like this:
and call the shop something like this:
Code: Select all
player.tempInventoryDisable();L2TradeList list = TradeController.getInstance().getBuyList(shopId);double taxRate = 0;BuyList bl = new BuyList(list, player.getAdena(), taxRate);player.sendPacket(bl);
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!