Post:
The Survival Hunter in WotLK
User:
Gildorr-jsa
Infraction: Rule 253: Shot Macro
Points: 2
Administrative Note:
Message to User:
|
The posters following your post summed it up for me. Read the rules and observe some of the expected posting criteria.
|
Original Post:

I can't help noticing that no one really speaks about rotation macro's. How do the high dpsers (5,5k and more dps) that posted in this tread keep up their rotation?
I have been using this macro here:
#showtooltip Steady Shot
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/castrandom Explosive Shot, Explosive Shot, Explosive Shot, Steady Shot
/cast Kill Shot
/cast Kill command
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
And manually weaving in Serpent Sting and Aimed Shot
But today I found out that Explosive Shot is used only about 2/3rd of the time it should be. Which costs me about 20% of dps. Ending me up in the 4300 dps area.
I also tried this macro, which made more sence to me, but here not a single Steady Shot was used:
#showtooltip Steady Shot
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/cast Explosive Shot
/cast Steady Shot
/cast Kill Shot
/cast Kill command
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
Please give me some opinions on how you think survival hunters should keep up their rotation so we get out a maximum of damage...?
|