All:
Here are the macros I use based on the Wow Head and Icy Veins combat rogue rotations. So far at lvl 99 I’ve been in 1st or 2nd place in the DPS list in random pugs pretty consistently.
Please note these are not all-in-one button combos. I like to have specific abilities slaved out separately, so that I can control when certain key rogue effects take place. I think this gives me more flexibility to events in the instance as well as increased DPS.
Also note I use a game pad, as this saves some serious wear-and-tear on the ol’ wrists and hands. It also allows me to very quickly hit the keys I need such as 8,9,0,-,= which otherwise are be a pain. I’ll include the game pad setup file if there is any interest.
Note that I have ‘Killing Spree’ and ‘Adrenaline Rush’ on their own keys, so I can pop them at optimal times.
Talents:
3,2,2,1,1,3
Rotation Links:
Wowhead Combat Rogue DPS Guide
Icy Veins Combat Rogue DPS Guide
Sequences.lua File:
Sequences['ComCPB'] = {
PreMacro = [[
/cast [nocombat, nostealth] Stealth
/targetenemy [noharm][dead]
-- Any other before macro commands should be put here...
]],
'/castsequence [nostealth] reset=target Revealing Strike, Sinister Strike, Sinister Strike, Eviscerate, Sinister Strike, Sinister Strike, Sinister Strike, Sinister Strike, Sinister Strike, Eviscerate',
PostMacro = [[
-- Any after macro commands (i.e. trinkets) should be put here...
]],
}
Wow Macros:
Run (this allows sprinting twice)
#showtooltip
/cast Sprint
/cast Preparation<code></code>
Blind (this allows blinding two mobs rather quickly)
#showtooltip
/castsequence reset=combat/10 Gouge, Blind
Defense
#showtooltip
/cast Will of the Forsaken
/cast Evasion
/cast Combat Readiness
/cast Feint
/cast Cloak of Shadows
/cast Smoke Bomb
Heal (right now only one spell in here, but can be added on to easily)
#showtooltip
/castsequence reset=target Recuperate
Vanish
#showtooltip
/castsequence reset=10 Vanish,Preparation
I’m happy to hear any feedback or improvements.
Thanks!