Table of Contents

Sell List Reply (0x9F)

Moongate Packet Classes

  • SellListReplyPacket (Incoming, Variable, length -1) from src/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