6.1 GS Fury PVP Macro 1 button

Hi Daniel I sent you a private message with my email address in hope you would contact me but you must be busy so I am trying to reach you here on forums

Try this one, I noticed siegebreaker wasn’t firing, and you had the draenic flask in the post macro, which wasn’t needed.

Sequences["FuryPVP"] = {
StepFunction = [[
stepa = "122345"

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 Execute
/cast Charge
/cast Raging Blow
]],

-- Macro 2
[[
/run("Executing macro 2! (Bloodthirst)")
/cast Hamstring
/cast Bloodthirst
/cast Raging Blow
/cast Wild Strike
/cast Victory Rush
]],

-- Macro 3
[[
/run("Executing macro 3! (Raging Blow)")
/cast Raging Blow
/cast Victory Rush
]],

-- Macro 4
[[
/run("Executing macro 4! (Storm Bolt)")
/cast Storm Bolt
]],

-- Macro 5
[[
/run("Executing macro 5! (Siegebreaker)")
/cast Siegebreaker
]],

PostMacro = [[
/startattack
/cast [combat] Blood fury
/cast [combat] Recklessness
/cast [combat] Berserker Rage
/cast [combat] Victory Rush
/use Mecha-Blast Rocket
/run UIErrorsFrame:Clear()
]],
}

Oh, Andy, can you make one like this for arms warrior?