Skip to content

A simple WoW: Classic addon to create and delete equipment sets

Notifications You must be signed in to change notification settings

RabbleCode/closet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

closet

A simple WoW: Classic addon to create and delete equipment sets.

Usage:

  • /saveset name - Overwrites the equipment set named "name" with all equipment currently worn, or creates a set if one doesn't yet exist

  • /deleteset name or delset name - Deletes the equipment set "name" if it exists

  • /listsets - Lists all currently saved sets for the current character:

    image

  • /equipset name - Equips items from the previously saved set named "name"

Notes:

Classic Era WoW API supports the Blizzard equipment manager functionality and the /equipset macro command, but the UI options for creating and modifying sets are disabled.

This addon just creates a couple slash commands to easily interface with the existing Blizzard API to allow creating, editing, and deleting sets.

Once a set is saved, Blizzard fuctionality will automatically display which sets that item belongs to on the item's tooltip as shown here:

image

There are no plans to develop more advanced features like integrating this visually into the "paperdoll" character frame or allowing for editing individual slots at a time. This is all or nothing. When you save a set, it saves everything you're currently wearing with the name you chose.

About

A simple WoW: Classic addon to create and delete equipment sets

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages