Thread: Disarm macro

  1. #1

    Disarm macro

    Heya.
    Im looking for help writing a macro that will disarm my focus target if i have one and if i dont it will disarm my current target.

    Anyone?

    I was thinking something like:
    /castsequence [target=focus, exist] Disarm, Disarm

  2. #2

    Re: Disarm macro

    /cast [target=focus,exists][] Disarm

    The [] is a "otherwise use normal rules" conditional. It's the equivalent of:

    /cast [target=focus,exists] Disarm; Disarm

  3. #3

    Re: Disarm macro

    Tanks

Posting Permissions

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