Page 1 of 1
auto attack?
Posted: June 25th, 2008, 8:50 am
by malifaxis
Is there a way to make your guy auto attack while doing afk combat, i know you can map "toggle repeat auto attack" (i think that is what it is called) to a key i.e. F. Can you put that key it is mapped to in the combat macro so your guy will auto attack? Thanks
Posted: June 27th, 2008, 12:13 am
by kekelala
You can do it with autoit, but you can not do it without using an external program. Most people just put their specials on a toolbar and spam them.
Posted: June 27th, 2008, 12:04 pm
by genosis
This is by no way a complete macro / bot, just the AutoIT code snipet you *could* use for sutch a action.
Code: Select all
Send ("LEFT down")
Sleep (9000)
Send ("LEFT up")
Basically it tells the game to hold down the left mouse button for 9 seconds, and then release it...
Alternatly you can map the auto attack button to a key, making a toggle..
Code: Select all
Send ("X")
Sleep (9000)
Send ("X")
(asuming you bind it to X key, then thats how a toggle could look)
Not entierly sure i need the extra X after the 9 second pause, tired and overworked, doing this on freehand without editor started.

Posted: March 20th, 2009, 12:40 am
by sgreger
I know its a semi-necro but purchasing a g15 logitech keyboard will make you one happy afk-er.
Posted: March 21st, 2009, 5:05 am
by cfdfireman749
Something low-tech you can try is have an auto-target macro running (ie: target yourself then cycle target outwards once every few seconds) and tape down the left mouse button. I've used that many times in the past when I haven't been able to be around the keyboard.
Posted: July 16th, 2009, 11:20 am
by imfried
cyborg command performance is gamer keypad eazy to program and u mite possibly be able to do what u want with it