Close
Showing results 1 to 6 of 6
  1. #1

    Default Healing macro help

    [target=pinotblanc]

    I need to figure out how to add this in my macro so I dont have to use /tar pinotblanc and get it to work with the modifiers I have below. Anyone know how?

    /tar pinotblanc
    /stopcasting
    /cast [mod:shift] Healing Wave; [mod:ctrl] Lesser Healing Wave; Chain Heal

    I am trying to avoid having my guys target someone they are focus fire on. I tried putting /cast then [target=pinotblanc] but that erases the modifiers and only does healing wave.
    “Is God willing to prevent evil, but not able? Then he is not omnipotent.
    Is he able, but not willing? Then he is malevolent.
    Is he both able and willing? Then whence cometh evil?
    Is he neither able nor willing? Then why call him God?”
    Epicurus

  2. #2

    Default

    I am trying to get rid of /tar pinotgrigio so my guys dont lose target. I have 1 button for each toon that i bound to heal them. Would it be better to put cast in there a bunch of times and then add [target-pinotblanc] after cast?
    “Is God willing to prevent evil, but not able? Then he is not omnipotent.
    Is he able, but not willing? Then he is malevolent.
    Is he both able and willing? Then whence cometh evil?
    Is he neither able nor willing? Then why call him God?”
    Epicurus

  3. #3
    U JELLY?! Toned's Avatar
    Join Date
    Nov 2007
    Location
    Salt Lake City, Utah
    Posts
    1588

    Default

    /cast [target=lawlshawk] lesser healing wave


  4. #4

    Default

    WOOT! Got it thanks!

    /cast [mod:ctrl,target=pinotblanc] lesser healing wave
    /cast [mod:shift,target=pinotblanc] healing wave
    /cast [target=pinotblanc] chain heal

    This lets me heal pinotblanc with one macro. And my guys wont lose target while healing.
    “Is God willing to prevent evil, but not able? Then he is not omnipotent.
    Is he able, but not willing? Then he is malevolent.
    Is he both able and willing? Then whence cometh evil?
    Is he neither able nor willing? Then why call him God?”
    Epicurus

  5. #5

    Default

    you can get pretty creative with macro's its fun to tweak them.

    This is my staple macro format for healing.

    #show Lesser Healing Wave
    /click [noexists][dead][noharm] ActionButton12
    /cast [target=targettarget,help,nodead] [target=target,help,nodead] [target=player] Lesser Healing Wave

    In ActionButton12 I have an assist Macro. Most of my spells will start out this way.

    [noexists][dead][noharm] basically the Actionbutton will trigger if I do not have a target, my target is dead. I wonder is noexists necessary if i have noharm... will have to look that up.
    Ok the heal will heal the Targets target which is whomever has aggro as long as they can benefit from the spell [help] and not dead. Or it will heal the target if they can benefit from the spell and not dead and last but not least if the first two do not work it will just heal the healer.

    wowwiki has some great info on conditionals. http://www.wowwiki.com/Making_a_macro

  6. #6

    Default

    Quote Originally Posted by 'Fizzler',index.php?page=Thread&postID=113878#post 113878
    you can get pretty creative with macro's its fun to tweak them.

    This is my staple macro format for healing.

    #show Lesser Healing Wave
    /click [noexists][dead][noharm] ActionButton12
    /cast [target=targettarget,help,nodead] [target=target,help,nodead] [target=player] Lesser Healing Wave

    In ActionButton12 I have an assist Macro. Most of my spells will start out this way.

    [noexists][dead][noharm] basically the Actionbutton will trigger if I do not have a target, my target is dead. I wonder is noexists necessary if i have noharm... will have to look that up.
    Ok the heal will heal the Targets target which is whomever has aggro as long as they can benefit from the spell [help] and not dead. Or it will heal the target if they can benefit from the spell and not dead and last but not least if the first two do not work it will just heal the healer.

    wowwiki has some great info on conditionals. http://www.wowwiki.com/Making_a_macro
    Better, shorter
    add

    #showtooltip Lesser Healing Wave
    in the beginning

Similar Threads

  1. looking for PVP healing macro
    By Ammada in forum Macros and Addons
    Replies: 5
    Last Post: 12-14-2008, 05:05 PM
  2. Healing Macro
    By colorblindjimbo in forum Macros and Addons
    Replies: 3
    Last Post: 11-18-2008, 03:26 PM
  3. Replies: 5
    Last Post: 09-16-2008, 11:01 PM
  4. Replies: 2
    Last Post: 05-26-2008, 03:07 PM
  5. [Macro] Handy healing macro
    By Vicker in forum Macros and Addons
    Replies: 1
    Last Post: 05-18-2008, 01:08 AM

Posting Rules

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