Packet # | Packet Name | Length | Client | Server | Obsolete |
---|---|---|---|---|---|
0x9E | Shop Sell | dynamic | X | X | |
Data Type | Description | ||||
byte 0x9E | The packet number. | ||||
ushort Size | The size of the packet. | ||||
uint Vendor | The serial of the vendor. | ||||
ushort NumItems | The number of items in the list. | ||||
loop { uint Serial ushort Artwork ushort Hue ushort Amount uint Price byte Length char[] Name } |
This loop contains information for each item in the shop inventory. Serial: The item's serial. Artwork: The item's artwork number. Hue: The item's hue. Amount: The amount of the item available. Price: The price of the item. Length: The length of the item's name. Name: The name of the item. |
||||
Packet Description: This is sent to display the player's shop inventory when selling to a vendor. |