1. #1

    mouseover combined with focus target healing

    Hello dear community

    I'm looking for a macro that I can use with healing spells, that does both of these in one: Healing by mouseover and healing my current focus target when i'm not hovering my mouse over any target. I appreciate any help I can get on this matter

  2. #2
    Code:
    /cast [@mouseover,help][@focus]Flash Heal
    The first part checks if the mouseover is over a friendly (this prevents it from trying to cast while over a mob: like Penance)
    the 2nd part sets the target as focus if the first part is false.
    Last edited by Dujith; 2011-04-10 at 08:49 AM.

  3. #3
    Ahh nice, thanks! Just gotta remember space between the comma and help though, right?

  4. #4
    Deleted
    Doesn't make any difference to the macro system.

  5. #5
    Fair enough Thanks alot for the help!

Posting Permissions

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