-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.bbcode
More file actions
55 lines (41 loc) · 2.59 KB
/
README.bbcode
File metadata and controls
55 lines (41 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[SIZE=5][B]Sami's Potion Helper[/B][/SIZE]
An Elder Scrolls Online addon that automatically manages consumables in your backpack. When you open your inventory, it scans your bag and marks non-crafted, sellable items as junk based on your enabled filters (potions always, with optional food/drink, poisons, and merchant items). It can also auto-sell junk when you open a store.
[SIZE=4][B]Features[/B][/SIZE]
[LIST]
[*][B]Auto-junk non-crafted potions[/B] — Any sellable potion that was not player-crafted is automatically marked as junk when you open your inventory.
[*][B]Optional food & drink filtering[/B] — When enabled, non-crafted sellable food and drink are also marked as junk.
[*][B]Optional poison filtering[/B] — When enabled, non-crafted sellable poisons are also marked as junk.
[*][B]Optional merchant item filtering[/B] — When enabled, non-crafted sellable merchant trash/priority-sell items are also marked as junk.
[*][B]Optional auto-sell at merchants[/B] — When enabled, all junk is sold automatically when opening a store.
[*][B]Settings panel[/B] — Configurable via LibAddonMenu-2.0, including debug, filter, and auto-sell toggles.
[/LIST]
[SIZE=4][B]Dependencies[/B][/SIZE]
[LIST]
[*][URL=https://www.esoui.com/downloads/info7-LibAddonMenu.html]LibAddonMenu-2.0[/URL] ≥ 41
[/LIST]
[SIZE=4][B]Settings[/B][/SIZE]
Open [B]Settings → Addons → SamisPotionHelper[/B] to access:
[LIST]
[*][B]Enable Debug[/B] (default: Off) — Print debug messages to the chat window
[*][B]Filter Food & Drink[/B] (default: On) — Also junk non-crafted, sellable food and drink
[*][B]Filter Poisons[/B] (default: On) — Also junk non-crafted, sellable poisons
[*][B]Filter Merchant Items[/B] (default: On) — Also junk non-crafted, sellable merchant trash items
[*][B]Auto Sell Trash Items[/B] (default: Off) — Automatically sell junk items when opening a merchant store
[/LIST]
[SIZE=4][B]How It Works[/B][/SIZE]
[LIST=1]
[*]When the inventory scene opens, the addon iterates through every slot in [FONT=Courier New]BAG_BACKPACK[/FONT].
[*]Each item is checked against enabled filters:
[LIST]
[*][B]Potions[/B] are always considered.
[*][B]Food & Drink[/B] are considered when the setting is enabled.
[*][B]Poisons[/B] are considered when the setting is enabled.
[*][B]Merchant Items[/B] are considered when the setting is enabled.
[/LIST]
[*]Matching items are marked junk only if they are [B]non-crafted and sellable[/B].
[*]If [B]Auto Sell Trash Items[/B] is enabled, opening a merchant store will sell all junk automatically.
[/LIST]
[SIZE=4][B]Version[/B][/SIZE]
1.1.0
[SIZE=4][B]Author[/B][/SIZE]
samihaize