Greetings Lazy community.
Oldschool warrior main; didn’t find any macro suiting my needs. I made my own, feel free to try it out.
All the info is in HELP but in case you missed it:
SHIFT: AoE (Hold or tap it a few times)
ALT: Victory Rush
CTRL: Bladestorm
AHK: 140ms (gave me the best results, any faster or slower will either skip abilities or be non responsive)
Talents: 3, 3, 2, 2, 3, 2, 2
I use Charge, Battlecry and Warbreaker manually for better control.
Sequences['AlphaArms'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Rawarrxx@Terenas",
SpecID=71,
Talents = "3, 3, 2, 2, 3, 2, 2",
Help = [[100% Rend upkeep. Hold SHIFT for AoE & CTRL for Bladestorm & ALT for Victory Rush - AHK 140ms]],
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/castsequence [mod:shift] Cleave, Whirlwind, Whirlwind",
"/cast [mod:alt] Victory Rush",
"/cast [mod:ctrl] Bladestorm",
},
PreMacro={
},
"/cast [nochanneling] Execute",
"/cast [nochanneling] Colossus Smash",
"/cast [nochanneling] Mortal Strike",
"/castsequence [nochanneling] Slam, Rend",
PostMacro={
},
KeyRelease={
},
},
},
}