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

Help with C++

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
Which is the channels in C++? I mean.. I know:

Code:
CHANNEL_GUILD
CHANNEL_PARTY
CHANNEL_HELP
CHANNEL_DEFAULT
CHANNEL_PRIVATE

I want know which is to appers in the Server Log, I means like monsterLootMessageType 29



Thanks.
 
const.h
[CPP]MSG_INFO_DESCR = 0x14, /*Green message in game window and in the console*/
MSG_LOOT = 0x1D, /*Green message in game window and in the console*/
MSG_TRADE_NPC = 0x1E, /*Green message in game window and in the console*/
MSG_EVENT_GUILD = 0x1F, /*Green message in game window and in the console*/
MSG_PARTY_MANAGEMENT = 0x20, /*Green message in game window and in the console*/
MSG_PARTY = 0x21, /*Green message in game window and in the console*/[/CPP]
 
Back
Top