Log in

View Full Version : [WoW] A druid cat form macro question



valle2000
02-22-2011, 04:58 PM
when in druid cat form writing cast swipe or mangle in a macro, it tries the bear ability instead (saying I have no rage).
How do I make the macro to use cat abilities instead please when they both are called exactly the same?

Apps
02-22-2011, 05:07 PM
Forego the "write" method.

instead, get into your macro menu.
make a new macro.
type the starter: #showtooltip
then type: \cast
and open your spell menu, and SHIFT right click on the spell for Mangle (Cat)

I think your macro will look like:

#showtooltip
/cast Mangle(Cat)


You may also like this website.
http://druid.wikispaces.com/Macro's+and+Addons

Ualaa
02-22-2011, 08:15 PM
I like:

#show
/castsequence reset=target Mangle(Cat Form), Rake(Cat Form), Mangle(Cat Form), Mangle(Cat Form), Rip(Cat Form)

#show
/castsequence reset=8 Feral Charge(Cat Form), Ravage!

#show
/cast Tiger's Fury
/use 13
/use 14

#show
/cast !Cat Form

Or: /cast !Aquatic Form

Apps
02-23-2011, 09:10 AM
oh yea. definitely. There are many combos to use here depending on play style. Example, when Im solo boxing and doing boss fights, I want dots up as much as possible. I will throw in /cast Rake also.