1. #1

    Modifier Macro's to /cast on Focus

    Hello, I'm fairly new to making modifier macros, and was looking for some help to figure out a correct modifier focus macro. I play a rogue, trying to save space on my ui, I want to have a macro so [nomod] Blind casts Blind on my current target and [mod:Shift] casts Blind on my focus target. However I can't seem to get this to work as it just casts Blind on my current target. Below is the code I have been trying to use, any help would be greatly appreciated.

    #showtooltip Blind
    /cast [nomodifier] Blind; [modifier:shift] [target=focus] Blind

  2. #2
    Try this:

    #showtooltip
    /cast [mod:shift,@focus,harm,nodead][]Blind


    The one you have up there casts blind if there is no modifier, then if shift is held it casts it on your target, and otherwise casts it on your focus (and it actually never gets to your focus as you have mod:shift and nomod already)

  3. #3
    Thank you sir, seems to be working so far.

Posting Permissions

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