Shadowmeld+Prowl

Hello,

I’m leveling a feral druid and I’m looking for a foolproof [shadowmeld + prowl]-macro. So I can go from an [in combat]-state directly into a [stealthed prowl]-state. I’ve tried numerous macro’s but none seem to work. I go into shadowmeld but I never Prowl.
Anyone has a working macro?

Any other useful Feral macro’s are also welcome (my focus is PvP) :slight_smile:

Ps. For some reason I cannot post on my druid.

Thank you for your time.

Try:

/use [stealth] !Prowl; Shadowmeld

Because you never want to cast shadowmeld while out of combat, you can use the combat / nocombat modifier.

I’ve been combining prowl & shadowmeld with growl (when in bear form) since I faction changed to night elf. I call it GPS :slight_smile: :

/cast [stance:1] Growl
/cast [nostance:1, nocombat] Prowl
/cast [nostance:1, combat] Shadowmeld

If you don’t want to combine it with growl, here is the prowl/shadowmeld macro you originally asked for:

/cast [nocombat] Prowl
/cast [combat] Shadowmeld

It’s impossible for a macro to know if a spell is on cooldown, so it will not cast Shadowmeld if you are out of combat and prowl is on cooldown. Really you want to be saving Shadowmeld for when you are in combat anyway.

#showtooltip

/cast Shadowmeld
/cast !Prowl


Just mash the button a few times and you’ll go cat form. Pressing the button any number of times while Prowled will not deactivate prowl because of the “!”. Have fun pissing people off!

1 Like

You cannot use it in pvp.
It is just because when you shadowmeld “in pvp” you’re not automatically out of combat so prowl will not be activated anyway.
As I remember from the moment you shadowmeld you’ll have to wait 5 seconds until you leave combat.

I tried this, but seems bugged for me right now, The macro works and catform-> steath, but changes my bar to caster form. Rather annoying since none of my kitty spells are on that bar. I’ll try the above though, perhaps those will not be bugged.

Modified yours as Flight form changes was a bit of an issue:

/cancelaura Travel form
/cast [nostance:1, nocombat] Prowl
/cast [nostance:1, combat] Shadowmeld

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