Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.16 KB

eso-ItemTrig

An attempt at making a trigger-based alternative to the Elder Scrolls Online add-on Dustman. ItemTrig is available for download from ESOUI or NexusMods.

The sort of stuff I'd like to enable are things like:

Sample triggers

Deconstruct intricate
Entry points: Crafting Menu Opened
Conditions:
The item [is] an [any equippable].
The item [is] intricate.
The current crafting station [is appropriate for] this item.
The player [has not] maxed out their [crafting skill for this item] skill.
Actions:
Deconstruct the item.

Deconstruct worthless equipment
Entry points: Crafting Menu Opened
Conditions:
The item [is] an [any equippable].
The item's rarity is [at most Normal].
The item's sell value is [at most 0].
The current crafting station [is appropriate for] this item.
Actions:
Deconstruct the item.

Sell trash
Entry points: Merchant Menu Opened
Conditions:
The item's rarity is [at most Worn].
The item [is] a [Trash].
Actions:
Sell [9999] of the item.