This is absolutely beautiful and I can't thank you enough!

I'm dualboxing druids, and before, one of my druids' DPS would always be off (they're currently level 36, not RAF'd, and leveling balance). Now they're almost identical unless I try to pick a fight without enough mana (oops).

Since they're still in the leveling process, I added another step to perfect the "root 'n' nuke" sequence.

Macro 1 (main only):
Code:
#showtooltip Entangling Roots
/castsequence reset=combat Entangling Roots,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Macro 2 (main and slave):
Code:
#showtooltip Insect Swarm
/castsequence reset=target ,,,Insect Swarm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Macro 3 (main and slave):
Code:
#showtooltip Moonfire
/castsequence reset=target ,,,,,,Moonfire,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Macro 4 (main and slave):
Code:
#showtooltip Wrath
/castsequence reset=target ,,,,,,,,,Starfire,Wrath,Wrath,Wrath
I have ER set to reset on combat instead of target because if I'm already in combat, and something's hitting me, I might as well just nuke it down instead of trying to root and reposition (though I do have ER bound separately in case that's needed).

I'm using Starfire because it's a bit more mana efficient, and at this particular level, having both my druids use that sequence usually drops the mob before I even finish casting the first Wrath.

The only change I made to the main "click" macro was to add a line to /target focustarget, since I was having trouble trying to use [target=focustarget] on my slave's macros. Basically, the macros above were set to reset on combat/target, and I had [target=focustarget] in the slave's macros, but the sequence wouldn't reset for the slave even though it targeted the main's target at the start of combat... any suggestions on how to fix this would be much appreciated, as I'd like to keep my slave's target free.

Edited to add: I also used Macaroon for this, along with a macro to get the name of the frame I was moused over to get the exact button names.