Arms Warrior PVP (GS) (6.2.3 / Update: 21/01/16)

Hey guys, here is my Arms PVP macro for you - works 100% and makes really fun.

My talents are: 2-1-2-1 / 2-1 / 2-1 / 3-1 / 3, here you can choose what you like.
I prefer the following talents: 2-1-2-1-2-3-3

Glyphs: Shattering Throw / Mortal Strike / Rude Interruption

About Reviews I’m already grateful.

Have fun with this Macro!

Sequences["ArmsPVP"] = {
StepFunction = [[
stepa = "1234567"

limit = string.len(stepa) or 1
if stepc == nil then
stepc = 1
end
if stepc >= limit then
stepc = 1
else
stepc = stepc + 1
end
step = tonumber(strsub (stepa, stepc, stepc))
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],

-- Macro 1
[[
/run("Executing macro 1! (Charge)")
/cast [nomod, nostance:1] Battle Stance
/castsequence [nomod] reset=target Rend, Thunder Clap, Thunder Clap
/cast [nomod] Charge
/startattack
]],

-- Macro 2
[[
/run("Executing macro 2! (Colossus Smash)")
/cast [nomod, nostance:1] Battle Stance
/castsequence [nomod, combat] Colossus Smash
/cast [nomod] Charge
/startattack
]],

-- Macro 3
[[
/run("Executing macro 3! (Mortal Strike)")
/cast [nomod, nostance:1] Battle Stance
/castsequence [nomod, combat] Mortal Strike
/cast [nomod] Charge
/startattack 
]],

-- Macro 4
[[
/run("Executing macro 4! (Execute)")
/cast [nomod, nostance:1] Battle Stance
/castsequence [nomod, combat]  Execute
/cast [nomod] Charge
/cast [nomod, combat] Recklessness
/startattack
]],

-- Macro 5
[[
/run("Executing macro 5! (Storm Bolt)")
/cast [nomod, nostance:1] Battle Stance
/castsequence [nomod, combat] Storm Bolt
/cast [nomod] Charge
/cast [nomod, combat] Recklessness
/startattack
]],

-- Macro 6
[[
/run("Executing macro 6! (Sweeping Strikes)")
/cast [nomod, nostance:1] Battle Stance
/castsequence [nomod, combat] Sweeping Strikes, Whirlwind, Whirlwind
/cast [nomod] Charge
/startattack
]],

-- Macro 7
[[
/run("Executing macro 7! (Siegebreaker)")
/cast [nomod, nostance:1] Siegebreaker
/castsequence [nomod, combat] Siegebreaker
/cast [nomod] Charge
/startattack
]],

PostMacro = [[
/startattack
/cast [combat] Blood fury
/cast [combat] Recklessness
/cast [combat] Victory Rush
/run UIErrorsFrame:Clear()
]],
}

Charge Macro with Hamstring:

#showtooltip Charge
/cancelaura Bladestorm
/cancelaura Hand of Protection
/cast Charge
/cast Hamstring

When u get in trouble:

#showtooltip Enraged Regeneration
/cast Rallying Cry
/cast Enraged Regeneration
/use Healthstone
/cast Mass Spell Reflection

Shield Barrier:

#showtooltip Shield Barrier
/cast [stance:1] Defensive Stance
/cast [stance:2] Shield Barrier
/cast Battle Stance

Hey Matthias.

I can tell you right now, this is by far the best pvp macro ( u can pwn almost every1 )

Even in pve cando good numbers!

If there was a way to be in front page… so anyone can see it.

Have nice day dude!

NICE MACRO MATE THX!

Hey Guys, thank u very much for the reply.

When i will update something to get more out of this code i will edit this post :slight_smile:

Have a nice weekend and get some frags!

Lok’Tar

anyone else having a hard time getting this to run. Any help would be much appreciated on what i might be doing wrong. I am copy and pasting onto notpad++ but not working.