PACKET DESCRIPTION
Packet Name: OPENBUYWINDOW
Packet Id: 0x74
uint8 PacketId
uint16 PacketLength
uint32 VendorBuyPacketSerial
uint8 ItemCount
foreach Item:
uint32 Value
uint8 DescriptionLength
uint8[DescriptionLength] Description (Utf8)
if VendorBuyPackSerial & 0x80000000
uint8 TooltipLength
uint8[TooltipLength] Tooltip (Utf8)
endif
endfor
Notes: ServerPacket
Description: Opens a buy window.
|