Post Reply Home » Forums » Star Wars Galaxies » Star Wars Galaxies Discussions

auto attack? : Star Wars Galaxies Discussions

Posted: June 25th, 2008
Total Posts:21 Joined:2006
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
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
User avatar
Total Posts:57 Joined:2008
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
Total Posts:25 Joined:2008
I know its a semi-necro but purchasing a g15 logitech keyboard will make you one happy afk-er.
Posted: March 21st, 2009
Premium
Total Posts:102 Joined:2006
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
Total Posts:15 Joined:2009
cyborg command performance is gamer keypad eazy to program and u mite possibly be able to do what u want with it
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 47 guests
Post Reply