Thread: macros

  1. #1
    Deleted

    macros

    Im looking for these two options for my macros:

    1) unselect the target if its dead
    2) target the nearest mob

  2. #2
    1) /cleartarget [dead]
    2) /targetenemy [noharm]

  3. #3
    Deleted
    kheath812 got it right.

    I would also suggest download "Macro Toolkit", it helps if you need to add some functions or conditions.

  4. #4
    Deleted
    hello

    should i write /targetenemy [noharm] in the beginning of the macro and /cleartarget [dead] in the end of the macro?

  5. #5
    Deleted
    /focus [nomod:alt]
    /clearfocus [mod:alt]

    i use this instead which will clear it self when the enemy is dead: /focus [target=mouseover,harm,nounithasvehicleui,exists,nodead][mod:ctrl]

  6. #6
    Quote Originally Posted by Blojan View Post
    /focus [nomod:alt]
    /clearfocus [mod:alt]

    i use this instead which will clear it self when the enemy is dead: /focus [target=mouseover,harm,nounithasvehicleui,exists,nodead][mod:ctrl]
    You can use @ to replace target= to reduce the length.
    Quote Originally Posted by DeadmanWalking View Post
    Your forgot to include the part where we blame casuals for everything because blizzard is catering to casuals when casuals got jack squat for new content the entire expansion, like new dungeons and scenarios.
    Quote Originally Posted by Reinaerd View Post
    T'is good to see there are still people valiantly putting the "Ass" in assumption.

  7. #7
    Deleted
    Quote Originally Posted by Blojan View Post
    /focus [nomod:alt]
    /clearfocus [mod:alt]

    i use this instead which will clear it self when the enemy is dead: /focus [target=mouseover,harm,nounithasvehicleui,exists,nodead][mod:ctrl]
    I dont understand what you mean

Posting Permissions

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