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)
In your lib folder there are files where you can change settings for such things.
There's a file called npchandler.lua containing these lines
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)
Set
CONVERSATION_DEFAULT = 0
to 1
and
CONVERSATION_PRIVATE = 1
to 0
and i t should work i think...
//Massen
lemme get this straight. You want to be able to launch the trade window without talking to an npc. Like !menu. and it appears...
lol well I don't know much about the npc system but erm isnt there a npc function to show the trade window??
EDIT: and yo if thats true than the buy talkaction could be made into 1 with this right? ;p would be sweet. I would try to make it if someone pointed me in right direction...
lol well I don't know much about the npc system but erm isnt there a npc function to show the trade window??
EDIT: and yo if thats true than the buy talkaction could be made into 1 with this right? ;p would be sweet. I would try to make it if someone pointed me in right direction...