Quote Originally Posted by Michaelf77
IS there a way using addons or macros or by configuring keyclone to have a character designator for next action/keypress. For example: 1 master with 3 clones, click F1 then button 1 : button 1 is only pressed for first clone.
F2 then button 1: button 1 is only pressed for second clone.
Kind of like "master loot" instead of "Round Robin" ?
You can either get Keyclone that has a "Round Robin" feature.

Or you can set up a macro:

Toon1:
/castsequence holy light,,,

Toon2:
/castsequence ,holylight,

Toon3:
/castsequence ,,holylight

Hitting the same button, will cycle through all of the them based on the spell and commas. Hope this makes sense... I'm sleepy right now.