Packet # | Packet Name | Length | Client | Server | Obsolete |
---|---|---|---|---|---|
0x03 | Speech | dynamic | X | ||
Data Type | Description | ||||
byte 0x03 | The packet number. | ||||
ushort Size | The size of the packet. | ||||
byte Mode |
The speech mode.
|
||||
ushort Hue | The hue of the message. | ||||
ushort Font | The font number. | ||||
char[] Text | The message to send. | ||||
byte 0x00 | Null terminator for Text. | ||||
Packet Description: This is sent by older clients instead of the Speech Unicode packet. |