← Back to Ultima Online Packet Guide Permalink
DisplayEquipmentInfo
0xBF.0x10
S->C Extended All Active
Metadata
Direction
S->C
Size
Variable
Type
Extended
Client Version
All
Status
Active
Description
Display equipment info attributes/crafter.
Notes
Attributes are cliloc numbers with optional charges; crafted-by entry present when crafterName provided.
Packet Structure
00:ID(0xBF)
01:Len(2 backfilled)
03:Sub(2=0x10)
05:Serial(4)
09:Number(4)
[If Crafter: -3(int), NameLen(2), Name(ASCII)]
[If Unidentified: -4(int)]
Repeat { AttrNumber(4), Charges(2) }
Terminator(-1,int)