Arms_Legions_ GSE 2.0

This is my first time posting here. I made this Macro for arms warrior. Hope it works and if you can improve on it. Go for it. I use number 2 Sequence

Sequences[‘Arms_Warrior’] = {
Author=“Lewis”,
SpecID=71,
Talents = “2,1,3,3,3,1,2”,
Default=2,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/startattack”,
“/cast [modifier:alt] Charge”,
“/cast [combat] Bloodbath”,
“/cast [combat] Avatar”,
“/cast [combat] Battle Cry”,
},
PreMacro={
},
“/cast Execute”,
“/cast Colossus Smash”,
“/cast Overpower”,
“/cast Mortal Strike”,
“/cast Slam”,
PostMacro={
},
KeyRelease={
“/startattack”,
},
},
[2] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/cast [combat] Bloodbath”,
“/cast [combat] Avatar”,
“/cast [combat] Battle Cry”,
},
PreMacro={
},
“/cast Charge”,
“/cast Overpower”,
“/castsequence Focused Rage, Focused Rage, Focused Rage, Mortal Strike”,
“/cast Execute”,
“/cast Slam”,
“/cast Warbreaker”,
“/cast Bladestorm”,
“/cast Colossus Smash”,
“/cast Cleave”,
“/cast Whirlwind”,
“/cast Victory Rush”,
“/cast Slam”,
PostMacro={
},
KeyRelease={
“/startattack”,
},
},
},
}

How are you using rend and Avatar in this macro?

I took Rend out. It should be ok now

Sequences[‘Arms_Warrior’] = {
Author=”Lewis”,
SpecID=71,
Talents = “2,1,3,3,3,1,2”,
Default=2,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/startattack”,
“/cast [modifier:alt] Charge”,
“/cast [combat] Bloodbath”,
“/cast [combat] Avatar”,
“/cast [combat] Battle Cry”,
},
PreMacro={
},
“/cast Execute”,
“/cast Colossus Smash”,
“/cast Overpower”,
“/cast Mortal Strike”,
“/cast Slam”,
PostMacro={
},
KeyRelease={
“/startattack”,
},
},
[2] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/cast [combat] Bloodbath”,
“/cast [combat] Avatar”,
“/cast [combat] Battle Cry”,
},
PreMacro={
},
“/cast Charge”,
“/cast Overpower”,
“/castsequence Focused Rage, Focused Rage, Focused Rage, Mortal Strike”,
“/cast Execute”,
“/cast Slam”,
“/cast Warbreaker”,
“/cast Bladestorm”,
“/cast Colossus Smash”,
“/cast Cleave”,
“/cast Whirlwind”,
“/cast Victory Rush”,
“/cast Slam”,
PostMacro={
},
KeyRelease={
“/startattack”,
},
},
},
}

Thanks didnt know how to post this like you did here. First time posting here

[quote quote=40384]Thanks didnt know how to post this like you did here. First time posting here
[/quote]

At the top of your posting box is a list of options like link,b-quote, img etc…You have to press the code button first so you get this sign here ` then post your macro then hit the code button again at the end, that will put it into a black box for you :slight_smile:

Correcting syntax

Sequences['Arms_Warrior'] = {
Author="Lewis",
SpecID=71,
Talents = '2,1,3,3,3,1,2',
Default=2,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/startattack",
"/cast [modifier:alt] Charge",
"/cast [combat] Bloodbath",
"/cast [combat] Avatar",
"/cast [combat] Battle Cry",
},
PreMacro={
},
"/cast Execute",
"/cast Colossus Smash",
"/cast Overpower",
"/cast Mortal Strike",
"/cast Slam",
PostMacro={
},
KeyRelease={
"/startattack",
},
},
[2] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [combat] Bloodbath",
"/cast [combat] Avatar",
"/cast [combat] Battle Cry",
},
PreMacro={
},
"/cast Charge",
"/cast Overpower",
"/castsequence Focused Rage, Focused Rage, Focused Rage, Mortal Strike",
"/cast Execute",
"/cast Slam",
"/cast Warbreaker",
"/cast Bladestorm",
"/cast Colossus Smash",
"/cast Cleave",
"/cast Whirlwind",
"/cast Victory Rush",
"/cast Slam”,
PostMacro={
},
KeyRelease={
"/startattack",
},
},
},
}

what sort of dps you getting from this and Ilvl

Please help this noob, how do i get this macro in to the new gse?
Is there a simple way?

Thank you Moobs

[quote quote=40729]Please help this noob, how do i get this macro in to the new gse? Is there a simple way?
Thank you Moobs
[/quote]Its easy. Copy macro from this site. While in game type /gs and hit enter. Click import. In the big blank area paste the macro (cntrl-V). Click import again. Hit close on both windows. Type /gs again and scroll to macro you added. Click it once then click change icon. Drag to spell bar. /reload ui. that should get it to work.

Thank you Tyreek :slight_smile:

First macro for GSE2 on this site that has imported flawlessly. Thank you.

I am getting a little over 50K dps. I am still lvling. I am at LvL 104 with a ilvl of 722. Hope this helps

Thank You

can we get any 110 tests for dps please would love to know thanks

This looks very nice to try thank you

So i have a question, im kind of new to GSE but why do i keep seeing bloodbath in these macros for Arms warriors? i have yet to be able to find a way that an arms warrior has that spell, (unless its artifact related,idk)

i might be missing something here, but why are all abilities divided between KeyPress and PreMacro, and why nothing under sequence in GSE?