AHK Quester for Doer of Deeds

Posts 1–15 of 82 · Page 1 of 6
AHK Quester for Doer of Deeds
This AHK script does the Doer of Deeds quest.
0° camera angle is needed
It auto ignores the necessary enemies as so it only kills 7 enemies each time.
You need to turn on autoaim before starting.
This requires CrazyClient and AT LEAST 50 speed

New features:
Successful 100% of the time I tested it
Works in background(actually, recommended to leave it in background and not touch it)
Quest counter
Exit hotkey
Does amount of loops necessary to get to 1050 quests(50 extra in case of failure)

Instructions:

Run AHK_Quester.exe

F10 to start(have crazyclient in background, doesn't need to be in focus)
F9 to show quests completed(also pauses the script untill you press OK)
F12 to exit script

Thanks to Duffy for helping me rework the script and clean up a lot of the code, and with making it run in the background.

Source code is included.

 
Screenshots










 
Virusscans


AHK_Quester_mpgh.net.zip531 KB · 640 downloads 2/61 malicious
Looking into this now.
Thanks for the release.
Nice release boi
thanks for the release, good to know they're approving some threads
looked at the code, realized it wasn't 50 speed only, but rather 50+ speed
This requires CrazyClient and 50 speed.
Thanks for your contribution to the community! It's a really good tool!

Edit: Nevermind, I was just confused by the "50 speed" requirement and thought it was 50 speed only, but from what I can tell from the code you're using the /setspd command, which I suppose means that any speed above 50 should be fine as well.
Quote Originally Posted by Natiiix View Post
Not to be rude or anything, I'm thankful you took your time to make this, but if you require CC, couldn't you use the /speed command to ensure the 50 speed and remove the speed requirement?
Or is the requirement 50+ speed and you're already doing that?
I haven't had time to look at it yet, so I can't tell.
the req is 50 or more speed, sorry I should have worded that better. Thanks for the feedback!
Gets stuck in a corner in the first room (http : / / prntscr . com / hu4rvo) every time, I have more than 50 speed, default camera location, etc. Also tried on different classes
Judging by your screenshot you're not playing at a 0 degree angle. Also make sure that the CC window is not focused.
@Nyaro , can you edit into the first paragraph that 0° camera angle is needed?
Quote Originally Posted by A_Random_Idiot View Post
@Nyaro , can you edit into the first paragraph that 0° camera angle is needed?
Uhh i edited now did you want it like this?
sadly if you are not using a English keyboard it write
: instead of /
I try to send french keyboard instruction but anyway if you know what i should do to internationalize the script let me know
Code:
PostMessage 0x50, 0, 0x040C
it didn't make the trick
Quote Originally Posted by gorgor View Post
sadly if you are not using a English keyboard it write
: instead of /
I try to send french keyboard instruction but anyway if you know what i should do to internationalize the script let me know
Code:
PostMessage 0x50, 0, 0x040C
it didn't make the trick
Well there's quite a few places to replace it, but if you open the file with notepad and swap all the / with +3 it might work. (granted shift + the key 3 = / on a french keyboard) I tried this with both Danish keyboards, American, English, Swedish etc and it seemed to work with / directly inputted.
Have you tried NOT having the client focused? The script tends to bug out a bit if the script is focused due to ControlSend and Flash not being good friends. Some of the inputs tend to just magically disappear if focused.


Update: Frenchies are weird as fuck and apparently have a seperate key for /. I'd recommend you manually change every / with your own key in the ahk file. (can be done using notepad)
This shit is lit af took me a second to figure it out but it's dope
your inputbox is one comma , short

the last setspd in the code is unnecessary imo

how about {NumpadDiv} for that french guy above??

several sleeps can be done shorter

...also u could try multiplying your keydown sleeps with factors according to one's actual speed value...someone tried that before on this forum dunno the thread, read wiki character stats saying actual speed in TPS (tiles per second) = 4 + 5.6 * (SPD / 75)
Posts 1–15 of 82 · Page 1 of 6
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?