Legion Fury

StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],

Indicates That it is GSStaticPriority so its 1 12 123 1234

Can someone update this for GS:Enh please!

I made it clear I don’t like the the current GS-E for
this reason…Macros HAVE to be customized to work with it. :confused:
https://wowlazymacros.com/forums/topic/i-dont-like-gs-e/
I’m not going to test it,but it should be something like…


Sequences["Fury1"] = {
author="Fireone",
specID=72,
version=1,
source = "Local",
helpTxt = "Legion Fury Warrior - 2,3,3,2,2,2,3",
StepFunction = GSStaticPriority,
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/cast [combat] Berserker Rage
/cast [combat] Bloodbath
/cast [combat] Avatar
]],
'/cast Execute',
'/castsequence reset=60 Rampage,Battle Cry',
'/cast Rampage',
'/cast [talent:7/1] Bladestorm;[talent:7/3] Dragon Roar',
'/cast Bloodthirst',
'/cast Raging Blow',
'/cast Furious Slash',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
} 

Sequences["Fury2"] = { 
author="Fireone",
specID=72,
version=1,
source = "Local",
helpTxt = "Legion Fury Warrior - 2,3,3,2,2,2,3",
StepFunction = GSStaticPriority,
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/cast [combat] Berserker Rage
]],
'/cast [talent:7/1] Bladestorm;[talent:7/3] Dragon Roar',
'/cast !Whirlwind',
'/cast !Raging blow',
'/cast !Bloodthirst', 
PostMacro = [[
/cast [combat]Berserker Rage
/use [combat]13
/use [combat]14
]],
}

I use PunchKey to help with the Keypressing.