Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 11

Hybrid View

  1. #1

    Default How to sequentially cast on your entire party.

    Alright, with all the discussions about /castsequence and how it affected DPS, I had a realization about how castsequence performs it's fallthrough. Pardon me if this has been said before, but here's what I found:

    If you use the below macro:

    Code:
    /castsequence [target=player] reset=15 Renew,,,, 
    /castsequence [target=party1] reset=15 Renew,,, 
    /castsequence [target=party2] reset=15 Renew,, 
    /castsequence [target=party3] reset=15 Renew, 
    /castsequence [target=party4] reset=15 Renew
    Your priest will systematically cast Renew on every member of your party (as long as you wait for the GCD between casts).

    You can modify the macro however you see fit (to create a buff macro for example) or to add a pet:

    Code:
    /castsequence [target=player] reset=15 Renew,,,,, 
    /castsequence [target=party1] reset=15 Renew,,,, 
    /castsequence [target=party2] reset=15 Renew,,, 
    /castsequence [target=party2pet] reset=15 Renew,, 
    /castsequence [target=party3] reset=15 Renew, 
    /castsequence [target=party4] reset=15 Renew
    Anyway, I hope you enjoy the macro
    5 Boxing (85):
    Paladin, 2xMage, Warlock, Priest
    Paldius, Magria, Magrib, Walina, Priset
    Currently:
    5 Boxing (85):
    Paladin, 3xWarlock, Shaman
    Ghallo, Warlisia, Warlisib, Warlisic, Pleo!

  2. #2

    Default RE: How to sequentially cast on your entire party.

    as you mentioned "as long as you wait for GCD to finish"
    would it perhaps work to add some extra comma's, to prevent an extra keypress from making it to the end of the list.

    ie.
    Quote Originally Posted by 'Ghallo',index.php?page=Thread&postID=160060#post1 60060
    Code:
    /castsequence [target=player] reset=15 Renew,,,,,,, 
    /castsequence [target=party1] reset=15 Renew,,,,,, 
    /castsequence [target=party2] reset=15 Renew,,,,, 
    /castsequence [target=party3] reset=15 Renew,,,, 
    /castsequence [target=party4] reset=15 Renew,,,
    just brainstorming with you at 2am drunk and tired.
    Tarrenmill PVP EU
    Zyxxyz Prot Paladin
    Zyxxyx Frost DeahtKnight
    Zyxzyx, Xzyxzy, Xyxxyz, Yxzyxz 4x Shaman
    Zyxxzy, Zyxyxz, Zyxyzx, Zyxzxy 4x Ret Paladin


  3. #3

    Default

    Don't we have a target=party that does the same thing?

  4. #4

    Default

    Don't we have a target=party that does the same thing?


    No ... but feel free to try for yourself.

    Code:
     
    /targetparty 
    /cast <spell>
    will work... but then your target is changed to whichever party member (not usually a good thing for mboxing). If you try:

    Code:
     
    /targetparty 
    /cast <spell> 
    /targetlasttarget
    that will only ever cast on 1 party member over and over.

    And finally, it will not include your caster in the rotation and it will not include any pets either.
    5 Boxing (85):
    Paladin, 2xMage, Warlock, Priest
    Paldius, Magria, Magrib, Walina, Priset
    Currently:
    5 Boxing (85):
    Paladin, 3xWarlock, Shaman
    Ghallo, Warlisia, Warlisib, Warlisic, Pleo!

  5. #5

    Default

    Apparently something like this should work:

    /targetparty /cast Power Word: Fortitude

    Never tested it though. I use the add-on Smartbuff for all my buffing needs.

  6. #6

    Default

    Interesting. Will have to play with that when I get home.

  7. #7

    Default

    Not sure you would do anything like this at all when the smartbuff mod exists. You configure it once for each character that can cast buffs, then bind a single key to it, and you can then spam that key and it will auto-buff your entire party as you have it configured. You can make this the same key for all your characters and then just spam that key to rebuff your entire party - way easier and much more foolproof then a macro. You can even configure which buffs you want to allow in-combat in case you need to rebuff only high priority buffs in combat, etc. It even works for self buffs like watershield, etc.
    <Multiplicity>
    Blood Elf Death Knight, 4 Orc Shaman - Burning Legion Horde US (PvP)
    Ellianaa - Haachoo - Hachu - Hachuu - Hahchoo

    Heroics down: Gundrak, Drak'Tharon, Utgarde Keep, Utgarde Pinnacle, Culling of Stratholme, Halls of Lightning, Ahn'Kahet, Violet Hold, Nexus, Azjol-Nerub, Halls of Stone

  8. #8

    Default

    I can see how this would be a better solution than SmartBuff for a few spells. Water Walking comes to mind. It's not something you always want on (re: SmartBuff), so a macro like this might come in handy for those of us with only 1 Shaman in the group.
    Everquest II - <Pain for Glory> on Nektulos Server
    (Shadowknight: Uhmono| Inquisitor: Blyssia | Warden: Wysh | Defiler: Gahealju | Troubador: Moxia | Warlock: Phyrloc) X 51
    (Guardian: Tukilu | Templar: Ajechu | Warden: Fayanna | Conjuror: Akaesia | Troubador: Lollah | Warlock: Onona) X 27-ish[/align]

  9. #9

    Default

    Sorry for bumping an old thread, but I was hoping to confirm that you can use the [target=xxxx] argument with the /castsequence command. For example, for a DPS macro, would using this macro work?

    /castsequence [target=party1target] Curse of Agony, Corruption, Immolate, Incinerate

    Or would I get an error? The thought had just occurred to me and I'm at work, otherwise I'd test it myself (and will test it anyway tonight). I have a basic /assist partyx macro already, but I have often had problems with it. I don't know why, but there is usually a 1-2 second lag before the party acquires the target after I press the button, and sometimes two of them will randomly NOT acquire the target until I press the key a second time. It does not appear to be a lag issue, because pressing any other macro gets instant results, including macros that use [target=xxxxxxtarget]. Only /assist partyx or /assist name.
    "Multibox : !! LOZERS !!" My multiboxing blog

  10. #10

    Default

    Quote Originally Posted by 'Tonuss',index.php?page=Thread&postID=171077#post1 71077
    Sorry for bumping an old thread, but I was hoping to confirm that you can use the [target=xxxx] argument with the /castsequence command. For example, for a DPS macro, would using this macro work?

    /castsequence [target=party1target] Curse of Agony, Corruption, Immolate, Incinerate

    Or would I get an error? The thought had just occurred to me and I'm at work, otherwise I'd test it myself (and will test it anyway tonight). I have a basic /assist partyx macro already, but I have often had problems with it. I don't know why, but there is usually a 1-2 second lag before the party acquires the target after I press the button, and sometimes two of them will randomly NOT acquire the target until I press the key a second time. It does not appear to be a lag issue, because pressing any other macro gets instant results, including macros that use [target=xxxxxxtarget]. Only /assist partyx or /assist name.
    If I recall correctly, it SHOULD work, assuming party1target is a valid call. I've only used it with [target=focus]. Maybe with a [target=focustarget] but I'm not sure on that one. But yes, you can use [target=xxxx] in a castsequence. FYI, the reset option goes AFTER the [target=xxx].

Similar Threads

  1. How to deal with entire teams that LoS?
    By heyaz in forum PvP Discussion
    Replies: 3
    Last Post: 04-03-2009, 05:17 AM
  2. Sequentially casting buffs: Power Word: Shield
    By Bigfish in forum Macros and Addons
    Replies: 5
    Last Post: 03-05-2009, 05:55 PM
  3. Replies: 8
    Last Post: 12-02-2008, 04:14 AM
  4. nomodifier = cast on target modifier = assist cast?
    By Exblah in forum Macros and Addons
    Replies: 3
    Last Post: 11-10-2008, 08:29 AM
  5. Buff timer addon for "party" spells cast?
    By DLoweinc in forum Macros and Addons
    Replies: 3
    Last Post: 11-06-2008, 09:41 PM

Posting Rules

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