Recently I’ve been mentoring a couple of fellow Marksmans who love to lock then load it without being puny contestants in a reality show (Survivalist). Here, I’m going to post my bindings and macros so that Hunters can easily copy them, give them a shot and see if they hit the spot.
As you’ll see, a lot of my macros are directly bound to my mouse. I use a simple wireless five-button mouse: left click, right click, middle scroll wheel button and then two buttons on the left side. You can find those anywhere. I find the usage of the middle scroll wheel to be very useful as it allows for immediate reaction since it is, literally, at the tip of your fingers. The more you use it, the faster you’ll feel the “flow” of your rotation priority list.
To easily bind my commands I use Bartender 4.
(Side Mouse button #1): Hunter’s Mark, Send pet, Kill Command
This is my opening macro and it’s THE macro that every hunter of every spec should have. It does three things for you –> Puts Hunter’s Mark on the target, sends your pet (which means that your pet will start biting your target pretty much as soon as you open fire) and it conveniently does Kill Command for you. Honestly, that’s 3 things with one button. You need this. The “/script UIErrorsFrame:Clear()” is out there to remove any annoying error messages.
/cast Hunter's Mark
/petattack
/cast Kill Command
/script UIErrorsFrame:Clear()
(Side Mouse button #2): The “Pop Everything” button
I use this right after I open up and I already have my Chimera Shot and Aimed Shot on cooldown. What it does is activate Call of the Whild (if you have a Ferocity Pet active), pops your Rapid Fire and then it activates Readiness, resetting all your cooldowns. That means that you can then shoot Chimera Shot and Aimed Shot again and after a while pop Rapid Fire again! Oh, that also resets your Silencing Shot. <3 The “/openfire” line is there for pure flavor. My dwarf yelling “OPEN FIRE!!!!” is a DPS boost by itself.
You can also add “/use 13” and “/use 14” if you have any trinkets with use effects AND add “/use Potion of Speed” for those extra buffed auto shots.
/openfire
/cast Call of the Wild
/cast Rapid Fire
/cast Readiness
(Scroll Wheel Mouse Button): Applying Serpent Sting
This is a simple macro which in most fights you’ll be only using once, since Chimera Shot refreshes your Serpent Sting.
Actually…. now that I think about it, there’s really no macro! But the binding is important.
(Scroll Wheel Down): Chimera Shot
This is my favorite macro! It does Chimera Shot by moving the Scroll Wheel down so you can do it right after applying Serpent Sting. Since Silencing Shot triggers no Global Cooldown it is also a good idea to add it to all of your shot macros so that you can fire it as soon as possible, whenever possible. I don’t even have Silencing Shot on my castbar! The “/use 10″ line is only for Engineers with Hand-Mounted Pyro Rocket tinkered on their gloves. If you are not an Engineer, omit this line. If you are an Engineer you get to experience the joy of having your Chimera Shot, Silencing Shot, Pyro Rocket and then auto shot hit your target at the same time. Can you say… burstylicious?
#showtooltip
/cast Chimera Shot
/cast Silencing Shot
/use 10
/script UIErrorsFrame:Clear()
(Scroll Wheel Up): Kill Shot
Same deal as Chimera Shot, but this time tied to your Up scroll. That’s right, scrolling up and down fast enough will shoot kill shot and chimera shot as fast as humanly possible, guaranteeing you those extra kill shots (especially due to Glyph of Steady Shot)
#showtooltip
/cast Kill Shot
/cast Silencing Shot
/use 10
/script UIErrorsFrame:Clear()
(Wherever you want them to be): Aimed Shot, Arcane Shot
The macros for them are the same as Chimera Shot, except you change the name of the shot to Aim or Arcane. I have Arcane and Aimed Shot bound to my 2 and 4 keys.
(3): Steady Shot
My Steady Shot macro is similar to my other shots, except I have added the Kill Command line to it. As a MM or SV hunter you don’t really need to time your Kill Commands so adding them to a shot that you use often is a DPS increase. You don’t care when you activate Kill Comman, you care how often you do it. ; )
#showtooltip
/cast Steady Shot
/cast Silencing Shot
/cast Kill Command
/use 10
/script UIErrorsFrame:Clear()