Here's some macros I am using on my level 20 alt:
Charge with stance dance:
Code:
#showtooltip Charge;
/cast [harm, nocombat, stance:1] Charge
/cast [harm, combat, stance:1] Defensive Stance
/cast [nocombat, stance:2] Battle Stance
RaidTarget scrolling macro that I bound to the mousewheel up:
Code:
/script if (charm == nil) or (charm < 5) then charm=9; end; charm=charm-1; SetRaidTarget("mouseover", charm);
RaidTarget clearing macro that I bound to mousewheel down:
Code:
/script SetRaidTarget("mouseover", 0)
Mouseover Sunder with startattack:
Code:
#showtooltip
/cast [@mouseover] Sunder Armor; [@target]Sunder Armor;
/startattack
They're not perfect, but they work for my play style.
Bookmarks