Feral AoE Macro Help

Could someone write up a macro for use with Macro Toolkit?

Talents:3,1,1,1,3,2

Glyphs: Cat Form, Ferocious Bite, and Rake(I don’t believe these would affect AoE, but here they are just in case.)

Here’s what I’ve been using for feral AoE. It hangs up on occasion but can’t figure where or why.

#showtooltip Swipe
/cast [nostance:2] Cat Form(Shapeshift)
/cast [nostealth,nocombat] Prowl
/castsequence [combat,nostealth]reset=combat Swipe,Rip,Rake,Thrash,Faerie Fire,Swipe,Savage Roar,Swipe,Rake,thrash
/cast [combat]Tiger's Fury
/cast [combat]Berserk
/cast [combat] Survival Instincts
/targetenemy [noharm,dead]
/run UIErrorsFrame:Clear()

look for the macros for use with gnome sequencer…the macros (in my experience) have never hung.
there are videos on this website pointing u to the right direction in how to set it up…it literally is as simple as copy/paste…u will have to delete macro toolkit for it to work tho

I’m using a combo of 2 Macros in Macro Toolkit

First is attack spam…

#showtooltip
/targetenemy [noharm,dead]
/startattack
/cast [nostealth,nocombat] Prowl
/castsequence reset=target Thrash,Swipe,Swipe,Savage Roar,Swipe,Swipe,Ferocious Bite
/console autounshift 0
/use [@player,combat] Healing Touch
/console autounshift 1
/cast [nostance:2] Cat Form(Shapeshift)

The other is for some cooldowns

#showtooltip
/cast [combat,nostealth]Tiger's Fury
/cast [combat,nostealth]Berserk
/cast [combat,nostealth]Survival Instincts
/cast [combat,nostealth]Nature's Vigil

I’ve only used them for leveling and they seem to do the job.

and in case you’re interested i use the following for single targets…

#showtooltip
/targetenemy [noharm,dead]
/startattack
/cast [nostealth,nocombat] Prowl
/castsequence reset=target Rake,Shred,Shred,Shred,Ferocious Bite,Rake,Shred,Shred,Shred,Shred,Savage Roar,Rake,Shred,Faerie Fire,Shred,Shred,Shred,Ferocious Bite,Rake,Shred
/console autounshift 0
/use [@player,combat] Healing Touch
/console autounshift 1
/cast [nostance:2] Cat Form(Shapeshift)

Give em a go and let me know how you get on with them.