Ahh well least now I feel like a moron once again lol.
Code: Select all
/if (${Me.CurrentMana}<${Spell[${SpellQHeal}].Mana}) {
Work because I specified a spell called Qheal
Code: Select all
/if (${Me.CurrentMana}<${Spell[${SpellHeal}].Mana}) {
Is not a specified heal spell.
Guess if I change those to the proper spell it will work properly since the check for mana is comming up empty. Guess I will have to wait for the expansion patching to finish before I can fully verify.
However this does not explain what is wrong with healing a war/pal/sk in grp who is not labled MA at start of macro. I so hate having to wate to test stuff=).