Macros Assistant is a lightweight World of Warcraft addon for creating common macros from a simple in-game UI.
Open the addon with /massist or /macrosassistant.
Features
- Create and update character-specific macros
- Mouseover and focus cast templates
- Target of target, mouseover target, and arena target templates
- Ground-targeted spell template with
[@cursor] - Burst template for trinkets, consumables, racials, and burst abilities
- Macro preview before creation
- Minimap button
- Localized UI: English, Russian, German, Spanish
Examples
Mouseover cast:
#showtooltip Fear
/cast [@mouseover,exists,nodead][] Fear
Focus cast:
#showtooltip Counterspell
/cast [@focus,exists,nodead][] Counterspell
Cast at cursor:
#showtooltip Blizzard
/cast [@cursor] Blizzard
Arena target:
/target arena1
Burst macro:
#showtooltip Shadow Dance
/use 13
/use Potion Name
/cast Blood Fury
/cast Shadow Dance
Hint: /use 13 means use trinket in slot #13.
Notes
Macro creation and editing cannot be done in combat due to World of Warcraft restrictions.
Macros Assistant does not automate gameplay. It only helps generate standard WoW macro text faster.

