ShopIds and Core IDS

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
Punisher
Posts: 45
Joined: Tue Sep 01, 2009 6:59 pm

ShopIds and Core IDS

Post by Punisher »

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?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: ShopIds and Core IDS

Post by janiii »

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:

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!
Post Reply