Thought I’d share some macros for Classic Hunter’s.
Spammable Eagle Eye (to view further distances)
#showtooltip eagle eye
/cast !eagle eye
Raptor Strike/Mongoose Bite all in one
#showtooltip Raptor Strike
/cleartarget [dead][help]
/cast Raptor Strike
/cast Mongoose Bite
/startattack
/dismount [mounted]
Auto Shot/petattack
/cleartarget [dead][help]
/targetenemy [noexists]
/cast !Auto Shot
/petattack
/cast Dash
/cast Dive
/dismount [mounted]
Mouseover Scatter Shot
#showtooltip
/petpassive
/petfollow
/cast [@mouseover, harm][] Scatter Shot
/dismount [mounted]
Scatter Shot
#showtooltip Scatter Shot
/petpassive
/cast Scatter Shot
Aimed Shot
#showtooltip
/cleartarget [dead][help]
/targetenemy [noexists]
/cast Aimed Shot
/cast !Auto Shot
/dismount [mounted]
Arcane Shot
#showtooltip
/cleartarget [dead][help]
/cast Arcane Shot
/cast !Auto Shot
/dismount [mounted]
Multi-Shot
#showtooltip
/cleartarget [dead][help]
/cast Multi-Shot
/cast !Auto Shot
/dismount [mounted]
Volley @ cursor location
#showtooltip
/cast [@cursor] Volley
Serpent Sting
#showtooltip
/cleartarget [dead][help]
/cast Serpent Sting
/cast !Auto Shot
/dismount [mounted]
Pet Attack
#showtooltip
/cleartarget [dead][help]
/petattack [harm]
/cast Dash
/cast Dive
Feed Pet, replace ‘name of food here’ with whatever food you want to feed
#showtooltip Feed Pet
/cast [pet, nodead] NAME OF FOOD HERE
/use [pet, nodead] ] NAME OF FOOD HERE
/use [pet, nodead] ] NAME OF FOOD HERE
/use [pet, nodead] ] NAME OF FOOD HERE
Revive pet/mend pet in one button
#showtooltip
/cast [nopet][target=pet, dead] Revive Pet; Mend Pet
Aspect of the Hawk
#showtooltip
/cancelaura Aspect of the Cheetah
/cast !Aspect of the Hawk
/dismount [mounted]
Aspect of the Cheetah
#showtooltip Aspect of the Cheetah
/cast !Aspect of the Cheetah
/dismount [mounted]
Aspect of the Pack
#showtooltip aspect of the pack
/cast !aspect of the pack
/dismount [mounted]
Hunter’s Mark
#showtooltip
/cleartarget [dead][help]
/targetenemy [noexists]
/cast Hunter’s Mark
/dismount [mounted]
Mouseover Scare Beast
#showtooltip
/cast [@mouseover] Scare Beast
Useable in combat traps
Freezing Trap
#showtooltip Freezing Trap
/petpassive
/petfollow
/cast [combat]Feign Death;
/cast Freezing Trap
Frost Trap
#showtooltip Frost Trap
/petpassive
/petfollow
/cast [combat]Feign Death;
/cast Frost Trap
Explosive Trap
#showtooltip Explosive Trap
/petpassive
/petfollow
/cast [combat]Feign Death;
/cast Explosive Trap
Immolation Trap
#showtooltip Immolation Trap
/petpassive
/petfollow
/cast [combat]Feign Death;
/cast Immolation Trap
Non class-specific scripts
Check if you’ve completed a quest by replacing ‘IDHERE’ with the quest ID
/script print(IsQuestFlaggedCompleted(IDHERE))
Increased max camera distance
/console cameraDistanceMaxZoomFactor 3.0
Raid Target Macro
/run SetRaidTarget(“target”,8)
‘8’ is skull, you can replace the number for whichever icon you desire
0 - Clears Marker
1 - Star
2 - Circle
3 - Diamond
4 - Triangle
5 - Moon
6 - Square
7 - Cross
8 - Skull
Class color chat names
/console SET chatClassColorOverride “0”
Slightly Reduce Rain/Fog
/console SET weatherDensity 0
Auto complete quest for thorium shells to arrows (spam while right clicking)
/script SelectGossipAvailableQuest(1)
/script CompleteQuest()
/script GetQuestReward()