Interrupt focus macro

hello, anyone here who can share a macro where if u press it and got a enemy as focus u interrupt that one but if you got a friendly as focus you only interrupt your target?

could be a good macro for dungeons where interrupt target isnt the one who needs to be interrupted but also works when tanking raids and i got the off tank as focus target

#showtooltip
/cast [@focus, exists, harm] Counterspell; Counterspell

Replace Counterspell with your classes interrupt, for example if you were a feral druid, write

#showtooltip
/cast [@focus, exists, harm] Skull Bash; Skull Bash
8 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.