1. #1
    Deleted

    Greater heal macro help

    #show Greater Heal
    /script UIErrorsFrame:Hide()
    /cast Inner Focus
    /cast [target=target] Greater Heal
    /script UIErrorsFrame:Clear(); UIErrorsFrame:Show()

    I quite like this macro. However, greater heal wont cast if I don't have a target selected. I usually like clicking on an empty space to autocast heal on myself, instead of clicking on my portrait.

    I'm not very good with macros, anyone know how I would be able to do this?

    I was thinking along the lines of...

    #show Greater Heal
    /script UIErrorsFrame:Hide()
    /cast Inner Focus

    /If no target
    /cast greater heal
    /else


    /cast [target=target] Greater Heal
    /script UIErrorsFrame:Clear(); UIErrorsFrame:Show()

    I know this wouldn't work but it gives u an idea of what i would like to happen.

    Any help would be much appreciated, thanks.

  2. #2
    #show Greater Heal
    /script UIErrorsFrame:Hide()
    /cast Inner Focus
    /cast [target=target] Greater Heal; Greater Heal;
    /script UIErrorsFrame:Clear(); UIErrorsFrame:Show()


    Does that work?

  3. #3
    Deleted
    afraid not , just does the same

  4. #4
    #show Greater Heal
    /script UIErrorsFrame:Hide()
    /cast Inner Focus
    /cast [target=target,exists] Greater Heal;[target=player] Greater Heal;
    /script UIErrorsFrame:Clear(); UIErrorsFrame:Show()

    How about that?

    Btw, I should add, i don't really see the point in this macro being written this way.

    #showtooltip Greater Heal
    /cast Inner Focus
    /cast Greater Heal

    should work just fine.
    Last edited by hikamiro; 2011-10-07 at 06:19 PM.

  5. #5
    Deleted
    yes that works, brilliant!

    tyvm

    ---------- Post added 2011-10-07 at 07:30 PM ----------

    oh yeh, so it does. Much easier lol. I don't have a clue about macros, I got it from the disc priest thread.

    thx again

  6. #6
    Deleted
    If u use Vuhdo u can get vuhdo to activate trinkets etc or activate power infusion, no need for macros

  7. #7
    i use this macro

    /cast Inner Focus
    /cast [help] Greater Heal, [@targettarget,help] Greater Heal, Greater Heal;

    with this macro it will cast inner focus when its availiable
    if your target is friendly you cast greater heal.
    if you happen to have a target that is hostile (Boss) cause you were smite healing, it will cast greater heal on whatever friendly its focusing on (tank), so you don't have to switch targets
    and finally if you don't have a target. it will cast it on yourself, as long as you have auto self cast checked in options.

  8. #8
    Deleted
    Code:
    #showtooltip
    /use [combat] Inner Focus
    /use [@mouseover,help,nodead][]Greater Heal
    I put the [combat] in there so you don't blow it right before a pull.

    You can add the error thing if you like to keep it there.

    Try this if not No Errors
    Last edited by mmocca5d152c38; 2011-10-09 at 01:43 AM.

Posting Permissions

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