Close
Showing results 1 to 6 of 6

Hybrid View

  1. #1

    Default Help with a macro

    Okay, I'm a dork who can't figure out macros. I'm trying to get my priest to throw PWS on each character in the party in turn with a button press. I tried

    castsequence reset=20 [target=talorab] Power Word: Shield, [target=taloraa] Power Word: Shield, [target=dagbit] Power Word: Shield

    Didn't work. . help?

  2. #2

    Default RE: Help with a macro

    Quote Originally Posted by 'sturat',index.php?page=Thread&postID=149737#post1 49737
    Okay, I'm a dork who can't figure out macros. I'm trying to get my priest to throw PWS on each character in the party in turn with a button press. I tried

    castsequence reset=20 [target=talorab] Power Word: Shield, [target=taloraa] Power Word: Shield, [target=dagbit] Power Word: Shield

    Didn't work. . help?


    Im a beginner, but try:


    /castsequence reset=20 [target=talorab] Power Word: Shield; [target=taloraa] Power Word: Shield; [target=dagbit] Power Word: Shield





    I just changed the commas to semi-colons

  3. #3

    Default

    As far as I know, you can't change targets in a castsequence, only option that would work that I know of would be to use modifiers (ctrl, alt, shift) to determine the target.

  4. #4

    Default

    Why you would want to cast PWS on all your characters in sequence is beyond me, but this should work:

    Code:
    /castsequence [target=char1] Power Word: Shield,,,,
    /castsequence [target=char2] ,Power Word: Shield,,,
    /castsequence [target=char3] ,,Power Word: Shield,,
    /castsequence [target=char4] ,,,Power Word: Shield,
    /castsequence [target=char5] ,,,,Power Word: Shield
    This will cast it on each character sequentially ASSUMING you only press the button every cooldown. If you are putting it on a key you're going to be spamming, you'll have to adjust the commas based on how often you are hitting the button between cool downs.

  5. #5

    Default

    I would go for Gaffy's idea:
    Code:
    /cast [target=talorab, nomod] [target=taloraa, mod:shift] [target=dagbit, mod:ctrl] [] Power Word: Shield
    This will cast Shield on talorab when you press the button , if you hold Shift while pressing the button you will cast Shield on taloraa, if you however hold CTRL while pressing the button, you will cast Shield on dagbit. I added a [] in case you want to cast it on your target.

  6. #6

    Default

    Thanks folks. I'll probably just use the modifiers to make life easy.

    STU

Similar Threads

  1. [MACRO] Arcane Mage DPS Macro
    By heffner in forum Macros and Addons
    Replies: 19
    Last Post: 04-28-2009, 08:26 PM
  2. Replies: 12
    Last Post: 03-25-2009, 04:29 PM
  3. MAcro guru's please help with retri paladin macro
    By Heraveth in forum Macros and Addons
    Replies: 3
    Last Post: 01-07-2009, 05:43 PM
  4. Replies: 5
    Last Post: 09-16-2008, 11:01 PM
  5. Hunter Macro? (Macro + Keyclone)
    By Lost Ninja in forum Macros and Addons
    Replies: 4
    Last Post: 12-29-2007, 06:54 AM

Posting Rules

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