• 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's reply to hi two times

Sizaro

Advanced OT User
Joined
Aug 20, 2007
Messages
5,153
Solutions
5
Reaction score
212
Location
Sweden
GitHub
coldensjo
For an example when I say hi to one of my npcs, the npc reply both in NPC's channel, and in default channel.

Is there any solutions for this?

Rep++ to helper. :thumbup:
 
data/npc/lib/npcsystem/npchandler.lua (Line 19)
Lua:
NPCHANDLER_CONVBEHAVIOR = CONVERSATION_PRIVATE

data/npc/lib/npcsystem/npcsystem.lua (Line 34)
Lua:
NPCHANDLER_CONVBEHAVIOR = CONVERSATION_PRIVATE

This might be the problem.
 
Last edited:
Back
Top