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

TFS 1.X+ problem with npc code help please

darknelson

Member
Joined
Jun 19, 2011
Messages
190
Solutions
1
Reaction score
15
npc is not selling the coin just buying it

image.png

+

this is npc code

XML:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Tibia Coins" script="default.lua" walkinterval="2000" speed="100" walkradius="4" floorchange="0" speechbubble="2">
    <health max="100" now="100"/>
    <look type="143" head="40" body="122" legs="106" feet="99" addons="3" mount="559"/>
    <parameters>
        <!--SHOP-->
        <parameter key="module_shop" value="1"/>
        <parameter key="shop_buyable" value="tibia coin,2159,1000000"/>
        <parameter key="shop_sellable" value="tibia coin,2159,1000000"/>
    </parameters>
</npc>
 
TFS Version?
Specific github repo where you got your sources from so anybody could check them for you?
You gave half of the information anyone needs to help.
 
Back
Top