Focus Macro

Hey folks.

I need some help creating a macro that will set my focus to my target only if I don’t have a focus target currently.

Basically I’d like a Dominate Mind macro for my Priest that I can use to recast on my focus when the Debuff wears off but that will also set my original target as my focus for the first time I’m using Dominate in a run.

I currently use a basic Focus macro

#showtooltip /cast [@focus, exists] Dominate Mind;

Do I need to use modifiers or can this be done with one button? Thx

#showtooltip
/focus [@focus,noexists] [@focus,dead]
/cast [@focus] Dominate Mind
1 Like

You rock! Thx