1. Macro help please

    Can some make two separate macros for me? Disengage and Deterrence as separate macros, but i wan't to have Master Healing Potion in them as well, so when i use the macro it will use the spell and the potion if its available after cooldown.
    Thank you in advanced.

  2. Give these a try. They will NOT use potion if you're out of combat. Remove the [combat] thing if you want to use potion always (in combat or out of combat).
    Code:
    #Showtooltip Disengage
    /Cast [@target, exists, harm, nodead] Disengage
    /Use [combat] Master Healing Potion
    Code:
    #Showtooltip Deterrence
    /Cast [@target, exists, harm, nodead] Deterrence
    /Use [combat] Master Healing Potion

  3. Give these a try. They will NOT use potion if you're out of combat. Remove the [combat] thing if you want to use potion always (in combat or out of combat).
    Code:
    #Showtooltip Disengage
    /Cast [@target, exists, harm, nodead] Disengage
    /Use [combat] Master Healing Potion
    Code:
    #Showtooltip Deterrence
    /Cast [@target, exists, harm, nodead] Deterrence
    /Use [combat] Master Healing Potion

    Thanks a'lot, gonna give em a try today.

  4. Sure, good luck.

    Just found a potential problem in Disengage Macro. It is supposed to use Disengage and if you're in Combat uses Master Healing Potion.

    But Disengage is supposed to get you out of combat (if I'm not forgetting something about it of-course).
    Code:
    #Showtooltip Disengage
    /Cast [@target, exists, harm, nodead] Disengage
    /Use Master Healing Potion
    So this macro will use Disengage on your current Target (if that Target is Hostile and is not still alive). And after it will use Master Healing Potion (always).

    If you don't have any target then it will just use the healing Potion so don't spam this macro without having a target.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •