====== UO Protocol 0x03 ====== == Talk Request (Variable # of bytes) == This is sent by older clients instead of the [[UO Protocol 0xAD|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: * 0x00 - Regular * 0x01 - Broadcast * 0x02 - Emote * 0x06 - System * 0x07 - Message * 0x08 - Whisper * 0x09 - Yell [[UO_Protocol]]