I hope that you will share your opinion and tips on the macros that I post.
The first macro is an Arms Warrior Single Target DPS macro:
It’s a simple Sequencer macro meant for mashing, and using for single target fighting. It will begin by applying Rend on the target, then it will cycle through Mortal Strike, Colossus Smash, Slam, Execute and Impending Victory, casting whichever is available. Whenever you change target, it will apply Rend on the new target.
Macro code:
Sequences['Arms1'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=target Rend,null
]],
[[/cast Mortal Strike]],
[[/cast Colossus Smash]],
[[/cast Slam]],
[[/cast Execute]],
[[/cast Impending Victory]],
}
Restrictions:
Required talent – Impending Victory
Required addon – GnomeSequencer
No comments:
Post a Comment