Overview

**Use at your own risk, I'm not responsible if you salvage your super dope untinkered armor that was in your inventory.**

This plugin will attempt to salvage all items in your inventory that match loot rule salvage in your currently loaded VTank loot profile. This is helpful for cleaning up after vtank misses salvaging items. It needs to ID all items in your inventory so it may take a minute to run. It avoids salvaging equipped, tinkered, and imbued. Anything else that matches a salvage loot rule is fair game, you have been warned.

Commands

/ub autosalvage [force]

Salvages items in your inventory the match a Salvage type rule in your currently loaded VTank loot profile. You must end the command with “force” in order for it to actually salvage anything.

Examples:

  •  /ub autosalvage - Adds all matching items to your salvage window
  •  /ub autosalvage force - Adds all matching items to your salvage window AND clicks salvage

Settings

AutoSalvage.Think

Default Value: False
Think to yourself when auto salvage is completed

AutoSalvage.OnlyFromMainPack

Default Value: False
Only salvage things in your main pack

Expression Methods

ustadd

Adds an item to the ust panel

Parameters:

  • Param #0: obj (WorldObject) - World object to add to the ust panel

Returns: number - Returns 1

Examples:

  •  ustadd[wobjectgetselection[]] - Adds the currently selected item to your ust panel

ustopen

Opens the ust panel

Returns: number - Returns 1 on succes, 0 on failure

Examples:

  •  ustopen[] - Opens the ust panel

ustsalvage

Salvages the items in the ust panel

Returns: number - Returns 1

Examples:

  •  ustsalvage[] - Salvages all the items in the ust panel