1. Help with a macro

    I attempted to make a macro that lets me cast Judgement of light normally but then Judgement of Wisdom when using a modifer (Also using key presses not clicking) The tooltip will change to Judgement of wisdom when I press the mod key Shift But when I press 2 to cast it it casts Judgement of Light instead

    #showtooltip
    /cast [nomod]Judgement of Light;[mod:shiftActionbutton2]Judgement of wisdom

    This is my second attempt I originally had it as

    #showtooltip
    /cast [mod:shiftbutton2] Judgement of wisdom; Judgement of Light

    And it worked for awhile but then today it randomly stopped working.

  2. #showtooltip
    /cast [mod:shift] Judgement of wisdom; Judgement of Light

    This should work prolly, button2 is unnecessary and complicating things as I see.

  3. Tried it, It shows the tooltip change but keeps casting Judgement of Light instead

  4. #showtooltip
    /cast [nomod]Judgement of Light
    /cast [mod:shift]Judgement of Wisdom

  5. Same result, It works if I click it but not if I press Shift + 2

  6. Finally found the issue (I think) Since im using Bartender The actionbars in Interface options werent enabled, I enabled them now my macro works as intended.

Posting Permissions

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