Macros
Shot Rotation Macros.
Add a basic pet command for lightning breath if you use a wind serpent.
________________________
Spam Macros.
SS/Auto 1:1 Clip/No Clip
This macro can be used as a base with other shots being woven into it for 1:1.5 rotations.
#showtooltip Steady Shot
/cast !Auto shot
/cast [target=pettarget,exists] Kill Command
/cast Steady shot
/script UIErrorsFrame:Clear()
Modified 1:1.5 Clip/No Clip (No multi)
Used for iAS builds for those that hate manual weaving.
#showtooltip Steady Shot
/castsequence reset=2.52 !Auto shot, Steady Shot
/cast [target=pettarget,exists] Kill command
/castrandom Arcane Shot
/script UIErrorsFrame:Clear()
Modified 1:1.5 Clip/No Clip (Multi)
#showtooltip Steady Shot
/cast [target=pettarget, exists] Kill Command
/castsequence reset=2.52/combat/target !Auto Shot, Steady Shot
/castrandom Arcane Shot, Multi-shot
/script UIErrorsFrame:Clear()
________________________
Cast Sequence Macros.
Full 1:1.5
#showtooltip Steady Shot
/castsequence reset=3 !Auto Shot, Steady Shot, Arcane Shot, !Auto Shot, Steady Shot, !Auto Shot, Steady Shot, Multi-Shot, !Auto Shot, Steady Shot
/cast [target=pettarget,exists] Kill Command
/script UIErrorsFrame:Clear()
Basic 1:1
#showtooltip Steady Shot
/castsequence reset=3 !Auto Shot, Steady Shot
/cast [target=pettarget,exists] Kill Command
/script UIErrorsFrame:Clear()
Short iAS 1:1.5
#showtooltip Steady Shot
/castsequence reset=3 !Auto Shot, Steady Shot, Arcane Shot, !Auto Shot, Steady Shot
/cast [target=pettarget,exists] Kill Command
/script UIErrorsFrame:Clear()
________________________
Other Helpful macros.
Pet Macro.
Some mash and extra button for KC rather than having it inbuilt.
#showtooltip Kill Command
/cast [target=pettarget,exists] Kill Command
/cast [target=pettarget,exists] Lightning Breath
Feed Pet Macro.
This auto feeds your pet in 1 click if you have the appropriate food in your inventory.
The pet names are: Ravager, Wolf, Turtle, Wind Serpent, Scorpid, Cat, Raptor, Boar etc.
#showtooltip Feed Pet
/cast [pet] Feed Pet
/use [pet:Ravager/Wolf] Smoked Talbuk Venison; [pet:Turtle] Skethyl Berries; [pet:Wind Serpent] Conjured Manna Biscuit
Zoom Distance
This is useful for all situations, it allows you to zoom out further than you can set in the interface options.
/console CameraDistanceMaxFactor 4
________________________
Misdirection and Assist macros.
Basic Assist
/assist Tankname
/cast Hunter’s Mark
Alt=Target Focus/Base
This casts on your focus if you hold down alt while activating but hits your normal target if used normally.
#showtooltip Misdirection
/cast [modifier:alt, target=focus] Misdirection; Misdirection
Assist MD
All works in a split second and doesn’t break your autoshot.
#showtooltip Misdirection
/target Tankname
/cast Misdirection
/assist Tankname
Focus MD
Casts on the focus 100% of the time.
#showtooltip Misdirection
/cast [target=focus] Misdirection
All round MD
Casts misdirection on your focus if you have one, a friendly target if you have one selected and your pet if neither exist.
#showtooltip Misdirection
/cast [target=focus,help][help][target=pet,exists,nodead]Misdirection
________________________
Melee Macros.
Simple RS
Good for hunters that like to have wingclip on a separate button.
#showtooltip Raptor Strike
/castrandom Raptor Strike
/castrandom Mongoose Bite
________________________
Alt Modifier Focus Macros.
These macros have many situations but I’ll just leave a macro skeleton and an example. Use it however you think will benefit.
This can be done with any castable shot or ability that requires a target. The basic mechanics work so you can have 2 targets at once. It’s good for keeping your mana drain target on your focus so you can viper sting without changing targets etc.
#showtooltip Skill
/cast [modifier:alt, target=focus] Skill; Skill
An example would be scattershot.
With this macro you can set your trap target to your focus frame and scatter as soon as the trap breaks by holding alt and pressing your macro without changing off your main kill target.
#showtooltip Scatter Shot
/cast [modifier:alt, target=focus] Scatter Shot; Scatter Shot
________________________
Error Sound Spam and Removal.
Hunters that play with sound AND spam macros come across a problem with their game spamming them with error messages such as “That spell is not ready yet.” etc. There is a way to remove it by adding the following two lines to your existing macros.
/console Sound_EnableSFX 0
/console Sound_EnableSFX 1
In a working macro it should look like this…
/console Sound_EnableSFX 0
/cast !Auto shot
/cast Steady shot
/cast [target=pettarget,exists] Kill Command
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
________________________
Error Message Spam and Removal.
That spell is not ready yet! That spell is not ready yet! We all know that spam macros can be annoying. 3 lines can eliminate this spam all together. Add them to your macros at will. The other choice is getting a mod that removes them completely.
/script UIErrorsFrame:Hide()
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
In a working macro it should look like this…
/script UIErrorsFrame:Hide()
/cast !Auto shot
/cast Steady shot
/cast [target=pettarget,exists] Kill Command
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
________________________

