Page 1 of 1

my targetting fix

Posted: December 24th, 2006, 12:37 pm
by andmer
So in my keymap I have left click do "Primary Action / Primary Attack" but the problem is it should be "Set Intended Target/Primary Action/Primary Attack"

I hate having to press 1 key to set intended target and then the normal one to interact. So i made an auto hot key script to fix this.

download this software
Register to unlock hidden link

In your keymap, F12 to set intended target.
and run the attached auto it script.

.ahk extension was not allowed, so just remove the .txt and make the file swg.ahk to run after installation.

You can edit it if you want to change the set intended target hotkey if you choose.


Script contents look like this, its only active when SWG is active window.

#IfWinActive, ahk_class Star Wars Galaxies
~*$LButton::
Send {F12}
Send {LButton down}
return
#IfWinActive

Posted: December 24th, 2006, 4:58 pm
by expurt
Nice work. Although F12 might conflict with many users second toolbar row. It looks easy enough to change.

BTW you can always zip files with disallowed file names.

Can premium members yay or nay this script for moving to confirmed.

Posted: January 2nd, 2007, 9:41 am
by droopy04
I'll have to try this... how is the delay time? Is it instant?

Posted: January 4th, 2007, 11:37 am
by andmer
yeah its instant. can't play without it anymore heh.

Posted: January 4th, 2007, 11:51 am
by droopy04
I love it... only thing that is annoying is that I have it mapped to "x" and now when I click, x is type lol... I have to change it.

Posted: January 4th, 2007, 7:03 pm
by andmer
droopy04 wrote:I love it... only thing that is annoying is that I have it mapped to "x" and now when I click, x is type lol... I have to change it.
yeah, thats why i mapped it to F12, which i really never used anyway.

Posted: January 10th, 2007, 9:09 am
by nimisis
im not understanding how to actually use and script the auto-it program, any chance someone can give an easy detailed guide on crating and using it for this?