Thread: Judgement Macro

  1. #1
    Deleted

    Judgement Macro

    Currently I am using 2 macros for my Judgement, a mouseover and a mod shift focus. Here they are:

    #showtooltip
    /cast [target=mouseover,harm] Judgement; [harm] Judgement; Judgement

    and

    #showtooltip
    /startattack
    /cast [mod:shift,target=focus] Judgement; Judgement

    I was wondering if it's possible to combine the two into one macro?
    If so please post it!

  2. #2
    Stood in the Fire McSpriest's Avatar
    10+ Year Old Account
    Join Date
    Aug 2011
    Location
    In a Hole
    Posts
    459
    Quote Originally Posted by Valkiri View Post
    Currently I am using 2 macros for my Judgement, a mouseover and a mod shift focus. Here they are:

    #showtooltip
    /cast [target=mouseover,harm] Judgement; [harm] Judgement; Judgement

    and

    #showtooltip
    /startattack
    /cast [mod:shift,target=focus] Judgement; Judgement

    I was wondering if it's possible to combine the two into one macro?
    If so please post it!
    yeah
    Code:
    #showtooltip Judgement
    /startattack
    /use [@focus, mod:shift, harm][@mouseover,harm][] Judgement

  3. #3
    Deleted
    Works like a charm 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
  •