Table of Contents

Cliloc Message Affix (0xCC)

Moongate Packet Classes

  • None yet

Current Moongate Behavior

Moongate does not currently implement this opcode. This page is a placeholder generated from the POL catalog.

Packet Build

Type Field
BYTE[1] cmd
BYTE[2] length
BYTE[4] id (0xffff for system message)
BYTE[2] body (0xff for system message)
BYTE[1] type (6 - lower left, 7 on player)
BYTE[2] hue
BYTE[2] font
BYTE[4] Message number
BYTE[1] flags (0x02 is unknown, 0x04 signals the message doesn't move on screen) (flags & 0x1) == 0 signals affix is appended to the localization string, (flags & 0x1) == 1 signals to prepend.
BYTE[30] - speaker's name
BYTE[?] affix / null terminated

BYTE[?]*2] arguments; // big-endian unicode string, tabs ('\t') seperate arguments, see 0xC1 for argument example

Subcommand Build

N/A

Notes

N/A