Jump to content
Sign in to follow this  
Cheekychooky

Want to Prowl? If not in Cat form, then force Cat form.

Recommended Posts

Hey guys! Looking for a macro that if I'm not in Cat form and start to spam Prowl, it'll attempt to put me into Cat form, then Prowl. Is that possible? Like if I'm in any other form, it'll cancel, attempt to put me in Cat form, then Prowl.

Thanks much!

Share this post


Link to post
Share on other sites

Get the Supermacro addon, then it's just:

/script if not buffed("Cat Form") then cast("Cat Form") else if not buffed("Prowl") then cast("Prowl") end end

 

Or, if you have CastModifier, it should be (not tested):

/cast !Cat Form

/cast [nostealth] Prowl

Edited by Lorilay

Share this post


Link to post
Share on other sites
7 hours ago, Lorilay said:

Get the Supermacro addon, then it's just:

/script if not buffed("Cat Form") then cast("Cat Form") else if not buffed("Prowl") then cast("Prowl") end end

Yo! This works exactly as I had imagined, the only problem I'm now running into is I didn't anticipate not being able to leave Prowl if I used the macro again. So once in Prowl, everything goes well... How would I add that last bit? If in Prowl, remove Prowl. If in Cat form, Prowl. If in Prowl, remove Prowl, etc etc.

Share this post


Link to post
Share on other sites

Maybe...

/script if not buffed("Cat Form") then cast("Cat Form") else cast("Prowl") end end

Share this post


Link to post
Share on other sites

Yo! Thanks so much for the response! I'll get back to this topic hopefully when I get catform again, the last few days have been unbearable with the login servers.

Share this post


Link to post
Share on other sites

I don't have a macro. I just bind Cat form to a key, and then when I'm in Cat form it is a different toolbar, so I just bind Prowl to the same key. If I want to get out of Prowl I just hit the Prowl key once again to get out of stealth. 

If you are in another form, hitting Cheetah will take you out of that form. Getting out of form is an instant-cast but going into form is on the global cooldown.

Share this post


Link to post
Share on other sites
On 1/21/2017 at 1:21 PM, mbee said:

I don't have a macro. I just bind Cat form to a key, and then when I'm in Cat form it is a different toolbar, so I just bind Prowl to the same key. If I want to get out of Prowl I just hit the Prowl key once again to get out of stealth. 

If you are in another form, hitting Cheetah will take you out of that form. Getting out of form is an instant-cast but going into form is on the global cooldown.

Sheesh, crazy that I didn't consider this. My brief time back onto Legion spoiled me a little, but what you described just cleared everything up. Works wonders that way, thanks bruh!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×