Posts by Mizetto

    Mine doesn't auto use mana pots, but this is what i use on my warden.


    /run local ManaBar = 0 if UnitManaType("player") == 1 then ManaBar = UnitMana("player") elseif UnitSkillType("player") == 1 then ManaBar = UnitSkill("player") end if ManaBar>= 300 then ExecuteMacroLine("/cast Charged Chop") end

    /run KillSequence('v1')