Close
Showing results 1 to 5 of 5

Thread: healing

  1. #1

    Default healing

    hi was wondering if anyone can help me, i am trying to create a macro that allows my clones to heal my mains target (focus target) yet if its hostile heal focus

    think what im getting stuck on is the checks and help would be much appreciated
    Shockin Shocked Shocka Shocko


  2. #2

    Default

    Code:
     
    /cast [target=focustarget, help] Heal 
    /cast [target=focus, help] Heal
    For my healing macros I add one more line

    Code:
     
    /cast [target=focustargettarget, help] Heal 
    /cast [target=focustarget, help] Heal 
    /cast [target=focus,help] Heal
    This will check your main's target's target and heal them (basically whoever has aggro), if that fails it will check your focus target and heal (if friendly), finally if that fails it will heal your focus.

  3. #3

    Default

    and to save space shove them all on one line

    Code:
    /cast [target=focustargettarget, help][target=focustarget, help][target=focus,help][] Heal
    and just in case, add the empty brackets to allow the spell to do the default behaviour if no options match, this is useful if you want to heal someone who isn't the focus, focustarget or focustargettarget
    [align=center]AeineiA AeineiB AeneiC AenieD AeineiX
    All your soul are belong to us
    "They can't be bargained with. They can't be reasoned with. They don't feel pity, or remorse, or fear. And they absolutely will not stop, ever, until you are dead"
    The Wiki is your Friend
    [/align]

  4. #4

    Default

    Quote Originally Posted by 'Djarid',index.php?page=Thread&postID=73970#post73 970
    and to save space shove them all on one line

    Code:
    /cast [target=focustargettarget, help][target=focustarget, help][target=focus,help][] Heal
    and just in case, add the empty brackets to allow the spell to do the default behaviour if no options match, this is useful if you want to heal someone who isn't the focus, focustarget or focustargettarget
    I forgot about that little diddy. Good call, i'll be adding that tonight

  5. #5

    Default

    thanks for the help i was trying to overcomplicate things :P
    Shockin Shocked Shocka Shocko


Similar Threads

  1. Trying to figure out healing
    By palvarik in forum Macros and Addons
    Replies: 3
    Last Post: 07-30-2009, 12:08 PM
  2. pvp healing
    By kraemder in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 09-03-2008, 12:07 AM
  3. healing
    By tickner in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 09-02-2008, 08:13 AM
  4. 4 locks 1 priest healing, need healing help!
    By unseen in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 07-24-2008, 02:11 PM
  5. Replies: 2
    Last Post: 05-26-2008, 03:07 PM

Posting Rules

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