Table of Contents

Response To Dialog Box (0x7D)

Moongate Packet Classes

  • DialogResponsePacket (Incoming, Fixed, length 13) from src/Moongate.Network.Packets/Incoming/UI/DialogResponsePacket.cs

Current Moongate Behavior

Moongate currently has packet classes for this opcode.

Packet Build

Type Field
BYTE[1] cmd
BYTE[4] dialogID (echoed back from 7C packet)
BYTE[2] menuid (echoed back from 7C packet)
BYTE[2] 1-based index of choice
BYTE[2] model # of choice
BYTE[2] color

Subcommand Build

N/A

Notes

N/A