Here is your basic most important shot macro's used by all BM hunters. 3:2 + 1:1 shot rotations.
In a nuthsell... 3:2 is max damage/ dps macro at the expensive of being very heavy mana intensive... 1:1 is good dps at a more conservative mana usuage.
3:2 rotation makes max dps @ a weapon shot speed of 2.07 if memory serves me right.
3:2 rotation :
#showtooltip
/console Sound_EnableSFX 0
/cast !Auto shot
/cast Steady Shot
/cast [target=pettarget, exists] Kill Command
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
The 1:1 rotation :
#showtooltip Steady Shot
/castsequence reset=3 Steady Shot, !Auto Shot
/castrandom [target=pettarget, exists] Kill Command
/script UIErrorsFrame:Clear()
Slightly modified variances of the macro's :
3:2
#showtooltip Steady Shot
/cast !Auto Shot
/castrandom [target=pettarget, exists] Kill Command
/cast Steady Shot
/script UIErrorsFrame:Clear();
1:1
#showtooltip Steady Shot
/castsequence reset=3 !Auto Shot, Steady Shot
/castrandom [target=pettarget, exists] Kill Command
/script UIErrorsFrame:Clear();
Survival hunter 1:1.5 rotation
#showtooltip Steady Shot
/cast !Auto Shot
/cast Steady Shot
/script UIErrorsFrame:Clear()
Note the survival macro does not have kill command in it for two simple reasons... usually their pet does weak damage + kill
command mana usage doesnt justify the damage return.
Now before you start copying and pasting macro's from any site you get on the net... its actually very easy to spot who the "huntards" are, and who the people are that actually read patch notes and keep themselves up to date with macro's.
Huntard identification 101 :
1 - Any macro without ! in front of the Auto Shot ... close the browser as fast as you can and never ever ever read / believe anything that guy tells you. Clearly that person does NOT read patch notes, and has no idea what has changed numerous patch releases waaaay back when the syntax was modified in the macro structure by Blizz devs.
2 - Any macro with a modified reset=(insert weapon speed) line in it... refer to point one and close browser as fast as possible. That is NOT the function of the reset value.
Bleh tired of typing now... gonna slack and read WoW forums... since its Friday anyway.