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

Default Chat Windows that open on login

Extrodus

|| Blazera.net ||
Joined
Dec 22, 2008
Messages
2,692
Solutions
7
Reaction score
550
Location
Canada
Is there any way to make more channels open on login then just Default and Server Log? I've added in 2 new channels that I would like to open when the player logs in, Im using a custom client if that helps at all. If I can set the client somehow to open them by default that would be awesome, if I can do it with server scripts thatd be cool to.

But if it helps, I have a custom client that I can edit if thats what needs to be edited. Hopefully someone can help me.
 
You cannot do it in LUA, if it must be on "log in game".

You have to add some code to "Game:: placeCreature" like:
- "Chat::createChanel"
- "Player::sendChanel"
- "Player::sendChanelMessage"
 
LOL! Sources, your joking me. Trying login.lua, figured it out because my scripter is amazing at this stuff! Thanks for trying though, lol. -.-
 
Last edited:
You do realize I only needed one line in login.lua.. not an entire source edit. I saw it came to a conclusion, but I wasnt up for searching through a bunch of random threads.
 
Back
Top