Arms warrior - GS w/ razer synapse

First time here. I’ve gone through all the past macros but didn’t like many of them. I felt like I had little control when it comes to focus rage and CDs. This macro IS NOT a true LAZY macro. The macro is a priority that scrolls through “execute, colossus smash, mortal strike and slam.” It’s our basic rotation.

First off, I set my razer synapse delay to about .07 seconds (if you go any lower, it tends to start skipping the priorities - not sure why)? I have it set to push once and it just keeps pushing 1 for me.

This allows me to focus on the fight, my rage and the use of focus rage. I have focus rage bound to my thumb bar which I push when I am above 25 rage. I’ve done 300K average dps - but my item level is only 845.

Sequences[‘my_stuff’] = {
– This Sequence was exported from GSE 2.0.14.
Author=“Grante@Doomhammer”,
SpecID=71,
Talents = “1332311”,
Default=1,
MacroVersions = {
[1] = {
Trinket1=true,
Trinket2=true,
Head=true,
Neck=true,
Belt=true,
Ring1=true,
Ring2=true,
StepFunction = “Priority”,
KeyPress={
},
PreMacro={
“/targetenemy [noharm][dead]”,
},
“/cast execute”,
“/cast colossus smash”,
“/cast mortal strike”,
“/cast slam”,
PostMacro={
“/startattack”,
},
KeyRelease={
},
},
},
}

Sequences[‘my_stuff’] = {
— This Sequence was exported from GSE 2.0.14.
Author=”Grante@Doomhammer”,
SpecID=71,
Talents = “1332311”,
Default=1,
MacroVersions = {
[1] = {
Trinket1=true,
Trinket2=true,
Head=true,
Neck=true,
Belt=true,
Ring1=true,
Ring2=true,
StepFunction = “Priority”,
KeyPress={
},
PreMacro={
“/targetenemy [noharm][dead]”,
},
“/cast execute”,
“/cast colossus smash”,
“/cast mortal strike”,
“/cast slam”,
PostMacro={
“/startattack”,
},
KeyRelease={
},
},
},
}

It does not include the artifact attack warbreaker?

Not importing.

Looks like a problem with the layout of the macro?

[quote quote=46462]Looks like a problem with the layout of the macro?
[/quote]

Sequences['my_stuff'] = {
Author="Grante@Doomhammer",
SpecID=71,
Talents = "1332311",
Default=1,
MacroVersions = {
[1] = {
Trinket1=true,
Trinket2=true,
Head=true,
Neck=true,
Belt=true,
Ring1=true,
Ring2=true,
StepFunction = "Priority",
KeyPress={
},
PreMacro={
"/targetenemy [noharm][dead]",
},
"/cast execute",
"/cast colossus smash",
"/cast mortal strike",
"/cast slam",
PostMacro={
"/startattack",
},
KeyRelease={
},
},
},
}

Fixed syntax, should import now

Warbreaker is not included?

can you show us how you have set it up?

Thanks Terry for this. Just started lvling a Warrior and this will be good for getting used to the other abilities, not in the macro.