Charged Chop macro

  • Use to have a macro that would check your mana before using charged chop first in an attack macro, and if it was low would instead use a mana pot before continuing to charged chop followed by diyce. Lost track of the macro after quitting, wondering if anyone has a copy of something simular they could send me. thx (:

    Retired -- Until new server, then will return for 1-2 days.


    Give me back my 4x Silent seal :thumbup:

  • 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')

  • Novar

    Closed the thread.