6.1 GS Fury PVP Macro 1 button

`Sequences[“FuryPVP”] = {
StepFunction = [[
stepa = “12234”

	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 Siegebreaker
/cast Victory Rush
]],

-- Macro 4
[[

/run(“Executing macro 4! (Storm Bolt)”)
/cast Storm Bolt
]],

PostMacro = [[

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

This is my first attempt to write a macro, So any suggestions, comments or even criticism is most welcome.
I’ve been tweeking on this for about 4 hours. Seem’s to be working fine with no issues. Using SMF with all CD’s Proc, was bursting at around 25k dps. This is the actual one I use, so you may need to fine tune it for your needs. Thank you and enjoy!

hey ty for sharing , but I can’t make it work … some changes due to the copy and paste?

Could someone put this in the black box thing and explain how it works … i have no idea and cant get it to work,thank you.

Hi

what are your talent and glyph´s ?

And the macro dosnt work at all

Jimmy

Sequences("FuryPVP"] = {
StepFunction = [[
stepa = "12234"

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 Siegebreaker
/cast Victory Rush
]],

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

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

well instead of saying it doesnt work at all tell what its not doing so it can be fixed and all

Fixed

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

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 Siegebreaker
/cast Victory Rush
]],

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

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

There was a ( after Sequences instead of a [
There was also a — instead of a - before each Macro N

Also, when you cut and paste, make sure there are no spaces or tabs at the beginning of each line.

[quote quote=24404]well instead of saying it doesnt work at all tell what its not doing so it can be fixed and all

[/quote]

Hi jatte

I did say what the problem where, the macro didnt Work at all :), sorry if whas better to make macros i would hawe been able to be more precise.

but now it Works, Tenser hawe made it so :slight_smile: ty

Jimmy

This macro works great and has increased my DPS. I would love for Andy to create one for AoE PVE.

I’ll have one up in the next day or so.

Sequences[“FuryPVP”] = {
StepFunction = [[
stepa = “12234”

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 Siegebreaker
/cast Victory Rush
]],

— Macro 4
[[
/run(“Executing macro 4! (Storm Bolt)”)
/cast Storm Bolt
]],

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

This is another macro I use for pvp to increase chances of survivial

Sequences ['absorbs'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
'/use Healing Tonic',
'/use Shieldtronic Shield',
'/cast shield barrier',
'/cast mass spell reflection',
PostMacro = [[
/startattack
/cast [combat] Defensive stance
/cast [combat] Die by the sword
/cast [combat] Rallying cry
/cast [combat] Enraged Regeneration
/console Sound_EnableSFX 1
]],
}

It comes in handy when your healer isn’t close by

This is the one I use for AOE and multipule targets. I use Avatar rather than bladestorm so thats why i haven’t written one for BS yet

Sequences['AVAOE'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
	'/cast Charge',
	'/cast Bloodthirst',
	'/cast Whirlwind',	
	'/cast Raging Blow',
	'/cast Whirlwind',
	'/cast Execute',
	'/cast Wild Strike',
	'/cast Bloodthirst',
	'/cast Whirlwind',
	'/cast Raging Blow',
	'/cast Whirlwind',
	'/cast Raging Blow',
	'/cast Bloodthirst',
	'/cast Wild Strike',
	'/cast Whirlwind',
	'/cast Victory Rush',
PostMacro = [[
/startattack
/cast [combat] Avatar
/cast [combat] Berserker Rage
/cast [combat] Blood Fury
/cast [combat] Defensive Stance
/cast [combat] Piercing Howl
/console Sound_EnableSFX 1
]],
}

CAN YOU TELL ME THE TALENTS PLZ? sorry caps

Yeah no problem.

Double Time
Enraged Regeneration
Sudden Death
Storm Bolt
Mass Spell Reflection
Avatar
Siegbreaker

Major Glyphs:
Glyph of Enraged Speed
Glyph of Heroic Leap
Glyph of Rallying Cry

hey question why in your aoe macro you have defensive stance?

on the FuryPVP i’m getting an syntex error

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

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 Siegebreaker
/cast Victory Rush
]],

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

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

OK so I have to first say very impressive however I think i’m dumb ; Let me explain I copy and paste to the sequences lua and Save then I log into game where I type /macro and insert the name you gave your sequence. i click save and the macro box is filled in with the text saying click Fury … I save it and get ready to test on my dummy at my Garrison where i find it goes through 5 skills repeatedly ie
Execute
Charge
Raging Blow
Hamstring
Bloodthirst
It never goes beyond this point I have tried using my fingers but i am Disabled with polio so i use Naga Razor but neither i or my son can seem to get it right. I will Gladly pay $60 in wow tokens if some one can right me a dual wielding fury made with timing for Naga mouse and that will get me a 25k to 45k constant dps that works my ilvl is 671 and i am working hard to do my best .
If nothing else could you tell me if i am doing something wrong in the steps I have taken ? My comp is i7 with dual dedicated GeForce GTX 980s 32Gbs sys mem 60" 4k display LG 60UB8200 Razer Naga epic mouse and Razer Deathstalker ultimate keyboard so any help with build and macro so I can play with my son would be great ty for your time and ty for helping by having this site!

Hello

Good Solid macros, had no problems. works well!

also JESSE, i use a razor naga and no problem. Message me here if you still want help and i can pop on skype etc.