Arms Gnome Sequencer (working)

Sequences['ARMS'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Charge
/startattack
]],
	'/cast !Colossus Smash',
	'/cast Hamstring',
	'/cast Rend',
	'/cast Mortal Strike',
	'/cast !Execute',
PostMacro = [[
/cast !victory rush
]],
}

Arms AOE Gnome Sequencer

Sequences['ARMSaoe'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Charge
/startattack
]],
	'/cast Mortal Strike',
	'/cast Thunder Clap',
	'/cast Sweeping Strikes',
	'/cast Whirlwind',
	'/cast Rend',
	'/cast !Execute',
PostMacro = [[
/cast [combat] !Colossus Smash
/cast [combat] Berserker Rage
/cast [combat] bloodbath
/cast [combat] Recklessness
/cast !victory rush
]],
}

whats the point of hamstring in the single target besides runners

Great macros, using them now, always top DPS, AOE is beast

What Talent Build & Glyphs you are using?

So i tried out these sequences today and I was just wondering, what would be the proper way to use them?
Do you just mash the button and hope for the best? Or should you wait for every GCD and then skip anything on CD.

Any help would be much appreciated, Thanks!

You just have to spam the button and get lucky with what it cast, rend being only 10 rage you will just reapply rend a whole bunch as it cycles through everything.
Arms needs to be in a castsequence. whirlwind is the filler, we dont use thunderclap anymore.

Ive been messing with it a little bit but my macro was wasting alot of rage on whirlwind. i might just sit down and write out a castsequence when i have some time.

Sequences["Arms"] = {
    PreMacro = [[
/targetenemy [noharm][dead]
/cast Charge
]],
	'/castsequence reset=target/5 Rend, Mortal Strike, Whirlwind, Mortal Strike, Whirlwind',
	'/cast [combat] Bloodbath',
	'/cast Victory Rush',
	'/cast Rocket Barrage',
	'/cast Storm Bolt',
	'/cast Execute',
	'/cast Colossus Smash',
PostMacro = [[
/script UIErrorsFrame:Hide();
/startattack
/use [combat]13
/use [combat]14
]],
}

2,2,2,1,3,2,2
Single Target
keep whirlwind bound close to fury dump if you’re over 80 rage
Switch out rocket barrage for your racial
I dont have ravager in the macro or recklessness as they are situational.

I use razer synapse for my keyboard macros and have it @ .250 delay

Does this cover an AoE situation too or can one be made specifically for it?

Dunno what it is wrong im getting only 6k dps as best same gear 10k on furry mayby arms not as god ?

If you are hotkeying this macro to your mousewheel (Down), this also works greatly. all i do is spam my mouse wheel and it cycles through all the spells. and uses everything as it is supposed to. i even did it in such a way that, execute which is your top priority, is casted multiples of times to ensure you land it. KEEP YOUR REND, ADN WHIRLWIND SEPERATE.

local _, Sequences = … – Don’t touch this

Sequences[“TANK2”] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast colossus smash’,
‘/cast mortal strike’,
‘/cast execute’,
‘/cast colossus smash’,
‘/cast storm bolt’,
‘/cast mortal strike’,
‘/cast bloodbath’,
‘/cast execute’,
‘/cast berserker rage’,
‘/cast mortal strike’,
‘/cast victory rush’,
‘/cast execute’,
PostMacro = [[
]],
}

everytime i copy paste it into the folder nothing happens i name the macro correctly but it just wont do anything what can be the issue here? plz respond

the weired thing is im already using other macros for tanking that do work

Hey alex, all your macro does is build rage, it doesnt dump it, and rend only spends 10 rage. I would definitely have it in the macro mabey put a sequence reset at about 10 sec.

I cant use this, i’ve pasted it into macroes and everything im doing is charging, then yelling the whole macro out in /say or /w to whoever i am talkign with. Anyone got the same problem? Etc what can i do to fix it? Please help

I’m not familiar with gnome editing, but what you suggest is something like that right ?

Sequences['ARM'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=10 rend,
]],
'/cast colossus smash',
'/cast mortal strike',
'/cast execute',
'/cast colossus smash',
'/cast storm bolt',
'/cast mortal strike',
'/cast bloodbath',
'/cast execute',
'/cast berserker rage',
'/cast mortal strike',
'/cast victory rush',
'/cast execute',
PostMacro = [[
]],
}

Actually this macro works well, but it would be perfect if we could add Rend in the rotation with an auto refreshment, and put a modifier to dump rage with whirlwind. Somebody have an idea how to do so ?

Alex you need to type your coding in using the code tag to make sure it copies everything correctly.

This swap bar macro set uses Rend ahead of TWO Thunder Claps, and works quite well. Is it possible to include that sequence in this GS macro?