▲ 0 r/CompetitiveWoW
Intelligent Interrupt Macro - Target Only
Hi everyone,
I'm using this macro which by now is public knowledge, basically, it auto-interrupts the target that is casting, regardless of whether I'm targeting them or not, giving priority to the focus:
/cast [@focus,exists,nodead,harm] *Interrupt Spell*
/stopmacro [@focus.exists,nodead,harm]
/focus target
/cleartarget
/targetenemy
/cast *Interrupt Spell*
/target focus
/clearfocus
/startattack
However, if I wanted to completely remove the focus management part (which I never use), thereby slimming down the macro script to keep only the smart target-switching logic active, how should it be rewritten?
u/IlBrasa — 7 days ago