Round robin does not work well with a leaderless system as Keyclone does not keep track of which client you are focused on. The way to do this is using macro round robins within the game.
ToonA:
Code:
/target {your normal FTL target macro goes here}
/castsequence reset=120 healing wave,,,,
/targetlasttarget
ToonB:
Code:
/target {your normal FTL target macro goes here}
/castsequence reset=120 ,healing wave,,,
/targetlasttarget
ToonC:
Code:
/target {your normal FTL target macro goes here}
/castsequence reset=120 ,,healing wave,,
/targetlasttarget
And so on.. The reset is in there so should your macros get out of sync (which will happen from time to time when a keystoke is lost) they will restart from the beginning after 2 minutes. Obviously the above are set to heal the current master, you'll need to add the [target=targettargettarget] into the castsequence line or whatever it is you're using.
Connect With Us