1 - a Second Focus, for friendly targets, its annoying for me as hunter, when i wana Focus Misdirect on Tank but also have a Focus Kick i need to interrupt (i think there is a macro to MD party member 1 but a friendly focus would be epic
2 - Please for the love of god if the macro window some love… Can we get account wide Class drop down macro window? So instead of all of them being in the same window, we can just click drop down, Pick Class, and it only shows those Macros etc.
You might not think we use a lot, but i macro almost all of my abilities to one form or another, with like no interrupts on channeling Rapid fire, or Stopcasting to do interrupt etc
These 2 things, would be awesome for setting up all your stuff on alts
FWIW, this behavior is baseline. You don’t need macros for it.
I have a little hack for this, or more like, I adjusted someone else’s script just now for it.
Make a macro, call it MD (leave it empty).
Make another macro and put in it: /run local n=UnitName("target") or "player" if not InCombatLockdown() then EditMacro(GetMacroIndexByName("MD"),nil,nil,"#showtooltip\n/cast [@"..n.."] Misdirection") print("MD Updated to "..n)end
When you target someone and press the second macro, the first macro will be updated to cast Misdirection on that target.