ItemBox¶
Namespace: ClientToChannel ยท Opcode: 0x0074 (116)
Client-to-channel item box contents request. Carries the box type (inventory vs depot) and the id of the box within that type. Server replies with ChannelToClient.ItemBox listing every slot in the box.
Fields¶
| Field | Type | Modifiers | Description |
|---|---|---|---|
BoxType |
s8 |
โ | Box type enum. 0 = inventory, other values select different container types (item depot, gift box, etc). |
BoxId |
s64 |
โ | Box id within the selected type. Usually 0 for the default inventory. |