• 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!

TFS 8.62 NPC Window Problem

Skylinx

Game Programmer
Joined
Nov 26, 2008
Messages
399
Reaction score
15
Location
TORONTO, CANADA
I have TFS 0.2 (8.62) by Tala
But when I talk to NPC's in 8.62 the NPC chat window is supposed to pop up, but it doesn't. It keeps talking in the general chat. I searched around, but I can't seem to find a solution.

Does anyone know what I can do to enable that NPC chat window? It's not a huge problem, but it's annoying when an NPC says "There are 1 customers before you ...."
Especially when my server get's my populated .. it's going to be a pain to buy things.

In npcsystem/npchandler.lua
Code:
	CONVERSATION_DEFAULT = 0 -- Conversation through default window, like it was before 8.2 update.
	CONVERSATION_PRIVATE = 1 -- Conversation through NPCs chat window, as of 8.2 update. (Default)
The private NPC window IS enabled .. I dont see why it's not opening. No errors either.

Rep++ to anyone that can help me!
 
Last edited:
Back
Top