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

crying damson NPC Problem - noobish girl in trouble

zerghel

Tsuni
Joined
Jul 1, 2008
Messages
299
Reaction score
9
Hello guys
the error is this
when i try to buy something
the NPC always says that i don't have enough money:huh:
but i do have more than enough<_<

What can i do about this?

thx in advantage^_^
 
you need to edit your items.xml and put the attribute key worth under gold coins plat coins and crystal coins..

PHP:
    <item id="2160" article="a" name="crystal coin" plural="crystal coins">
        <attribute key="weight" value="10"/>
        <attribute key="worth" value="10000"/>
    </item>
 
Thx Pitufo it work perfectly
Rep+



but now all my quest chests are empty and the exp Door wont open
can you help me with that?
 
Last edited:
still doesn't work
besides it wont show "sorry is not possible"
i click the door and absolutely nothing hapens

by now
exp door, dustbins, amulet of loss, are not working
 
Last edited:
Back
Top