Small help for a basic macro

Hello I want to make a macro that whenever i use a corresponding skill eg. serpent sting, i want my pet to attack the target as well. How can i do this? Thanks you very much!

A quick google search found me this macro:
/cast Hunter’s Mark(Rank 1)
/petattack

Obviously you type the skill you want :stuck_out_tongue:

Unfortunately I can’t test it right now, so I can’t confirm if it actually works.

#showtooltip Serpent Sting
/targetenemy [noexists]
/petattack
/cast Serpent Sting

thank you both.

1 Like

For spells that you want to use the highest rank always you just skip the (rank 1) at the end. For example:
/cast Rejuvenation(rank 4) = casts rank 4
/cast Rejuvenation = casts the highest rank you learned

1 Like

You don’t really need the targetenemy in that as you should already have one targeted. I would add a reset conditional though

#showtooltip
/petattack
/castsequence reset=target Hunter’s Mark, Serpent Sting

You just press it again when the cooldown is over.

Is no good macro’ing Hunter’s Mark like this. Mana cost too high. Could you do without?

Personally I would use it rather than serpent sting.

Yes of course use Hunter’s Mark, but no need re-casting with each Serpent Sting.
Hunter’s Mark NEED no re-cast, only spends all your mana.

I don’t know about you but I kill the mob before the Serpent Sting runs out.

That’s why there is a target reset in the macro, so it only casts once.

I do too. Normally if not BIG baddie :wink: Thanks.

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