• 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 response time

nicklaZ

New Member
Joined
Jan 17, 2008
Messages
10
Reaction score
0
Hi!

I wonder if anyone know how to the NPC response time on TFS 0.3.5?

thx
 
I meant how to edit it :) The NPC on my server respons without any delays at all. I'd like to set it to 1 second or something.
 
Few things to check:

== npchandler.lua ==
Lua:
	NPCHANDLER_TALKDELAY = TALKDELAY_ONTHINK
...
	talkDelayTime = 1, -- Seconds to delay outgoing messages.
...
	shallDelay = true
== npcsystem.lua ==
Lua:
	NPCHANDLER_TALKDELAY = TALKDELAY_ONTHINK
 
Back
Top