Cliloc Message (0xC1)
- Status:
placeholder - Direction:
Server - Length:
Variable - POL reference: https://docs.polserver.com/packets/index.php?Packet=0xC1
- Last modified in POL docs:
2009-03-02 07:58:53byTurley
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[30] |
- speaker's name |
BYTE[?*2] |
- arguments // _little-endian_ unicode string, tabs ('\t') seperate the arguments. Null Terminated 0x0000 |
Subcommand Build
N/A
Notes
Argument example: take number 1042762:
- "Only ~1_AMOUNT~ gold could be deposited. A check for ~2_CHECK_AMOUNT~ gold was returned to you."
- the arguments string may have "100 thousand\t25 hundred", which in turn would modify the string: "Only 100 thousand gold could be deposited. A check for 25 hundred gold was returned to you."