Messy cat/prowl macro

Hey!

I’m using this macro:
#showtooltip
/cast [stealth];[noform:2]!Cat Form;!Prowl

Press one - cat form(doesnt take me out of cat form if active)
Press two - if out of combat = prowl

What’s messy is that this macro doesn’t work if I’m on global. Ex. if I throw a reju and spam this macro. it takes me to cat, then prowl and pop! I’m in caster form???

Works fine if I’m not on global cd.

Are there any macro gods in here who can help me with this? What’s the problem when I’m on global?

Thanks!

Hi Phylips,

Try this…

#showtooltip
/cast [nostealth, nocombat] Prowl
/cast [combat, nostance:2] Cat Form

Oh and since I’m feeling generous… I’ll share my favourite macro for Feral:

#showtooltip
/run if InCombatLockdown() then SetCVar(“autounshift”,0) end
/cast [@mouseover, help, dead, combat] Rebirth
/cast [talent:3/2, stance:1] Frenzied Regeneration
/cast [@mouseover, help] [@player] Regrowth
/console autounshift 1

It prevents you from leaving Cat Form if you accidentally try to cast Regrowth without the Predatory Swiftness buff. It also includes a mouse over Regrowth/CR (if mouseover is dead) and will even cast Frenzied Regeneration if you are in bear spec with guardian affinity.

1 Like

Hi Heehaw,

Thanks for your reply!

The macro you suggested takes me to prowl immediately. What I want is macro that(regardless if I’m in combat or not) to take me to cat form first press, and if I’m out of combat, then with the next press take me to prowl.

It’s so wierd since my macro that I posted works unless I’m on gobal cd. If you have time, please try my macro and see what I mean.

Thanks for sharing your favourite macro btw! :slight_smile:

Have you tried castsequence macro?

#showtooltip
/castsequence Cat Form, Prowl

I think the issue is that switching forms is on the GCD while in combat, but not on the GCD when not in combat.

I don’t think there is anything that can be done about the GCD, but you should be able to spam this one without fear of leaving Cat Form or Stealth.

#showtooltip
/cast [stance:2, nostealth, nocombat] Prowl
/cast [nostance:2] Cat Form

I’d thought of a castsequence macro, but that’d take Phylips out of cat form on 1st press and wouldn’t work multiple times in combat due to never being able to get past the prowl spell.

I’m sure it’s possible by adding a stance conditional and perhaps a timed reset but then it starts getting too complicated and doubt creeps in.

I’ve re-worked my 1st attempt to what I think he’s looking for :slight_smile:

I’m in work and can’t even check, but i see you are macro specialist so he is in good hands :slight_smile: i’m just a newbie to macros.

I have had to develop my macro skills as I’m just not good enough to play the game without them! :slight_smile:

My most usefull macro is for Trinket + Offensive CD ^^ but i also like /tar macros to find any npc in crowded areas haha :smiley: pro macro writer here

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.