Target-O-Matic (Archer targeting helper)

Have a tool thats good for Legends of Yore - or think there should be a tool I could write for you. Post the idea here and we'll work it out.

Target-O-Matic (Archer targeting helper)

Postby Aeronic » Tue Oct 25, 2011 5:48 pm

Hello!

This is my first post, but I've been a forum lurker for a few months now. I started playing an Archer recently and found that retargeting all the time was a bit tedious, so I made a simple AutoHotKey script that automates things with different lengths of loops.

http://dl.dropbox.com/u/1219541/Target-O-Matic.exe

I'll put the contents of the script here, just in case you are unsure of my intentions (or if you just want to change the assigned hotkeys or add to it or whatever!)

Code: Select all
Msgbox, Legends of Yore Archer Helper `n` This hotkey

script helps you play the Archer class. `n` It allows you

to quickly target and attack the nearest enemies, at

different sets of loops. If you need help, hit the H key

ingame! `n` `n` Made by Aeronic

#IfWinActive Legends of Yore
Q::
Loop 20
{
    Send {t}
Send {space}
Send {6}
    Sleep 30
}
Return

z::
Loop 30
{
    Send {t}
Send {space}
    Sleep 30
}
Return

x::
Loop 100
{
    Send {t}
Send {space}
    Sleep 30
}
Return

c::
Loop 300
{
    Send {t}
Send {space}
    Sleep 30
}
Return

v::
Loop 1000
{
    Send {t}
Send {space}
    Sleep 30
}
Return

f::
Pause
return

h::
Msgbox, Hotkeys: `n` Q - 20 loops of targeting +

healing (if First Aid skill/potion is on slot 6) `n` Z -  30

loops of targeting `n` X - 100 loops of targeting `n` C -

300 loops of targeting `n` V - 1000 loops of targeting

`n` F - Pause script `n` H - bring up this help `n` Tab=

Toggle hotkeys on or off (tray icon will have an S while

suspended)
return

Tab::
Suspend
return


You can still move while a loop is active, however it's a bit clunky, so I suggest only using the Z hotkey for most cases, while V is suited for level grinding. Q is unique in that it also heals you from whatever is in slot 6 on your hotbar (I suggest First Aid, since every turn you are also focusing as long as no enemies are in range)

In case you are concerned about there being malicious content in the exe, I ran the file through VirusTotal and here are the results:

http://www.virustotal.com/file-scan/rep ... 1319563996

Enjoy!
User avatar
Aeronic
 
Posts: 2
Joined: Tue Oct 25, 2011 5:19 pm
Location: Canada

Re: Target-O-Matic (Archer targeting helper)

Postby lego358blast » Sat Nov 12, 2011 11:38 am

may i have a screen shot of actual game-play? or is it the same in graphics?
lego358blast
 
Posts: 7
Joined: Fri Nov 11, 2011 5:38 pm

Re: Target-O-Matic (Archer targeting helper)

Postby Aeronic » Sat Nov 12, 2011 4:26 pm

lego358blast wrote:may i have a screen shot of actual game-play? or is it the same in graphics?


There isn't much to screenshot.. The script doesn't have a GUI as it's just a bunch of hotkeys. The closest thing to a GUI is the Help page, which is just a popup window describing the various hotkeys and what they do. The easiest way to find out is just to test it out (or grab a copy of Autohotkey and compile it yourself if you're wary of my copy)
User avatar
Aeronic
 
Posts: 2
Joined: Tue Oct 25, 2011 5:19 pm
Location: Canada


Return to Tools

Who is online

Users browsing this forum: Google [Bot] and 2 guests