Sell List (0x9E)
- Status:
implemented - Direction:
Server - Length:
Variable - POL reference: https://docs.polserver.com/packets/index.php?Packet=0x9E
- Last modified in POL docs:
2009-03-02 07:50:17byTurley
Moongate Packet Classes
VendorSellListPacket
Current Moongate Behavior
Moongate now uses 0x9E for the classic vendor sell list flow opened from the vendor context menu. The list is built from the vendor sell_profile accepted items and the player's current backpack contents. The reply path is handled by inbound packet 0x9F.
Packet Build
| Type | Field |
|---|---|
BYTE[1] |
cmd |
BYTE[2] |
blockSize |
BYTE[4] |
shopkeeperID |
BYTE[2] |
numItems |
For each item, a structure containing:
| Type | Field |
|---|---|
BYTE[4] |
itemID |
BYTE[2] |
itemModel |
BYTE[2] |
itemHue/Color |
BYTE[2] |
itemAmount |
BYTE[2] |
value |
BYTE[2] |
nameLength |
BYTE[?] |
name |
Subcommand Build
N/A
Notes
N/A