• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

NPC [Advanced]NPC Talk

dolmali

New Member
Joined
Nov 19, 2008
Messages
21
Reaction score
0
I am using jiddo npc system and tfs 0.3a4

I want change the npc's talking public and not private.
But i dont know how, can someone help?


Some npc's which are for quests dont reply and i dont know why.


Example:

Me: Hi
NPC: Hi
Me: test

so he dont reply more
dunno why
 
Last edited:
To make the NPC's talk in the regular channel go into your

data\npc\lib\npcsystem

And change

Code:
  NPCHANDLER_CONVBEHAVIOR = CONVERSATION_PRIVATE

to

Code:
  NPCHANDLER_CONVBEHAVIOR = CONVERSATION_DEFAULT

in both npchandler.lua and npcsystem.lua
 
Back
Top