1. #1

    [classic] Dispel Magic on enemy target only.

    Trying to make a macro that will only cast if I am targeting an enemy.


    This is my current macro that doesn't work.

    #showtooltip
    /cast [@harm, nodead] dispel magic
    Hi Sephurik

  2. #2
    Code:
    #showtooltip
    /cast [harm,nodead] Dispel Magic

    or

    Code:
    #showtooltip
    /cast [@target,harm,nodead] Dispel Magic

    It seems you mixed the two versions up.
    Originally Posted by Zarhym (Blue Tracker)
    this thread is a waste of internet

  3. #3
    Quote Originally Posted by Kanegasi View Post
    Code:
    #showtooltip
    /cast [harm,nodead] Dispel Magic

    or

    Code:
    #showtooltip
    /cast [@target,harm,nodead] Dispel Magic

    It seems you mixed the two versions up.

    Thanks

    10char
    Hi Sephurik

Posting Permissions

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