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

Npc sells for free (how to fix it?)

Hawkyz

New Member
Joined
Jan 6, 2015
Messages
14
Reaction score
0
Hey guys, i noticed that all npcs sells all items for free, someone knows how to put it right?
Thx!
 
Maybe try changing the gold to 0!


Inside your npc file open it with notepad++ and change the gold, Example

<parameter key="shop_buyable" value="amulet of loss,2173,25000;swift amulet,2196,50000;desolations amulet,2138,1000000"/>

Change it to:
<parameter key="shop_buyable" value="amulet of loss,2173,0;swift amulet,2196,0;desolations amulet,2138,0"/>

And it should be free!
 
If you have changed the entire npc folder.. have you restarted the server?
 
Back
Top