• 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!

Sandra Npc

Kojiiro

Nobody cares. Do yourself.
Joined
May 10, 2010
Messages
534
Reaction score
9
Location
Brazil
I'm not getting people to put the npc to sell sandra vial of oil, will someone help me?

XML:
<?xml version="1.0"?>
<npc name="Sandra" script="data/npc/scripts/addons/sandra.lua" walkinterval="2000">
  <health now="200" max="200" />
<look type="137" head="115" body="120" legs="121" feet="19" addons="0"/>
  <parameters>
    <parameter key="message_greet" value="Hello |PLAYERNAME|" />
    <parameter key="module_shop" value="1"/>    
    <parameter key="shop_buyable" value="great spirit potion,8472,120;great mana potion,7590,120;great health potion,7591,190;strong health potion,7588,100;strong mana potion,7589,80;health potion,7618,45;mana potion,7620,50;ultimate health potion,8473,310;vial of oil,2006,20,11;" />
    <parameter key="shop_sellable" value="empty potion flask,7634,5;empty potion flask,7635,5;empty potion flask,7636,5;vial,2006,5;" />
  </parameters>
</npc>

when I try to buy a vial of oil as it comes vial of beer = /
 
Back
Top