I want to go straight into prowl from any form which I can already do. I need to be able to hit the same keybind to come out of stealth…
The current issue is this macro keeps power shifting kitty form when I hit it.
Does anyone know a macro that works like it does on TBC where you can hit the keybind and go into stealth and hit it again and come outta stealth? Is that even possible in classic?
currently using
#showtooltip Prowl
/cancelform [noform:3]
/cast [noform:3] Cat Form
/cast Prowl
1 Like
I have to log onto my druid in classic one sec I have it and I’ll post it here for you.
=)
#showtooltip Prowl
/dismount
/cancelform [noform:3]
/cast [noform:3] Cat Form
/cast Prowl
It appears to be the same as yours though but mine works. I would type it all in and make sure there aren’t any typos just to make sure.
2 Likes
Its forcing me to power shift it drops stealth but power shifts kitty using tons of mana at the same time
oof =( Sorry that’s all I personally have =( hopefully someone else chimes in with a diff macro that may be better suited for what you would be doing.
when you hit it a second time does it power shift causing you to lose mana?
sorry I got yanked over to retail. I’m checking now.
I lose 15% mana shape shifting in and shape shifting out (after sitting for a second to let my mana regin) I lose about 3% shifting back out.
Yea in TBC with macro you can prowl and un stealth with same macro without power shifting in kitty, weird.
1 Like
Don’t you just need to remove the cancel aura part from your macro?
This works and since you aren’t a night elf don’t have to worry about fixing the case where it fails when trying to prowl out of Shadowmeld.
#showtooltip prowl
/cast [nostealth,noform:3]!cat form
/cast [nostealth] !prowl; prowl
This works:
#showtooltip prowl
/cast [nostance:2] Cat Form
/cast Prowl
EZ
or this
#showtooltip prowl
/cast [noform:2] Cat Form
/cast Prowl
1 Like