MsgMessageBoard

Message boards are categorized into channels, referenced in MsgTalk as Text Attributes. The game server and client pass this message to organize text messages from MsgTalk into listable postings.

The NetStringPacker returned when listing posts (10 maximum) is flattened groupings of three strings each:

  • Name: The name of the hero who authored the message.
  • Message: Text shortened to 36 characters.
  • Date: In the format yyyyMMddHHmmss.

Table of Contents

Patch 5017

Message Definition

☑️ Assumed (Observed) - Soul + COPSv6

PosTypeNameDescriptionExample
0UInt16MsgSizeSize of the message9
2UInt16MsgTypeType of message1111
4UInt16IndexMessage index for continuation0
6UInt16ChannelText Attributes2201
8ByteActionMessage action type2
9NetStringPackerStrings

Message Board Action

☑️ Assumed (Observed) - Soul + COPSv6

ValNameDescriptionRecipientStrings
1DELDeletes a message on the boardServer1 4 Hero
2GET_LISTFetches list of messages by indexServer
3LISTList of messages for a requested indexClient(See format)
4GET_WORDSRequest MsgTalk message for a postServer