Ultima Online Protocol :: Shop Data
Packet # Packet Name Length Client Server Obsolete
0x74 Shop Data dynamic X X
Data Type Description
byte 0x74 The packet number.
ushort Size The size of the packet.
uint Vendor The serial of the vendor.
byte NumItems The number of items in the list.
loop
{
    uint Price
    byte Length
    char[] Name
}
This loop contains information for each item in the shop inventory.

Price: The price of the item.
Length: The length of the item's name.
Name: The name of the item.

Packet Description:
This is used to send shop inventory information to the client.