1. #1
    Deleted

    Question [Paladin] Mouseover/targettarget Judgement

    Hi. Im looking for a macro to cast Judgement on target's target or mouseover without retargeting. I wonder if it's possible to make anymore since neither [@mouseover], [target=mouseover], [target=targettarget] or [@targettarget] do it without reassigning my target. It would be great help for a holy paladin.

    ~Tampsuuna

  2. #2
    Deleted
    Quote Originally Posted by Tampsuuna View Post
    Hi. Im looking for a macro to cast Judgement on target's target or mouseover without retargeting. I wonder if it's possible to make anymore since neither [@mouseover], [target=mouseover], [target=targettarget] or [@targettarget] do it without reassigning my target. It would be great help for a holy paladin.

    ~Tampsuuna
    Since Judgment seems to be bugged in that regard (it forces a re-target), we can do something like this:
    Code:
    #showtooltip
    /tar mouseover
    /use Judgement
    /stopmacro [@mouseover, noexists]
    /targetlasttarget
    Not possible to do this with targettarget though, since there's no way to check whether you had a targettarget before retargeting like I'm doing with mouseover here.

  3. #3
    Deleted
    Thanks alot!

Posting Permissions

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