Table of Contents

0x3C — Container Content

Server → Client

Container content (0x3C): every item inside a container, in one variable-length packet. Sent right after draw container (0x24) to fill the gump that was just opened. Each entry repeats the container's serial, which is how the client knows where to draw it.

Fields

Field Type
Container Serial
Items IReadOnlyList<ContainerItem>