Trend Explorer
Recent download momentum
Hourly download deltas for the last 48 hours.
Latest hour +0 Jun 2, 11 AM
Peak hour +0 Jun 4, 9 AM
Average +0 per hour
About this addon
What it does
Update macro containing unit name.
- Provide command that self-updates macro with target specified.
- Macro conditionals guid is here.
1. Hot to Use
Macro for pvp player (arena or bg)
#showtooltip
/mu
/stopmacro [btn:2]
/use [@arena1,harm][]spell
- When you right-click on the macro,
@arenaXin macro will be replaced by@arena(X+1).- arena1, arena2, arena3, arena1, ...
Macro for party or raid member
#showtooltip
/mu
/stopmacro [btn:2]
/use [@xxxx,help][]spell
- When you right-click on the macro,
@xxxxin macro will be replaced by@yyyy.
2. Tips
Detailed Specifications
/muor/macroupdatercommands work only when right-clicked.- These commands cannot stop the macro, so
/stopmacro [btn:2]is required immediately after them. - If "@arenaX" exists inside the macro, increment the value of X by 1. (1, 2, 3, 1, ...)
- If "@arenaX" not exists inside the macro, all "@xxx" are changed current target player name. ("target=xxx" is not changed)
BG and "@arenaX" macro
- While in BG, "@arenaX" is treated as important enemy. * ex. Flag carrier.
- The cyclone sample described below avoids this problem by using
[@raid6,help];.
3. Sample
Cyclone
#showtooltip
/mu
/stopmacro [btn:2]
/use [@raid6,help];[@arena1,harm,nodead]Cyclone
/use [@focus,harm,nodead][]Cyclone
Innervate
#showtooltip
/mu
/stopmacro [btn:2]
/use [noknown:29166]Regrowth;[help,nodead,group:raid][target=player,spec:4,nogroup:raid][nodead,help,@YourHealer][target=player]Innervate
At-a-glance numbers
Performance highlights
- Peaked at Hot #4241 on May 20, 2026.
- Peaked at Rising #2030 on May 20, 2026.
- Featured on the Hot list across 3 distinct weeks.
- Shipped 1 release in the last 30 days.