• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Trade Window Outside NPC

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

Absolutely not. First of all, this is not what he asked for. Second, that would fuck up the whole system ;>
 
lemme get this straight. You want to be able to launch the trade window without talking to an npc. Like !menu. and it appears...
 
Nop, but Tufte noob don't listen to me :S I told him 103429 years ago I'll make this already but he don't even mind pming me -.-
 
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...

You would have to register new lua function at luascript.cpp.
Just a guess ^_^
 
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...

Yep, my talkaction will be updated as soon as I have some spare time(Something in the next week maybe).
 
Back
Top