Skip to content

Repository files navigation

AutoInventory

AutoInventory is an ESO addon for sorting items into simple categories and acting on them when it makes sense.

What it does

  • Shows a manager window where you can review items and assign categories.
  • Adds right-click category options to inventory and bank items.
  • Helps move items into and out of the bank.
  • Keeps trader items easy to find.
  • Sells trash items to NPC vendors.

Categories

  • Keep Leaves the item alone.

  • Bank Marks the item to be stored in your bank.

  • Pull From Bank Marks a banked item to be pulled back into your backpack later.

  • Trader Prep Marks an item as something you want ready for guild trader listing later.

  • Trash Marks an item for NPC vendor selling.

Manager window

The manager window lets you:

  • view all categorized items in one place
  • search and filter by category
  • select one or multiple items
  • apply a category to the current selection
  • clear a category from selected items

How the flows work

Bank

  • Mark an item as Bank to store it away.
  • Mark an item as Pull From Bank to bring it back later.

Trader Prep

  • Use Trader Prep as a list of items you want ready for guild trader selling.
  • It helps keep those items visible and easy to prepare.
  • It does not automatically post listings to a trader.

Trash

  • Trash is for NPC vendor selling.
  • Outside a vendor, it stays as a category only.
  • At an NPC vendor, trash items can be sold automatically.

Slash commands

  • /ai help - shows the command list
  • /ai manager - opens the manager window
  • /ai bank - processes bank actions immediately
  • /ai clear - clears all saved item categories
  • /ai settings - opens the settings panel
  • /ai debug on - enables manager debug logging
  • /ai debug off - disables manager debug logging
  • /ai debug clear - clears manager debug logging
  • /ai ops - shows recent addon operations
  • /ai ops clear - clears the recent operation log
  • /ai allowtrash epic|legendary|all on|off - changes high-end trash protection
  • /ai allowtrash status - shows high-end trash protection status

Notes

  • ESO can still have timing quirks around bank, vendor, and loading-screen events.
  • Some actions depend on the correct UI being open, such as a bank or NPC vendor.
  • Trader Prep is a preparation/category workflow, not automatic guild trader listing.
  • If ESO delays item or group data, the addon may need the relevant scene or event to finish loading before everything updates.

Files

  • AutoInventory.lua - addon bootstrap and shared workflow coordination
  • AutoInventoryState.lua - category state and persistence
  • AutoInventoryCore.lua - bank, sell, and action processing
  • AutoInventoryManager.lua - manager window UI and selection logic
  • AutoInventoryUI.lua - right-click menu and slash commands
  • AutoInventorySettings.lua - settings panel definitions

Install

Copy the addon folder into:

Documents/Elder Scrolls Online/live/AddOns/

Then enable AutoInventory in the ESO addon menu.

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages