Hi Gares,
Most people do the do-not-pass feature of keyclone to not pass movement keys. However i use CloneKeys so i do the following on each toon:
macro 1 to unbind all my movement keys, which i have bound to the "." key on all toons:
/script SetBinding("W")
/script SetBinding("S")
/script SetBinding("Q")
/script SetBinding("E")
This will unbind on everyone.
macro 2 to bind keys on a toon (I click this, no hotkey):
/script SetBinding("W","MOVEFORWARD")
/script SetBinding("S","MOVEBACKWARD")
/script SetBinding("Q","STRAFELEFT")
/script SetBinding("E","STRAFERIGHT")
So when i do collection quests and i change to the next guy, just hit period, one click and away ya go.
Note that the SetBinding function doesn't work while in combat, it apparently used to but they changed it.
Connect With Us