UO Protocol 0x03

Talk Request (Variable # of bytes)

This is sent by older clients instead of the Speech Unicode packet.

 Offset Type     Name             Description
 ------ -------- ---------------- ------------------------------
  0000  BYTE     cmd
  0001  USHORT]  blockSize
  0003  BYTE     SpeechType
  0004  USHORT   hue
  0006  USHORT   font
  0008  CHAR[]   msg               Null Terminated String

blockSize is calculated as length of msg(x)+8.

Mode:

UO_Protocol