Open Dialog Box (0x7C)
- Status:
placeholder - Direction:
Server - Length:
Variable - POL reference: https://docs.polserver.com/packets/index.php?Packet=0x7C
- Last modified in POL docs:
2009-03-02 07:47:44byTurley
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] |
blockSize |
BYTE[4] |
dialogID (echo'd back to the server in 7d) |
BYTE[2] |
menuid (echo'd back to server in 7d) |
BYTE[1] |
length of question |
BYTE[length of question] |
question text |
BYTE[1] |
# of responses |
Then for each response:
-
- BYTE[2] model id # of shown item (if grey menu -- then always 0x00 as msb)
| Type | Field |
|---|---|
BYTE[2] |
color of shown item |
BYTE |
response text length |
BYTE[response text length] |
response text |
Subcommand Build
N/A
Notes
N/A