Prowl/Rake Macro not working the same?

Hello, I have a macro that is the following:

/cast [nostealth] prowl
/cast [stealth] rake

But now it automatically attacks the closest target instead of being a two-click macro. Is there a way I can fix it so it can only activate the rake when I have a specific target clicked?

I think the following should do what you want:

/cast [stealth,harm]Rake; !Prowl

If you actually like the autotarget when you’re already in stealth, but don’t want it to autotarget when not in stealth you can use the macro below:

/cast [stealth]Rake; Prowl

1 Like

revert the order or one line it.

1 Like

Thank you! This worked. :slight_smile: