• 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] Disable trade system - Make a selleable talk NPC

mamon_2

Banned User
Joined
Jul 2, 2007
Messages
424
Reaction score
0
Some one knows how to do this?
Cause there is a bug around that you can duplicate items with trade window.
 
Trust me, works on all ots, I tested it, tell me to who I have to report it, because I dont want to make it public.

Btw, check your PM.
 
Ok, want to check the bug?
No way! xD

Just need to set the npc that buy items, the option to sell items but with a great cost, that no one could reach.
 
data/npc/lib/npcsystem/modules.lua, find:
Code:
SHOPMODULE_MODE =

Change to:
Code:
SHOPMODULE_MODE = SHOPMODULE_MODE_TALK
 
Back
Top