Legion Arms PvE Macro (220k+ DPS sustained) GS-E -- UPDATED 9/26/16

I’ve done tons of testing and this is what I came up with (ilvl 850+).

I use this for my raiding, 220k+ so far. Enjoy.

Sequences['ArmsPVEST'] = {
specID= 71,
author="Dash Deschain",
helpTxt="Talents: 1332311",
StepFunction = [[
order = newtable(6, 3, 5, 1, 2, 4, 2)
newstep = (newstep and (newstep % #order + 1)) or 2
step = order[newstep]
]],
PreMacro = [[
/targetenemy [noharm][dead]
/run UIErrorsFrame:Clear()
]],

-- Macro 1
[[
/run('Executing macro 1! (Colossus Smash)')
/castsequence [nomod, combat] Colossus Smash
/cast [nomod] Charge
/startattack
]],

-- Macro 2
[[
/run('Executing macro 2! (Mortal Strike)')
/castsequence [nochanneling] Mortal Strike
/cast [nomod] Charge
/startattack
]],

-- Macro 3
[[
/run('Executing macro 3! (Execute)')
/castsequence [nomod, combat]  Execute
/cast [nomod] Charge
/startattack
]],

-- Macro 4
[[
/run('Executing macro 4! (Slam)')
/castsequence [nomod, combat] Slam
/cast [nomod] Charge
/startattack
]],

-- Macro 5
[[
/run('Executing macro 5! (Victory Rush)')
/castsequence [nomod, combat] Victory Rush
/cast [nomod] Charge
/startattack
]],

-- Macro 6
[[
/run('Executing macro 6! (Battle Cry')
/cast Blood Fury
/cast Battle Cry
/cast Avatar
/cast Focused Rage
/cast [nomod] Charge
/startattack
]],

PostMacro = [[
/startattack
/run UIErrorsFrame:Clear()
]],
}

I use an AOE macro from another user on here, slightly modified for AOE spamming :

Sequences['ArAOE'] = {
author="Interstellar@Moon Guard",
specID=71,
version=5,
source = "Local",
helpTxt = "Talents: 1331311",
StepFunction = GSStaticPriority,
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast [combat] Avatar
/cast [combat] Battle Cry
]],
"/cast Execute",
"/cast Victory Rush",
"/castsequence Cleave, Whirlwind",
"/cast Cleave",
"/cast Whirlwind",
"/cast Victory Rush",
"/castsequence Cleave, Whirlwind",
"/cast Cleave",
"/cast Whirlwind",
"/cast Colossus Smash",
"/cast Victory Rush",
PostMacro=[[
/cast Warbreaker
/cast Victory Rush
]],
}

could you explain your macroe plz, bc i rant it but after a while it stands still bc it ran out of rage and i cant attack, or everything is on CD

pressing the key too fast !

kk thnx

What would be the best ms(keypress speed) for this?

what is the delay for autohotkey?

Sweet macro, im sitting 300k+ with this! 867 ilvl

Is this for GS:E?

Regards

How come? I have the default configs on both GS-E and GSSE… are there any special config to speed up the clicks or something like that? Im just doing 160-190K and my ilvl is 857

Dude you said 220k…i was already on 234k and on
nice macro
not bad
cheers

<img src="[URL=http://s729.photobucket.com/user/rukalion/media/WoWScrnShot_101616_020407.jpg.html]

[/URL]" alt=“Arms” />

851 200k ++ on dummy 170-190 at raid ST

How does this work, exactly?
Do I import the entire thing, or?

You need the plugin of GS Mymacro , then you need to manually copy and paste the macro at the my macro directory (Wow_DIR/Interface/Addons/GS_MYMACRO_DIR}/Warrior.lua) then enable the GS and GSmymacro addons and reload your UI or restart the game.

DO NOT use GSSE for this. I was making this mistake first as it was not documented.

[quote quote=35225]You need the plugin of GS Mymacro , then you need to manually copy and paste the macro at the my macro directory (Wow_DIR/Interface/Addons/GS_MYMACRO_DIR}/Warrior.lua) then enable the GS and GSmymacro addons and reload your UI or restart the game.
DO NOT use GSSE for this. I was making this mistake first as it was not documented.
[/quote]
Hey thanks for this information, May I ask which addons you are talking about to use this macro for?
This or
This

sorry for asking this noob question, Im kinda new to this whole GS addon.

Update question: I use razer synapse so what is recommended delay for this macro?

you are right…testing on a garrison dummy isnt accurate at all because of executes after 20% low hp(more dmg)…200k was what i would like to do on the class hall dummy valajars that never lose hp so i cant execute them and ofc that dmg cant be maintained if no hp losses from the dummy

Loving this macro. Was wondering for charge, would i have to remove all lines with /cast [nomod] Charge? rather have charge separate. Maybe Sequences[‘ArmsPVEST’] = {
specID= 71,
author=“Dash Deschain”,
helpTxt=“Talents: 1332311”,
StepFunction = [[
order = newtable(6, 3, 5, 1, 2, 4, 2)
newstep = (newstep and (newstep % #order + 1)) or 2
step = order[newstep]
]],
PreMacro = [[
/targetenemy [noharm][dead]
/run UIErrorsFrame:Clear()
]],

– Macro 1
[[
/run(‘Executing macro 1! (Colossus Smash)’)
/castsequence [nomod, combat] Colossus Smash
/startattack
]],

– Macro 2
[[
/run(‘Executing macro 2! (Mortal Strike)’)
/castsequence [nochanneling] Mortal Strike
/startattack
]],

– Macro 3
[[
/run(‘Executing macro 3! (Execute)’)
/castsequence [nomod, combat] Execute
/startattack
]],

– Macro 4
[[
/run(‘Executing macro 4! (Slam)’)
/castsequence [nomod, combat] Slam
/startattack
]],

– Macro 5
[[
/run(‘Executing macro 5! (Victory Rush)’)
/castsequence [nomod, combat] Victory Rush
/startattack
]],

– Macro 6
[[
/run(‘Executing macro 6! (Battle Cry’)
/cast Battle Cry
/cast Focused Rage
/startattack
]],

PostMacro = [[
/startattack
/run UIErrorsFrame:Clear()
]],
}

Would this work?

Hello. I am having a lot of trouble getting this macro set up. I have downloaded the 2 programs needed I have copied and pasted the macro into lua file. But when I go in game it is not there . It says the macro is there but disabled but I cant get it to work. I must be missing a step here , this is my first time ever playing with macros but I’m stumped . I have followed the directions to the letter. please help. thanks

I read from another forum post here that it should be 5-10 more than you in game MS.

for example, if your in game MS is 30, then you should set the delay to 0.040

its only bringing in a small part of the macro for some reason. I’m cracking up here

[quote quote=35309]its only bringing in a small part of the macro for some reason. I’m cracking up here
[/quote]

are the right dirs for each macro in the right wow dir?
have you restarted the game?