Originally Posted by Odas
This new macro should be able to provide safe potions for bear form, correct? Could someone post what one of those macros would look like? I'm not entirely sure of the syntax of the macros and I'm just fiddling at the moment.
Edit: Does the macro try to powershift if you are stunned or otherwise incapacitated or does it only check if you are on gcd?
|
Old news?
See the third post, or somewhere around page 108-109 for when this came out. Here is what I use (note: I've added improvement's based on tricks I've learned from the new cat form macros):
/y BearStand!
/use 13
/use 14
/run local b="Dire Bear Form";b=GetSpellCoolDown(b)>0 or not IsUsableSpell(b) or CancelPlayerBuff(b) end;
/stopmacro [form]
/use Master Healthstone
/use item:34440
/use item:33934
/use item:32947
/use item:22829
/cast Dire Bear Form
251 characters! I even got to throw my yell back in
Potion Priority is:
1) Mad Alchemist's
2) Crystal Healing Potion
3) Auchenai Healing Potion
4) Super Healing Potion
As to the powershift when stunned etc, there is an 'IsUseableSpell()' check, so I assume that that check would fail if the spell isn't usable (i.e. stunned), I haven't tested that however. If so then I think I should add that check to the above macro also.
Edit: Updated Bearstand. I know that on an accidental pull while rezzing we died because I tried to bearstand without enough mana.