1. #1

    Macro for targeting in a specific order

    I'm not very good at macros, so I was wondering if I could get some help on this. I want to make a macro for Heroic Protectors that, when pressed, will target Protector Kaolan first. If he's not up, the second priority target is Corrupted Waters. If there is no Corrupted Waters, I want it to target Elder Regail. And if he's not up, Elder Asani. I tried just listing them all, but since Elder Asani is last, it went to him each time. Is it as simple as listing them in reverse order? Or is there a cleaner way to do it?

  2. #2
    The Insane Aquamonkey's Avatar
    10+ Year Old Account
    Join Date
    Jul 2011
    Location
    Universe
    Posts
    18,149
    Put them in order from lowest priority first to highest priority last.

  3. #3
    Deleted
    To clarify for your case Caladriel

    Code:
    /target Elder Asani
    /target Elder Regail
    /target Corrupted Waters
    /target Protector Kaolan
    For explanation, read Aqua's post

  4. #4
    I got it. That was my suspicion, just wanted to confirm. Thanks.

Posting Permissions

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