Jump to content
Sign in to follow this  
KindredBrujah

Possible Macro Bug With Druid Shapeshift forms

Recommended Posts

Hi, so when I try to cast a Druid Feral ability using a macro, all it does is drop me out of my form back into caster.

So if I use the following:
 

/cast Enrage

 

 

Then it does nothing if I'm in caster form (though it pops up an error telling me I need to be in Bear form or Dire Bear Form) and puts me back into caster form if I'm in Bear form.

It seems no matter how complex my macro is, the same thing happens:
 

/run local i=0 g=GetPlayerBuff while not (g(i) == -1) do if(strfind(GetPlayerBuffTexture(g(i)),"Ability_Druid_Enrage"))then CancelPlayerBuff(g(i)) end i=i+1 end CastSpellByName("Enrage")


This one should cast Enrage, then cancel it with the same button. It's not casting Enrage, it's just dropping me back into caster form.

----

 

 

Am I missing something really obvious, or is this a bug?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×