Log in

View Full Version : Mapping a movement direction 3 times...



Havelcek
09-09-2008, 03:31 PM
I'm sure I'm just overlooking something obvious here so I figured I'd just embarrass myself and ask.

I have WASD for movement on all 5 characters, obviously not set to pass in keyclone. I also have my spread macro set to the down arrow.

This means that in keybindings on my clones I have one of the WASD keys, plus the down arrow on one of the "Forward, Back, Strafe Left, Strafe Right" keys.

Now for some of the more complex fights you might want to strafe all your clones forward or left or right, but how do I set them all to Strafe Right for example, when I already have 2 keybindings used for Strafe Right...my normal movement and the spread macro?

Thanks!

zanthor
09-09-2008, 03:35 PM
http://www.wowwiki.com/API_SetBinding

/script SetBinding("i","MOVEFORWARD") for example would set the I key to move forward.

I've played with this some, and when you edit your keybindings with the traditional window it gets odd...

Havelcek
09-09-2008, 04:59 PM
interesting, thank you