PACKET DESCRIPTION
Packet Name: OPENSELLWINDOW
Packet Id: 0x9E
uint8 PacketId
uint16 PacketLength
uint32 VendorSellSerial
uint8 ItemCount
foreach Item:
uint32 serial
uint16 ItemId
uint16 Hue
uint16 Amount
uint16 Value
uint8 DescriptionLength
uint8[DescriptionLength] Description (Utf8)
if VendorSellPackSerial & 0x80000000
uint8 TooltipLength
uint8[TooltipLength] Tooltip (Utf8)
endif
endfor
Notes: ServerPacket
Description: Opens a sell window.
|