DemonBox¶
Namespace: ChannelToClient · Opcode: 0x005D (93)
Channel-to-client demon box contents. Envision sends an empty box until the demon system is implemented; the per-demon entries normally follow the Count field before the MaxSlots tail byte.
Fields¶
| Field | Type | Modifiers | Description |
|---|---|---|---|
BoxId |
s8 |
— | Mirrors the request's BoxId. |
Unknown1 |
s32 |
— | Always 0 in observed traffic. |
ExpirationSeconds |
s32 |
— | Rental expiration in seconds, or -1 for boxes that never expire (the default COMP case). |
Count |
s32 |
— | Number of demon entries that follow. Envision sends 0 for now; when the demon compendium lands, per- demon data is emitted between Count and MaxSlots. |
MaxSlots |
u8 |
— | Total slot capacity of the box. 10 for a fresh COMP, higher for characters who have purchased expansions; 50 for each of the expansion boxes. |