1. #1

    Multiple button modifer with differing targets (macro help)

    How do you chain a three button modifier macro? I know how to make a basic macro that casts different spells based on the modifier, but what if I want to cast the same spell but on different targets?

    E.g how would a Sacred Shield macro look if I want the following modifiers:

    left click -> cast Sacred Shield on Joebob (3v3 partner)
    right click -> cast Sacred Shield on Marissa (3v3 partner)
    shift click -> cast Sacred Shield on self

    Thanks!

  2. #2

    Re: Multiple button modifer with differing targets (macro help)

    /cast [button:1, target=Joebob] Sacred Shield; [button:2, target=Marissa] Sacred Shield; [mod:shift, button:1, target=player];


    Try that.

  3. #3

    Re: Multiple button modifer with differing targets (macro help)

    Quote Originally Posted by Cheeseplease
    /cast [button:1, target=Joebob] Sacred Shield; [button:2, target=Marissa] Sacred Shield; [mod:shift, button:1, target=player];
    /cast [mod:shift, target=player][button:1, target=Joebob][button:2, target=Marissa]Sacred Shield

Posting Permissions

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