Cliloc Message Affix (0xCC)
- Status:
placeholder - Direction:
Server - Length:
Variable - POL reference: https://docs.polserver.com/packets/index.php?Packet=0xCC
- Last modified in POL docs:
2009-03-02 08:01:08byTurley
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