← Back to Ultima Online Packet Guide Permalink
Open Dialog Box (Menus)
0x7C
S->C Variable All Active
Metadata
Direction
S->C
Size
Variable
Type
Variable
Client Version
All
Status
Active
Description
Opens an item list or question menu with responses.
Notes
ModernUO writes MenuID=0; strings trimmed; length backfilled; pairs with 0x7D response.
Packet Structure
00:ID(0x7C)
01:Len(2)
03:DialogID(4) [echoed by 0x7D]
07:MenuID(2) [echoed by 0x7D]
09:QuestionLen(1)
0A:Question(ASCII)
..:Count(1)
Repeat Count x { Model(2), Color(2), TextLen(1), Text(ASCII) }
end:Len backfill