• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Druid Powershift macro help

Whitewolf28

New Member
I know that /cast !spellname wouldn't work until BC, but is there some way to shift into your current form without leaving it? maybe something with supermacro? I can't find anything online googling that fits that criteria and I am stumped.
 

turbofresh

Authorized
/script u=UnitMana('Player'); c=CastSpellByName; f=UnitPowerType("Player"); if (u<=30) and (f==3) then c"Cat Form"; elseif (f==0) then c"Cat Form"; end;

this macro prevents you from shifting out of cat form with more than 30 energy. It can sometimes fail with poor latency (NA ping).
 

Whitewolf28

New Member
I am looking to see if it is possible to shift from cat form to cat form instantly without actually leaving it as there is a delay shifting out and in the normal way. The macro you provided will definitely prove useful though.
 
Back
Top