Macro Sets is an addon for Retail World of Warcraft that allows players to manage and switch between sets of macros easily. This addon is particularly useful for players who use different sets of macros for various activities like PvE, PvP, roles, and/or specializations.
Features
- Save and load macro sets.
- Ability to have macros automatically placed in their saved action bar slots when loading a set.
- Separate handling for general and character-specific macros.
- Easy-to-use slash commands for managing macro sets.
- Control over how macro icons are stored and set.
- Undo command incase you make a mistake.
Usage
/ms save [name] [type]: Save the current macro set with the specified name.
/ms load [name]: Load the macro set with the specified name.
/ms delete [name]: Delete the macro set with the specified name.
/ms deleteall: Delete all saved macro sets.
/ms undo: Undo the last eligible action.
/ms list: List all saved macro sets.
/ms options: Toggle the options screen.
/ms help: Display this list of available commands.
/ms help [command]: Display detailed information about a specific command.
Example for dynamic icons toggle setting
Initial macros
- both macros are using a custom selected icon
- both macro bodies are the same
#showtooltip /cast Lightning Bolt
- the macro 'B' on the right has the `#i` flag at the end of the name
Saved while toggled 'ON'
- macro without #i flag retained its chosen icon
- macro with #i flag was given the dynamic icon and it defaulted to the Lightning Bolt icon
Saved while toggled 'OFF'
- macro with #i flag retained its chosen icon
- macro without #i flag was given the dynamic icon and it defaulted to the Lightning Bolt icon- -