1. #1

    Target Partymember Makro

    So i wanna roll resto shaman with some friends in s9

    i made some dispelling makros for 3v3 + 5v5
    but wanna add anouther function upon pressing alt

    /cast [mod:shift](target=party3] Cleanse Spirit; [nomod] [target=party1] Cleanse Spirit


    what i want to add is something to target my party members 1 and 2 (this would be for 3v3)
    while pressing the alt modifier


    does someone know how to do that :/
    i have no idea how to tell it to use the mod :S

  2. #2
    cast [modifier:alt]

    its the same thing
    All of Time and Space, Everything that has happened or will happened, Where do you want to start?

    "If you ever see a rogue, either rogue is overgear or the rogue has problems"

  3. #3
    /cast [mod:shift,@party3] [@party1] Cleanse Spirit

    I think this should work, if it doesn't let me know.

    Basically the way macros work with those square brackets, is that everything inside one set of square brackets is like an AND in most programming languages, and then between each set of square brackets there is an OR, and @ (or target=) tells the macro who to target for that condition.

    Edit: Might have to change the party1 and party3, I think party1 should be party2, but that's easy to change.
    Last edited by Renowned; 2010-12-02 at 12:40 AM.

  4. #4
    yes but i want it target partymember1

    and stay on party1^^
    as if i clicked him in party frame^^d

    is /[mod:alt,targetparty1] correct becaus it doesn't do the trick :S

    basically what i want is the f1 funktion on default keybinds :S

  5. #5
    Oh, okay. Then you want something like this:

    /target [mod:alt] party1; party3
    /cast Cleanse Spirit

    Edit: Oh, and just so you know, if you planned on pressing that same button (i.e. this macro) with say shift held down for auto-self-cast, it won't work. Auto-self-cast doesn't work with macros, you can build them in quite easily though.
    Last edited by Renowned; 2010-12-02 at 01:15 AM.

  6. #6
    ah thanks dude

    that's perfect!

Posting Permissions

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