Page 1 of 1

Macro question (druid forms)

Posted: Wed Apr 09, 2014 2:33 pm
by Vephriel
I don't dabble in macros very often so I'm not sure if this is possible, but I have a question regarding my feral druid.

Would there be a way to make a macro that has a different outcome depending on what form I'm in? I like to use a certain keybinding to swap into Cat Form, and I would very much like to have that same key activate Prowl, but obviously only if I'm already in Cat Form.

So a sort of dependency like, "activate Cat Form, if Cat Form activated then activate Prowl", if that makes sense?

Re: Macro question (druid forms)

Posted: Wed Apr 09, 2014 3:11 pm
by GormanGhaste
does this work?

Code: Select all

/cast [nostance:3] Cat Form(Shapeshift); [nostealth, nocombat] !Prowl(Cat Form)

Re: Macro question (druid forms)

Posted: Wed Apr 09, 2014 3:38 pm
by Vephriel
Hmm, the first part works, it puts me into Cat Form, but clicking a second time does not activate Prowl unfortunately.

Re: Macro question (druid forms)

Posted: Wed Apr 09, 2014 4:08 pm
by GormanGhaste
Ok, I was just getting that off an old macro site. Fiddled around on my druid, and remembered that Prowl activates Cat Form now :)

But I did get the macro to work:

Code: Select all

/cast [nostance:3] Cat Form; [nostealth, nocombat] Prowl

Re: Macro question (druid forms)

Posted: Wed Apr 09, 2014 4:17 pm
by Vephriel
GormanGhaste wrote:Ok, I was just getting that off an old macro site. Fiddled around on my druid, and remembered that Prowl activates Cat Form now :)

But I did get the macro to work:

Code: Select all

/cast [nostance:3] Cat Form; [nostealth, nocombat] Prowl
That one did the trick! Thank you so much, ahh I'm so glad! :D
:hug:

Re: Macro question (druid forms)

Posted: Wed Apr 09, 2014 9:26 pm
by Castile
I know your issue was solved but thought i'd add...wowlazymacros.com‎

Since I've boosted a few toons and don't really want to drag down everyone in lfr learning a rotation so I've gotten alot of "one button does all" macros off this site and its fantastic! Sometimes I have to hit a few spells individually (my enhance shaman has 2 that i add in) but for most it does the job really well.