PDA

View Full Version : Character selector



Michaelf77
12-11-2007, 09:23 PM
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" ?

kllrwlf
12-11-2007, 09:39 PM
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.

zanthor
12-11-2007, 10:44 PM
Is there no [target=party1target] option with castsequence?

Michaelf77
12-12-2007, 03:40 PM
But that's exactly what I do not want - "Round Robin"
Let me give you specific example: party of a tank + 4 priests (I am quad-boxing priests, someone else is on tank). "Round Robin" works great for heal rotation on the tank ( by the way - thanks a ton to Keyclone the program is great!), however sometimes the mob decides to go whack on one of the the priests. If that is the case - I do not want to do "Round Robin" for many reasons, instead I want a specific priest cast heal and another specific one cast HoT, so what I'd like is the button that you can press that would say: "next button goes to priest1 only", then hit heal, then press button "next button goes to priest2 only" and hit HoT. Is there a way to achieve it ?