1. May 11, 2025  

    Mouseover macro

    #showtooltip
    /cast [@mouseover, @target, @player] Healing Wave

    Can you write correct simple macro for heal with priority mouseover >> target >> (no target or target enemy=player)
    Now my macro heal only myself

  2. May 11, 2025  
    /cast [@mouseover, harm, exists] Purge; Purge

  3. 4 Weeks Ago  

  4. 4 Weeks Ago  
    Granted this can probably be optimised, but it works

    /cast [@mouseover, noharm, exists] Healing Wave
    /cast [@target, noharm, exists] Healing Wave
    /cast [@player] Healing Wave

Posting Permissions

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