Regarding Hunter macros

Specifically the Feign + Freeze macro, was anyone able to test it if it works with Classic? Or any other good macro for Hunters?

1 Like

#showtooltip Freezing Trap
/petpassive
/petfollow
/cast [combat] Feign Death; Freezing Trap

https://forum.classicwow.live/topic/893/hunter-macros-tips

2 Likes

Ah! What a great site, thanks for the link!

No problem, good luck

Thank you both. I put that link and macro in our guild’s hunter discord channel. I’m light on macros and rarely know what I’m missing until I see it. :slight_smile: (Rogue pickpocket/sap one to open every fight was fun, and one to cast @player sigils on demon hunter is better than using up a talent on consecrated sigils, but mostly just /tar and fasttalk neutral npcs in hostile areas are my other macros. :))

it is currently buggy. The vanilla one will not work, this one will most times in PVE.

/Pet Passive
/Cast [combat] Feign Death
/Cast Freeze Trap

or Alternate, ( against logic, this seems to work better)
/Cast [combat] Feign Death
/Pet Passive
/Cast Freeze Trap

Spam as fast as you can

Hello Folks,

Below is a work-around I’m trying to figure out to make Hunter stings work based on the target. It’s not working but I’m hoping better coders can see where I’m going wrong:

#showtooltip Stings
/run C=UnitClass(“unit”);
if (C=string.match(“Warrior”)) CastSpellByName(“Serpent Sting”);
if (C=string.match(“Rogue”)) CastSpellByName(“Serpent Sting”); CastSpellByName(“Viper Sting”) end
/cast !Auto Shot

Cheers!