I think I'm finally ready to multibox a bit and get some of my crafting alts going (the last month has been crazy with vacation and starting raid on my main and moving and jobs and... yeah).

This is what I most recently had working for each of those specs but I'm not sure how old it is (some are from lazy macros.com which is not my normal thing). Wherever there are double line breaks they are separate macros (for bear) single line breaks they are one giant macro (cat):

cat single target:
Code:
/cast [nostance:2] Cat Form(Shapeshift)
/cast [nostealth] Prowl
/cast [stealth] Rake
/castsequence  Rake,Shred,Shred,Ferocious Bite,Shred,Shred,Rake,Savage Roar,Shred,Shred,Shred,Ferocious Bite,Shred
/cast Wild Charge
/cast [combat]Tiger’s Fury
/cast [combat] Berserk
/cast [combat] Survival Instincts
/cast [combat] Berserking
/castsequence reset=target Faerie Fire, null
/startattack
cat aoe:
Code:
/cast [nostance:2] Cat Form(Shapeshift)
/cast [nostealth] Prowl
/cast [stealth] Rake
/castsequence  Rake,Swipe,Swipe,Ferocious Bite,Swipe,Swipe,Rake,Savage Roar,Swipe,Swipe,Swipe,Ferocious Bite,Swipe
/cast Wild Charge
/cast [combat]Tiger’s Fury
/cast [combat] Berserk
/cast [combat] Survival Instincts
/cast [combat] Berserking
/castsequence reset=target Faerie Fire, null
/startattack
bear single:

Code:
/cast [nocombat] wild charge

/cast berserk

/cast mangle

/castsequence reset=target Lacerate, Thrash, Savage Defense, Lacerate, Lacerate, Savage Defense, Lacerate, Lacerate
bear aoe:
Code:
/cast [nocombat] wild charge

/cast barkskin

/cast survival instincts

/castsequence reset=combat Thrash, Swipe, Mangle, Swipe, Mangle, Savage Defense, Swipe, Mangle, Swipe, Mangle, Swipe, Mangle, Savage Defense

Anyone have something a little more up to date?