1. #1

    Help with priest mouse-over macro?

    So I've decided to try out some mouse-over macros for healing random heroics and whatnot.

    /cast [target=mouseover,exists] Greater Heal

    This is the one I've been using, but I was wondering if there is a macro that will still cast the spell on my target when I'm not moused over someone else.
    I usually have the tank targeted, but if a DPS needs to be healed, I have to use the mouseover macro separately..

    I basically need a macro that will heal whoever I have targeted, but also heal whoever I mouse-over.
    bong hits for jesus. golf wang

  2. #2
    Deleted
    #showtooltip Greater Heal
    /cast [target=mouseover,exists] Greater Heal; Greater Heal

  3. #3
    I love you! thanks a lot
    bong hits for jesus. golf wang

  4. #4
    In my opinion, I think this is just better
    #showtooltip
    /cast [@mouseover,help,nodead][] Greater Heal

  5. #5
    Quote Originally Posted by Ketho View Post
    In my opinion, I think this is just better
    What's the difference?
    bong hits for jesus. golf wang

  6. #6
    Quote Originally Posted by dr-acula View Post
    What's the difference?
    it's shorter and maybe more readable, otherwise it's exactly the same

  7. #7
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    Keeps you from having to type the spell name twice, mostly. Also, it replaced "target=" with "@", which is a shortcut Blizzard gave us during Wrath.

  8. #8
    I see you already have an answer but
    Code:
    #showtooltip
    /cast [help,nodead,@mouseover][help,nodead,@target][help,nodead,@targettarget][@player]Greater Heal
    could also be useful

    What it does, in this order is...
    Heals your Mouse Over target.
    If you have no Mouse Over target it heals you normal target assuming they are a friendly unit. (So far identical to the other macro).
    If Target is hostile, it will attempt to heal you Targets Target assuming they are friendly.
    Finally, if all else fails, it will heal yourself.

    May well be more than you are looking for, but it is what I use with all my healing spells (Just replace the spell name).

Posting Permissions

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