Wednesday, February 4, 2015

Warrior Arms Single Target DPS Macro

One of the most important and useful things in WOW are the macros. That's why I'm starting a post series on that topic. I won't make anything structured, instead I will post interesting and useful macros.

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