Log in

View Full Version : Anyone else boxing a cat / cats?



Redbeard
06-02-2009, 07:00 PM
I basically try to set my people up with 3 buttons. A single target button, an AOE button and a debuff type button.

I am working on my cat macros right now, think I finally figured out a decent one for single target.

/castsequence [target=focustarget, exists] reset=10 Mangle (Cat)(), rake, shred, savage roar, rake, Mangle (Cat)(), shred, shred, Tiger's fury, rip

/use 13;
/use 14;

/cast mangle (Cat)()

Im sure its not optimal, but it seems to give me almost 100% uptime for savage roar, rake, mangle debuff, and rip. I am currently specced / glyphed for tanking so Ill get 8 energy off each shred when I spec into that. I will have to tweak this then. Also, I will probably pick up the glyph to extend rip by 4 seconds.

Sorry, this is kind of a worthless post, just got excited that I finally made a decent spam button for my cat druid =P

Now to work on my AOE button.

Would love to hear how anybody else is macroing their cat.

Thanks.

Edit:
AOE macro seems to work decently, not 100% uptime of savage roar but what can you do with 1 button...:


/castsequence [target=focustarget, exists] reset=5 Mangle (Cat)(), Rake, Savage Roar, Swipe (Cat)(), Swipe (Cat)(), Swipe (Cat)(), Swipe (cat)(), Swipe (Cat)(), Swipe (Cat)(), Tiger's Fury, Swipe (Cat)()

/use 13;
/use 14;
/cast Swipe (Cat)()

Moorea
06-04-2009, 04:03 PM
You have stuff after the castsequence ? when are those getting executed ?

Redbeard
06-04-2009, 04:30 PM
I need to move the trinket usage ones up and add a #show or whatever... the 2nd /cast is for if im just playing a single character and im not using focus, in which case the castsequence would never run. (i try to make my interface work single / MB as much as possible).