Ultima Online Protocol :: Speech
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.
  • 0x00 - Regular
  • 0x01 - Broadcast
  • 0x02 - Emote
  • 0x06 - System
  • 0x07 - Message
  • 0x08 - Whisper
  • 0x09 - Yell
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.