• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Replace the word Trade with NPC

leeebux

Awsome
Joined
May 18, 2009
Messages
116
Reaction score
17
Location
Sweden
Is there a way to bind another multiple words then "trade" to open a trade window to NPC?

For example "Would you like to {browers} my stuff?"
 
Solution
data\npc\lib\npcsystem\modules.lua
LUA:
    -- The words for requesting trade window.
    SHOP_TRADEREQUEST = {"trade"}

LUA:
SHOP_TRADEREQUEST = {"trade", "browse", "shop", "store"}
data\npc\lib\npcsystem\modules.lua
LUA:
    -- The words for requesting trade window.
    SHOP_TRADEREQUEST = {"trade"}

LUA:
SHOP_TRADEREQUEST = {"trade", "browse", "shop", "store"}
 
Solution
Back
Top