Focus intimidation macro

Hey guys, I’m trying to figure out how to write a macro for intimidation to hit my focus, and then my pet continuing to attack my target. At the minute ive got:
/cast [@focus] Intimidation
/petattack [@target]
It doesnt work. Any suggestions?

It should tho. I used to run a macro similar to that. However, once I get home in about 2 hours I can take a look at my macro and see if there’s any detail missing in yours.

However try this just to see if does any difference:
/petattack [@target, harm]
/cast [@focus, harm] Intimidation

With the harm conditional added and the petattack first, because I think once Intimidation goes on CD the macro won’t read what’s bellow. I could be wrong but try it out.
But if the goal is so that your pet uses Intimidation without approaching the target, I think that isn’t possible, gotta try it out myself.

#showtooltip Intimidation
/cast [nomodifier] Intimidation; [modifier:shift, target=focus] Intimidation

The reason why it doesn’t work is because stunning someone just makes your pet “semi-taunted” for about 1-2 seconds. The way to break this “taunt” is to /petfollow after your Intimidation, or /petmoveto, but that would be kinda awkward sometimes.

I would just recommend doing /cast [@focus] intimidation and then have another keybind with /petattack and just press that button after.

2 Likes

Hey guys thanks for all the quick responses.
Also @bicmex thanks for the response I’m only playing survival cus of your videos keep them up!!

1 Like

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