Skip to content

The Elder Scrolls Online

Print Free Inventory Slots

A one-line Lua script that prints used and total backpack slots to chat. Handy while farming, where opening the inventory panel costs you a global cooldown you would rather spend on a skill.

ESO · General78 chars
/script d(GetNumBagUsedSlots(BAG_BACKPACK) .. "/" .. GetBagSize(BAG_BACKPACK))

Where to paste this

  1. Press Enter to open chat and type /script followed by your Lua one-liner.
  2. Separate several statements with semicolons; the whole script must fit on one chat line.
  3. Run /reloadui after changing settings or saved variables so the change is written to disk.
  4. For anything you repeat daily, put the same line in an add-on’s bindings so it gets a real keybind.