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?
#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.
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.
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