Legion Fury 7.0

For talents your going to want to have Endless Rage,Wrecking Ball,frothing Berserker,Inner Rage, and reckless abandon. The rest are optional.

Sequences["FuryPVP"] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/cast Charge
]],
    '/cast [nochanneling] Bloodthirst',        
    '/cast [nochanneling] Raging Blow',
    '/cast [nochanneling] Rampage',
    '/castsequence [nochanneling]reset=3/target Furious Slash,Whirlwind',   
PostMacro = [[
/startattack
/cast [combat] Battle Cry
/use Mecha-Blast Rocket
/run UIErrorsFrame:Clear()
]],
}

Should be put in the PVP section?