1. #1

    Auto target macro for judgement

    This is not a qq thing. I really liked being ablw to press a button and have judgement launch automatically on the tanks target. What is the macro i need to put this auto target judgment cast back in play.

  2. #2
    /assist TanksName
    /cast Judgement
    /targetlasttarget

    I'm sure there's a more elegant way of doing it, but the above should work

  3. #3
    thanks, i'll give er a go. oops wait I need to put the tanks name in this one every time. yep please u macro wizards help me out. My gut tells me if Blizz had it b4 as a mechanic that we should be able to macro it.
    Last edited by Gorgane; 2011-12-06 at 09:01 PM.

  4. #4
    Well, you could use focus of course, just change the tank's name to [@Focus], and then set your tank as focus. I prefer to use my focus for other things though, such as keeping track of a specific add or the boss.

    If you're looking for a macro to automatically figure out who the tank is, and automatically use his target, that simply isn't possible. Blizzard disabled the automatic targeting features years ago. However if you tell the macro who your tank is (either directly, or through focus) it should work.

  5. #5
    Code:
    /cast [harm][target=targettarget] Judgement
    nvm it doesnt work, idk, i dont think its possible
    Last edited by deviancee; 2011-12-06 at 09:31 PM.

  6. #6
    The Lightbringer Requital's Avatar
    15+ Year Old Account
    Join Date
    Jul 2007
    Location
    But-hurt much? Appears so!
    Posts
    3,865
    Focus your tank unless it has to be used for someone else.

    Code:
    /cast [@focustarget,exists][] Judgement; Judgement
    However this should work as well.

    Code:
    /cast [@targettarget,exists][] Judgement; Judgement
    Quote Originally Posted by Boubouille View Post
    Can you imagine if someone insulted you in a thread, you reported it, and I told you "sorry, wrong thread to be butthurt"?

  7. #7
    Deleted
    I use this ;

    #showtooltip Judgement
    /targetenemy [dead][noharm]
    /cast Judgement
    /targetlasttarget


    Allows me to be targetting anyone and it will directly cast Judgement at the boss without actually changing any targets .

  8. #8

Posting Permissions

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