Skylinx
Game Programmer
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
The private NPC window IS enabled .. I dont see why it's not opening. No errors either.
Rep++ to anyone that can help me!
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)
Rep++ to anyone that can help me!
Last edited: