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

Lua Send Channel Dialog

tetra20

DD
Joined
Jan 17, 2009
Messages
1,316
Solutions
4
Reaction score
327
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.
 

Similar threads

Back
Top