Skip to content

/inv

Syntax

/inv list|equipped|find|actions|examine|scribe|use|read|equip|unequip|move|help

Description

Read your bags and worn gear, and fire item actions by name. Provided by the bundled inv_helper script — run /lua run inv_helper first.

Provided by a script

/lua run inv_helper
Stop it with /lua stop inv_helper. /inv disappears when it stops.

Names are matched case-insensitively and partially/inv use pure awe finds "Scroll of Pure Awe". The first match wins.

Reading

  • list [filter] — List bag items: index, name, and the actions each offers.
  • equipped [filter] — List worn gear.
  • find <name> — Show the first matching item and its actions.
  • actions <name> — List just the right-click actions that item offers.

Acting

  • examine <name> — Open the examine window (info inventory <index>).
  • scribe <name> — Scribe a spell or recipe scroll.
  • use <name> — Use/activate the item.
  • read <name> — Read a book.
  • equip <name> — Equip a bag item.
  • unequip <name> — Unequip a worn item (matched against equipped gear).
  • move <name> [bag] — Move the item to a bag ordinal. Default 0 = main inventory.
  • help — Print this list in-game.

Every action is issued as the same native slash command the client's own inventory UI emits.

Examples

/lua run inv_helper

/inv list
/inv list rune
/inv find pure awe
/inv actions pure awe
/inv scribe pure awe
/inv equip rusty sword
/inv move ration 2

See also