1. #1

    Multiple Players in One Macro

    Ok, so I'm no macro expert, but I am trying to create a macro that will cast sacred shield on myself if I press the keybind, party member 1 if I hold shift, and party member 2 if I hold ctrl.

    This is what I have so far, it isn't working:

    #showtooltip
    /cast [mod:shift, ctrl][target=party1, party2] Sacred Shield; Sacred Shield

  2. #2
    Here:
    #showtooltip
    /cast [@party1,mod:shift][@party2,mod:ctrl][@player]Sacred Shield

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3
    Thank you, works perfectly.

  4. #4
    Is there a way to do this with raid members?

Posting Permissions

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