Description
EquipSet allows you to define different sets of equipment and quickly switch between them. A set can include one or more equipment slots, and only those slots will be changed while the others are left intact. The sets can also be automatically equipped when you switch classes. This is great if you frequently switch only a few pieces of equipment between your classes (e.g. you switch only your daggers and bow between your rogue/scout).
Slash Commands
To add items to a set:
/eqs add <setname> <slotname> <itemlink>
If a set with the given name does not exist, it is created. The slot name is optional, it's only real use is to equip a weapon into your off-hand slot.
To equip a set:
/eqs <setname>
To remove items from a set:
/eqs remove <setname> <itemlink>
/eqs remove <setname> <slotname>
You can specify which item to remove by linking the item or by using the slot name (only if the item was initially added with a slot name).
To remove a set completely:
/eqs removeset <setname>
To list all your saved sets:
/eqs list
To get this command help within the game:
/eqs help
To equip a set automatically when you switch classes, use the class name as the set name. For example, if you have a set names "rogue", it will be equipped automatically whenever you switch your class to a primary rogue.
Pending features
- Auto-remove empty sets
- Check for duplicate items types or slots (prevent adding two helmets or two daggers into off-hand slot)
- User-friendly graphic interface (drop items from you bags into a window)
Reporting problems
Please report any problems or requests by creating a ticket at CurseForge.
Note
I realize there is a similar add-on named EquipSets, by Alleris. I discovered that add-on only I after writing this one for myself (I have been using it for a few weeks). I assure you I have not even looked at its code, let alone copied any of it. Also, that add-on seems to be abandoned (not updated since August 2009).
