Sami’s Potion Helper (1.0.0)

Sami’s Potion Helper

An Elder Scrolls Online addon that automatically manages potions in your backpack. When you open your inventory, it scans your bag and marks any non-crafted, sellable potions as junk keeping your inventory clean while preserving potions you made yourself.

Features

Auto-junk non-crafted potions Any sellable potion that was not player-crafted is automatically marked as junk when you open your inventory.
Crafted potion caching Crafted potions are tracked by slot index for quick lookup.
Potion effect categorisation Internal effect mask table covers common potion types (Heroism, Tri-Stat, Bi-Stat, Endurance, Unstoppable, Physical/Spell/Dual Resists).
Settings panel Configurable via LibAddonMenu-2.0, with a debug-message toggle.

Dependencies

LibAddonMenu-2.0 ≥ 41

Settings

Open Settings → Addons → SamisPotionHelper to access:

Enable Debug (default: Off) Print debug messages to the chat window

How It Works

When the inventory scene opens, the addon iterates through every slot in BAG_BACKPACK.
Each potion item is checked:

If it was crafted (has a creator name), its link is cached.
If it is non-crafted and sellable, it is immediately flagged as junk.

The cached potion list is updated on every inventory open.

Leave a Reply

Your email address will not be published. Required fields are marked *

For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.