Cheekychooky 0 Report post Posted January 4, 2017 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! 0 Share this post Link to post Share on other sites
Lorilay 12 Report post Posted January 4, 2017 (edited) 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 January 4, 2017 by Lorilay 1 Share this post Link to post Share on other sites
Cheekychooky 0 Report post Posted January 5, 2017 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. 0 Share this post Link to post Share on other sites
Lorilay 12 Report post Posted January 6, 2017 Maybe... /script if not buffed("Cat Form") then cast("Cat Form") else cast("Prowl") end end 0 Share this post Link to post Share on other sites
Cheekychooky 0 Report post Posted January 9, 2017 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. 0 Share this post Link to post Share on other sites
mbee 4 Report post Posted January 21, 2017 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. 0 Share this post Link to post Share on other sites
Cheekychooky 0 Report post Posted January 30, 2017 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! 0 Share this post Link to post Share on other sites