Need expert help!..

I’m looking for a Macro that if i have a particular mob set a focus it will taunt my /focus… if no focus set… just taunt my target… Is this possible? as some bosses like Mistress it would come in handy… Just thinking it might help stop accidentally taunting an Add… =/

This is a line of hunter code that if i have a pet… it MD’s my pet, if i have the Main tank as focus, it MD’s him…

/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",

Cheers all :slight_smile:

#showtooltip
/cast [target=focus,harm,exists,nodead] Taunt; Taunt

Sneaky, You are the expert i needed…

Awesome… thanks m8… :slight_smile:

no problem :slight_smile: