$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
dabbling, frivolling, idling, loafing, loitering, playing and procrastinating
21 Jan // php the_time('Y') ?>
In patch 3.0.8 Steady Shot was nurfed by 10% damage, so I have re-written my mashable macro a little to weave in Arcane Shot to increase it’s damage.
#showtooltip Auto Shot
/cast Kill Shot
/castsequence reset=shift/target Hunter’s Mark, null
/castsequence reset=target/3/alt Arcane Shot, Serpent Sting, Steady Shot, Steady Shot, Arcane Shot, Steady Shot, Steady Shot, Steady Shot
Basically the same as the first version I made, which you can find here along with the explanation on what everything does.
10 Jan // php the_time('Y') ?>
WARNING – THIS MACRO HAS BEEN UPGRADED, THE NEW VERSION CAN BE FOUND HERE
After a very long stretch of not playing around with macro’s in WoW, I decided to see just how far the legal macro system could be pushed. After various browsing, testing and changing I’ve come up with a key mash macro…
#showtooltip Auto Shot
/cast Kill Shot
/castsequence reset=shift/target Hunter’s Mark, null
/castsequence reset=target/3/alt Serpent Sting, Steady Shot, Steady Shot, Steady Shot, Steady Shot, Steady Shot, Steady Shot, Steady Shot
Now what does it actually do?
Start auto-shooting, then if it can, cast Kill Shot, otherwise (if shift is pressed or target has changed) cast Hunter’s Mark, after that cast Serpent Sting, followed by 7 Steady Shots (will reset if target changes, alt is pressed, or if macro is’nt used for 3 seconds). It has not been designed to cope with the Glyph of Serpent Sting, but if you do have that glyph changing this macro is as easy as adding 2 or 3 more Steady Shots.
This is designed to keep Serpent Sting on your target at all times, so that the bonus 10% damage from Glyph of Steady Shot will be applied on all your Steady Shots. It’s debatable if kill shot should be after hunters mark, but I decided to put it at the start so that if you can kill shot you do it as soon as possible, rather than waiting for Hunters Mark + 1.5seconds GCD. It should also be noted that if hunters mark fades, it will not automatically re-cast it, you’ll need to hold shift to get it to re-cast.
Enjoy
WARNING – THIS MACRO HAS BEEN UPGRADED, THE NEW VERSION CAN BE FOUND HERE