FFXIV MACRO

Sort inventory by category and item ID

Group items into a consistent inventory arrangement.

UI & HUDDifficulty: IntermediateUI switch4 line macro

Macro code

/itemsort
/isort clear inventory
/isort condition inventory id asc
/isort condition inventory category asc
/isort execute inventory

What this does

Group items into a consistent inventory arrangement.

How to use

Record any manual arrangement first, execute, then inspect the inventory.

Requirements

Allow inventory slots to be reordered.

    Notes

    The sort conditions are reset. This is not a backup of your previous layout. Checked against official documentation; not tested in-game by EO PLACE.

    Verified patch7.55(公式仕様照合)
    Last verified2026-09-05
    Official command/itemsort
    Check official command

    Use-case referenceUse-case and specification reference