• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

NPC Shop module problems. Please help.

pioncz

New Member
Joined
Dec 3, 2008
Messages
149
Reaction score
1
Hi,
Here are my problems with store npcs:
1. What should i do if item have charges (like elven amulet).
I have this (and it show charges instead of name, and i can trade with that):
Code:
<parameter key="shop_sellable" value="elven amulet,2198,100,100;"/>
2. When i have 2 items, first on my equipment and second in my backpack, after i sell this item, npc takes it from equipment. How to change it, that npc will take from backpack?
3. On NPC trade box sometimes items that i have in backpack are below items that i dont have. I want to make first items what i have in backpack and items that i dont have are lower in this box.
Please help. Where should i look for documentation of shopmodule or something helpful?
 
But it will have only one charge. I want to sell brand-new elven amulet so it must have 100 charges.
 
That's why you're inserting the 100 amount.
Code:
<parameter key="shop_sellable" value="elven amulet,2198,[B]100[/B];"/>
 
Back
Top