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

Lua Send Channel Dialog

tetra20

DD
Joined
Jan 17, 2009
Messages
1,315
Solutions
4
Reaction score
323
Location
Egypt
i was wondering is there a lua function that send channel dialog like when i click Ctrl+o i get the dialog

Help Please... i looked everywhere :)

Thanks
 
You can send channel dialog by clicking item or step on tile in game and so forth. If you want to bind a key combination to do so, you gotta inject dll into client.
 
If you are using 0.2:
Lua:
openChannelDialog(cid)

if you are using 0.3, you have to add it manually by copy from 0.2.
 
alright thanks printer can't rep atm
You must spread some Reputation around before giving it to Printer again.
 
Back
Top