-
Stuck...
OK I have my basic setup now for my clothie group (3 gnome warlocks and a dwarf priest). I'm using the FTL for most of the macros, but when it comes to Life Tap, I have it set on action bar 1, button 3 (or the "3" key in layman's terms). On my priest, I want him to cycle Renew through the three warlocks when they life tap. IE each time "3" is pressed, each lock will lifetap, and the cast sequence would run down the line on the priest. I've tried a /castsequence listing the party by name such as:
/castsequence [target=ToonA] Renew, [target=ToonB] Renew, [target=ToonC] Renew
but it stops after the first toon, never getting to ToonB/ToonC.
I know there's something VERY basic I'm missing, but I searched here and the Wiki for "round robin healing" and could not find what I was looking for.
Thanks,
BS
-
I tried something like this out for you, with limited success. (I got it to switch between two characters, not three. I just messed with it for a bit.
/castsequence [target=Sylatrila] ,,Rejuvenation
/castsequence [target=Sylatri] ,Rejuvenation,
/castsequence [target=Syltria] Rejuvenation,,
-
I just put my renew mouseover macro on my G15 side keys, and put the "3" key for my locks on the round robin list, works ok for now.
-
Tiny history. There used to be addons that could remove debuffs with just one push. There others that could do spells based on buffs or health/mana percents. Blizzard decided that that was too much help. They wanted the players to work harder at playing. So they took out decisions in addons and macros. So as a side effect, you lost the ability to rotate peoople in macros. If you pick a target with one type of key, everytime you push that key, you can't change targets. You can push a different key if you want with same macro using modifiers.
So once you start a castsequence you can't change targets in it. Just think of you can't change the options for a castsequence and you will be safe.
Good luck. Hope that helps.
-
Something like:
Code:
/castrandom [target=ToonA,help] Renew, , , ,
/castrandom [target=ToonB,help] Renew, , ,
/castrandom [target=ToonC,help] Renew, ,
/castrandom [target=ToonD,help] Renew,
/cast [target=ToonE,help] Renew
-
i think...
/targetparty
/cast renew
will cycle through your party members.
which would probably be good to give your warlocks a roundrobin lifetap.
-
Thanks for all the replies. I have a mouseover macro on my priest, and by using X Perl and making the party size larger in his window only, it's worked pretty well, so far. I'll give the /targetparty macro a shot tonight to see if that works, as well as the /castrandom.