Gnomesequence All Purpose Feral

So I created this macro to be more all purpose dosnt mater if it is single target or aoe. It is just an example of how you can customize for your needs.

Sequences[‘Cat’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Wild Charge
]],
‘/castsequence [nostealth] reset=target Swipe, Savage Roar, Thrash, Swipe, Swipe, Swipe, Rip, Swipe, Thrash, Swipe, Ferocious Bite, Swipe, Swipe’,
‘/use [stealth]Rake’,
[[/cast Tiger’s Fury]],
[[/cast Incapacitating Roar]],
[[/cast Cenarion Ward]],
‘/cast Berserk’,
PostMacro = [[
/startattack
]],
} 

For some reason the first post was making an error this should work

Sequences['Cat'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Wild Charge
]],
'/castsequence [nostealth] reset=target Swipe, Savage Roar, Thrash, Swipe, Swipe, Swipe, Rip, Swipe, Thrash, Swipe, Ferocious Bite, Swipe, Swipe',
'/use [stealth]Rake',
[[/cast Tiger's Fury]],
[[/cast Incapacitating Roar]],
[[/cast Cenarion Ward]],
'/cast Berserk',	
PostMacro = [[
/startattack
]],
}

Sequences['Cat'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Wild Charge
]],
'/castsequence [nostealth] reset=target Swipe, Savage Roar, Thrash, Swipe, Swipe, Swipe, Rip, Swipe, Thrash, Swipe, Ferocious Bite, Swipe, Swipe',
'/use [stealth]Rake',
[[/cast Tiger's Fury]],
[[/cast Incapacitating Roar]],
[[/cast Cenarion Ward]],
'/cast Berserk',	
PostMacro = [[
/startattack
]],
}

Hopefully this will load

Please close / delete this thread