Page 1 of 1
key spamming
Posted: August 22nd, 2006, 3:45 am
by simonbull
is it possible to bind 1 key use three or more specials at once
Posted: August 22nd, 2006, 7:43 am
by expurt
If you make a macro, you can assign it to a key in your keymap.
Macro SPam
Posted: August 22nd, 2006, 12:17 pm
by belhor
just make sure you put a pause command between the special commands (even as short as .1 scecond) otherwise, in my experience, the macro seems to get stuck on the last command.
a macro (called "attack" for this example) would be:
/ui action toolbarPane00;
/ui action toolbarSlot00;
/pause .1;
/ui action toolbarSlot01;
/pause .1;
etc.
to get it to repeat over and over add:
/macro attack;