Skip to content
DummkopfOfHachtenduden edited this page Aug 21, 2016 · 2 revisions

If there is linking items in chat available the message is Unicode.

REQUEST

0x7025 - CLIENT_AGENT_CHAT_REQUEST

1   byte    chatType
1   byte    chatIndex
if(chatType == ChatType.PM)
{
    2   ushort  reciver.Length
    *   string  reciver
}
2   ushort  message.Length
*   string  message

RESPONSE

0xB025 - SERVER_AGENT_CHAT_RESPONSE

1   byte    result
if(result == 2)
{
    2   ushort  errorCode    
}
1   byte    chatType
1   byte    chatIndex

See also:

Clone this wiki locally