Skip to content

Event: itemInfo

karashiiro edited this page Sep 15, 2019 · 1 revision

Fires whenever you request an inventory (opening saddlebag, switching zones, checking retainers).

Structure Overview

{
    containerSequence: number;
    unknown: number;
    containerId: number;
    slot: number;
    quantity: number;
    catalogId: number;
    reservedFlag: number; 
    signatureId: BigUint64;
    hqFlag: number;
    unknown2: number;
    condition: number;
    spiritBond: number;
    stain: number;
    glamourCatalogId: number;
    materia: number[];
}

Structure Notes

Item slot number is inconsistent across inventories. In your normal inventory, item slot number will be containerId. In all other inventories, it will be slot and containerId will be an inventory type ID.