1. #1
    Deleted

    Exorcism, Judgemet mouseover macros

    Hi guys,
    My macros are:

    #showtooltip
    /startattack
    /cast [target=mouseover, exists] Exorcism; Exorcism
    /script UIErrorsFrame:Clear()

    The same for Judgment. They are working on mouseover, but the problem is that when I mouseover myself or a friend nothing happens.
    What do I need to add to make them attack my current enemy target or the nearest enemy(if there is no current one)?

  2. #2
    Try:
    Code:
    #showtooltip
    /startattack
    /cast [@mouseover,harm][] Exorcism
    /script UIErrorsFrame:Clear()

  3. #3
    Deleted
    Quote Originally Posted by Woogs View Post
    Try:
    Code:
    #showtooltip
    /startattack
    /cast [@mouseover,harm][] Exorcism
    /script UIErrorsFrame:Clear()
    Thanks, it works perfect!
    Everything is set now

Posting Permissions

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