| Packet # | Packet Name | Length | Client | Server | Obsolete |
|---|---|---|---|---|---|
| 0xA6 | Message | dynamic | X | ![]() |
![]() |
| Data Type | Description | ||||
| byte 0xA6 | The packet number. | ||||
| ushort Size | The size of the packet. | ||||
| byte Type |
The type of message.
|
||||
| uint 0x0000 | Update Number? | ||||
| uint Number | The tip number. | ||||
| ushort Length | The length of the message, including the null terminator. | ||||
| char[] Message | The body of the message. | ||||
| byte 0x00 | Null terminator for Message. | ||||
Packet Description: This is used to display a tip or update message. |
|||||