1. #1

    Select target when i use mouseover macro.

    I use mouseovers on my warlock - and I'd like the casting of the spell to select that enemy as my target.

    Here is my current macro

    #showtooltip
    /petattack [nocombat]
    /cast [@mouseover,harm][]Agony

  2. #2
    This should work:

    Code:
    #showtooltip
    /petattack [nocombat]
    /cast [@mouseover,harm][]Agony
    /target [@mouseover,harm]
    Originally Posted by Zarhym (Blue Tracker)
    this thread is a waste of internet

  3. #3
    Deleted
    Just to clear something up you mean you want Agony to be cast on the target and then have your target stay as the target you cast Agony on?

    If so a simple macro such as:

    #showtooltip Agony
    /target mouseover
    /cast Agony

Posting Permissions

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