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

Open chat channel when login

But look that:
Code:
enum Channels_t 
{ 
    CHANNEL_GUILD = 0x00, 
    CHANNEL_STAFF = 0x01, 
    CHANNEL_COUNSELOR = 0x02, 
    CHANNEL_RVR = 0x03, 
    CHANNEL_GAMECHAT = 0x04, 
    CHANNEL_TRADE = 0x05, 
    CHANNEL_RLCHAT = 0x06, 
    CHANNEL_TRADEROOK = 0x07, 
    CHANNEL_PARTY = 0x08, 
    CHANNEL_HELP = 0x09, 
    CHANNEL_LOOT = 0x10   
    CHANNEL_PRIVATE = 0xFFFF 
};

It's not 11?? because inhex 0x10 is 11
 
Back
Top