Sell List Reply (0x9F)
- Status:
implemented - Direction:
Client - Length:
Variable - POL reference: https://docs.polserver.com/packets/index.php?Packet=0x9F
- Last modified in POL docs:
2009-03-02 07:25:59byTurley
Moongate Packet Classes
SellListReplyPacket(Incoming, Variable, length-1) fromsrc/Moongate.Network.Packets/Incoming/Trading/SellListReplyPacket.cs
Current Moongate Behavior
Moongate currently has packet classes for this opcode.
Packet Build
| Type | Field |
|---|---|
BYTE[1] |
cmd |
BYTE[2] |
blockSize |
BYTE[4] |
shopkeeperID |
BYTE[2] |
itemCount |
For each item, a structure containing:
| Type | Field |
|---|---|
BYTE[4] |
itemID |
BYTE[2] |
quantity |
Subcommand Build
N/A
Notes
N/A