Hunter pet macro

Hello i started a hunter a while ago and found this macro on this forum and it worked then, but not any more… whats wrong with it? I’ve tried so many different combos but really cant get it to work. it doesnt cast the hunters mark anymore.

/cast Mend Pet(Rank 1)
/cast Hunter’s Mark(Rank 1)
/PetAttack

Don’t they have a global cooldown?

tested your right, is there a wait thing for macros? to like have a space?

I think you can use

/PetAttack
/castsequence Mend Pet(Rank 1), Hunter’s Mark(Rank 1)

but you need to press it twice and you cannot put a pause into a macro. Personally I wouldn’t put the rank in there unless you want it to cast the lowest one.

1 Like

hello agin, i just tested it and it only sends the the pet attacking nothing else.

How many times did you press it?

it may need a space after the skill and before the rank.

twice just like you said, when i changed it to:

/PetAttack
/castsequence Mend Pet(Rank 1),
Hunter’s Mark (Rank 1)

it did the mend and then the hunters mark line was written in /say

that’s because you did it on a second line.

aha yeah i changed it back but still doesnt do everything.

If you are using /castsequence command, then all the spells/abilities have to be in one line like this:

#showtooltip
/castsequence Hunter’s Mark(),Mend Pet(),and so on,one spell,after another
/petattack

With every use of the macro the next ability in the line separated by “,” is used in sequence, unless it’s still on gcd.

I personally would recommend using modifiers:

#showtooltip
/cast [mod:alt]Mend Pet();Hunter’s Mark()
/petattack [nomod]

That way you will use Hunter’s Mark and send pet to attack the target, and use Mend Pet when pressing the key to which is the macro assigned to while holding alt.

I used this and it worked for some reason

/PetAttack
/castsequence reset=target Mend Pet, Hunter’s Mark

I copied the hunter’s mark from the spellbook rather than typed it in. Remember to wait for the GCD before pressing it again.

Not sure why you only want to use rank one of the mend pet and hunter’s mark.

hmm for me it only mends and sends the pet to attack, and yes i pressed it twice after GCD.

and i dont really want to, i just only have those ranks atm.

Try copying the hunter’s mark from the spellbook, it didn’t work before I did that.

#showtooltip
/cast [mod:alt]Mend Pet();Hunter’s Mark()
/petattack [nomod]

is that the entire macro or do i need to change anything? is there any way to not have to press alt? thanks for your help.

Also in case you don’t know, when you leave the brackets empty “Hunter’s Mark()”
then the macro will always use the highest rank and you don’t have to update the macro each time you learn new rank of the spell/ability.

Except they are optional.

1 Like

YESSS awesome! its working now! thanks a ton mate

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