Farming/grinding macro help

Post Reply
Natto1972
Posts: 2

Farming/grinding macro help

Post by Natto1972 » Wed Feb 21, 2024 2:28 pm

Trying to make a macro that includes: Hunter's mark+pet attack+auto shot
Is it possible in this gameversion? I got supermacro but years has gone by since i used it and i cant find any source elsewhere...

//natto

User avatar
Kwall
Posts: 31

Re: Farming/grinding macro help

Post by Kwall » Wed Feb 21, 2024 7:41 pm

/script if not IsCurrentAction(9) then UseAction(9) end;
/cast Hunter's Mark
/script CastPetAction(1)

The number 9 is where I have auto shot on my hot bar this can be changed you also don't need any macro addons for this.
Last edited by Kwall on Wed Feb 21, 2024 7:47 pm, edited 1 time in total.

User avatar
Kwall
Posts: 31

Re: Farming/grinding macro help

Post by Kwall » Wed Feb 21, 2024 7:45 pm

You can also add your pet stance by adding /script CastPetAction(enter position of spell number here)

1 for attack
2 for follow
3 for stay
4 for growl
5 for claw
8 for aggressive stance
9 for defensive stance
10 for passive

User avatar
Kwall
Posts: 31

Re: Farming/grinding macro help

Post by Kwall » Wed Feb 21, 2024 7:56 pm

If you spam it, it will turn your auto shot on and off the end; part doesn't work for auto shot like it does for melee auto attack but it works great for what I use it for

Natto1972
Posts: 2

Re: Farming/grinding macro help

Post by Natto1972 » Thu Feb 22, 2024 10:56 am

ty m8!

Post Reply