• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Windows 7.6 npc problem

rudger

Active Member
Joined
Oct 1, 2010
Messages
273
Solutions
1
Reaction score
45
Location
The Netherlands
If I add this:

<parameter key="module_shop" value="1"/>
<parameter key="shop_buyable" value="bow,2456,350;crossbow,2455,450;

or this:

shopModule:addBuyableItem({'bow'}, 2456, 350, 'bow')
shopModule:addBuyableItem({'crossbow'}, 2455, 450, 'crossbow')

The npc can not see a difference between bow and crossbow. And will only sell a bow.

What can I do about this? (I use jiddo npc system)
 
Back
Top