Macro Thread!

Hi Everyone!

I like macros and figured I’d share some of them w/ you all. This is from a MM Hunter’s perspective who enjoys PvP. Feel free to use them and let me know what you think or if you have questions! :smiley:

I do occasionally do BM and Survival. I can post those Macros too if people are interested.

—Marksman Abilities—

Note: Infected Bite is for Hyena and Savage Rend is for Raptor. There are other pets with MS out there but I prefer these 2 for the models.

#showtooltip Aimed Shot
/use Attack
/use Bite
/use Infected Bite
/cast Aimed Shot

#showtooltip Arcane Shot
/use Attack
/use Bite
/use Savage Rend
/use Infected Bite
/cast Arcane Shot

#showtooltip Explosive Shot
/use Attack
/use Bite
/use Savage Rend
/use Infected Bite
/cast Explosive Shot

#showtooltip Kill Shot
/use Attack
/use Bite
/use Infected Bite
/cast [modifier:shift,target=focus][target=mouseover, harm][harm] Kill Shot

#showtooltip Multi-Shot
/use Attack
/use Bite
/use Savage Rend
/use Infected Bite
/cast Multi-Shot

#showtooltip Rapid Fire
/use Attack
/use Bite
/use Savage Rend
/use Infected Bite
/cast Rapid Fire

#showtooltip Steady Shot
/use Attack
/use Bite
/use Savage Rend
/use Infected Bite
/cast Steady Shot

#showtooltip Volley
/cast [@cursor] Volley
/stopspelltarget

#showtooltip Counter Shot
/cast [modifier:shift,target=focus][target=mouseover, harm][harm] Counter Shot

—Pet Abilities—
#showtooltip Master’s Call
/cast [nopet] Call Pet (1-5 depending on where it is in your Pet List)
/cast [target=X] Master’s Call (replace X with your char name)
/cast [@mouseover,help][] Master’s Call
/stopspelltarget

#showtooltip Roar of Sacrifice
/cast [nopet] Call Pet 5 (1-5 depending on where it is in your Pet List)
/cast [target=X] Master’s Call (replace X with your char name)
/cast [@mouseover,help][] Roar of Sacrifice

—Crowd Control—
#showtooltip Scatter Shot
/cast [modifier:shift,target=focus][target=mouseover, harm][harm] Scatter Shot

#showtooltip Binding Shot
/cast [@cursor] Binding Shot
/stopspelltarget

#showtooltip Concussive Shot
/use Attack
/use Bite
/use Infected Bite
/cast [modifier:shift,target=focus][target=mouseover, harm][harm] Concussive Shot
/cancelaura Aspect of the Turtle

—Traps—
#showtooltip Tar Trap
/cast [@cursor] Tar Trap
/stopspelltarget

#showtooltip Freezing Trap
/cast [@cursor] Freezing Trap
/stopspelltarget

#showtooltip Hi-Explosive Trap
/cast [@cursor] Hi-Explosive Trap
/stopspelltarget

—For Kyrian Hunter’s w/ PvP Trinket—
#showtooltip Resonating Arrow
/use Sinful Aspirant’s (Or Gladiator’s) Badge of Ferocity
/cast [@cursor] Resonating Arrow
/stopspelltarget

—Misc—
#showtooltip Hunter’s Mark
/cast [modifier:shift,target=focus][target=mouseover, harm][harm] Hunter’s Mark

/focus [@mouseover, exists]
/targetenemyplayer [@mouseover, noexists]

#showtooltip misdirection
/cast [@focus,help][help][@pet,exists] Misdirection

#showtooltip Flare
/cast [@cursor] Flare
/stopspelltarget

2 Likes

Thank you, kinda new to the macro thing, will give these a try appreciate this!

Hello, I need your help please - I have two macros left that I want to make but do not know how to make them:

The first: Move pet to current cursor position

The second: Cast Kill Shot if it is possible and Arcane Shot/Chimaera Shot if it is not up. I would like to save a button if possible! No mouseover component required but I would appreciate to know how to do that also if you can find a solution.

Additionally, what is the purpose of nodead? Do I need to put that if I already have harm! I suspect that something that is dead will not be harmful to me. Should I be putting both in all my mouseover target macros?

Thank you for your time!

I’ve tried for the longest time to get one of these to work. I can get the @cursor position down but it still shows me the targeting reticule. I’ve read that your pets need to be passive mode for the macro to work effectively, but I am not at home currently and haven’t played with a MoveTo macro since 8.3.

I can tinker around with this once I’m home, but I am no macro expert. You may be able to find something here: https://huntsmanslodge.com/macros/.

I found this reddit post that explains the nodead condition for a macro pretty well.
https://www.reddit.com/r/WoWMacros/comments/fm0km5/whats_the_deal_with_the_harm_and_exists_macro/

1 Like