1. #1

    How to make this Makro work.

    #showtooltip
    /cast [target=2V2 MATE] [mod:shift] Sacred Shield
    /cast [nomod] Sacred Shield


    What this should be doing is, when I press the key (in this case my mousebutton 4), it casts SS on myself, and when I hold Shift and then press the key, I´ts supposed to cast SS on my 2v2 Mate.

  2. #2
    Deleted

    Re: How to make this Makro work.

    add a [@player] on the third line to make it target yourself, might help.

    since 3.3 "@" means exactly the same as "target=". It is just shorter but means the same thing, much like /use and /cast are nowadays.

  3. #3

    Re: How to make this Makro work.

    So how should it look?

  4. #4

    Re: How to make this Makro work.

    Quote Originally Posted by Vyse
    So how should it look?
    #showtooltip
    /cast [target=2V2 MATE] [mod:shift] Sacred Shield
    /cast [nomod] [@player] Sacred Shield

    i think
    Quote Originally Posted by Zerlu
    www.femaledwarf.com

    Learn it, love it.

  5. #5

    Re: How to make this Makro work.

    Code:
    #showtooltip
    /cast [@NameOfPartner, mod:shift] Sacred Shield
    /cast [@player, nomod] Sacred Shield
    Voila.


    Quote Originally Posted by Lich King
    "You speak of justice? Of cowardice? I will show you the justice of the grave... and the true meaning of fear."

  6. #6

    Re: How to make this Makro work.

    7H4NK5

    I know this will never come back

  7. #7

    Re: How to make this Makro work.

    #showtooltip
    /cast [@partnersname,mod:shift][@player]Sacred Shield

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  8. #8
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040

    Re: How to make this Makro work.

    Isn't your "ally" in a 2v2 arena targetable as [@arena1], so you don't have to alter the macro for other partners? (and it'll work on your first ally in a 3v3 or 5v5 match, too)

Posting Permissions

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