Wow this is amazing. Had to adjust timers for my slow ass laptop, but it's been going a good 30 mins now. Amazing work. Thanks +Rep!
Wow this is amazing. Had to adjust timers for my slow ass laptop, but it's been going a good 30 mins now. Amazing work. Thanks +Rep!
Whats the way to make it select a different person from the friends list? My low lvl is #2 :/
Thanks for the help but the other script was not working for me. However it did help me to edit the one that was really close to working. here is mine.
MouseClick, left, 851, 359 ;inviteCode:; Script by 08449, also known as Adessis ; Version 1.2 ; 6/21/2012 ; Working with patch 1.03 Hotkey, F2, Pause ; If different pausebutton is needed, replace F2 with hotkey code F1:: ; If different pausebutton is needed, replace F1 with hotkey code loop { Send, o ;open friends sleep, 500 RandSleep(101,431) MouseClick, left, 851, 359 ;invite sleep, 500 RandSleep(501,731) MouseClick, left, 1776, 890 ;accept invite - If too fast, increase sleeptimer one rule above this ; This next click is needed when you don't leave game with lowlvl correctly, this happens ad random to me ; When script did leave the game like its supposed to, nothing happens. sleep, 1000 RandSleep(301,431) MouseClick, left, 401, 615 RandSleep(301,431) MouseClick, left, -607, 22 ;select window left RandSleep(401,631) MouseClick, left, 181, 415 ;resume game Sleep, 4000 ;Waittime before highlvl joins game - Time this yourself and adjust accordingly! RandSleep(101,431) Send, {ESC} ;open menu RandSleep(101,431) MouseClick, left, 474, 572 ;click leave game RandSleep(101,231) MouseClick, left, 422, 615 ;confirm leave Sleep, 1000 ;Wait timer to make sure highlvl left game - if not, increase sleeptimer RandSleep(401,531) ;SEARCH FOR ADRIA, you spawn at different locations so have to perform a pixelsearch ;Color might not work for everyone, use windowspy to find color that works for you Pixelsearch, Px, Py, 970, 40, 1145, 120,0x23243D, 4, fast RandSleep(201,367) MouseClick, left, %Px%, %Py% ;click adria Sleep, 3800 ;Waittime for walking to adria, if pressing esc to fast/slow adjust (Depends on movespeed) RandSleep(101,431) Send, {ESC} ;close conversation RandSleep(101,431) Send, {ESC} ;close quest complete panel RandSleep(101,431) Send, {ESC} ;open menu RandSleep(101,431) MouseClick, left, 474, 569 ;click leave game RandSleep(101,231) MouseClick, left, -392, 144 ;select window left RandSleep(101,231) sleep, 2000 } return ;restart script RandSleep(x,y) { Random, rand, %x%, %y% Sleep %rand% } Pause: pause return
when you double click the script right click on the AHK icon in the taskbar and bring up Window Spy you are looking for the "Active Window" coordinates
Pretty sure this has just been hotfixed, no longer getting exp for completing quest
EDIT: Forget what I said, Payment issues with blizzard led them to reducing my account to starter, preventing me from lvling past lvl 13![]()
This works absurdly well. Furiously leveling an army of hardcore alts before this is patched... (hopefully they don't retroactively ban for it)...
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
Hi, look at my posting in this tread, I modified the script to work at 1440x900.
Here is it, but it works a little different, then the original version.; Script by 08449, also known as Adessis
; Modified by darktic 1440x900
; 6/22/2012
; Working with patch 1.03
Hotkey, F2, Pause ; If different pausebutton is needed, replace F2 with hotkey code
F1:: ; If different pausebutton is needed, replace F1 with hotkey code
loop
{
Send, o ;open friends
RandSleep(801,931)
MouseClick, right, 630, 218 ;rightclick friend
RandSleep(501,731)
MouseClick, left, 691, 296 ;Request invite from friend
RandSleep(501,731)
MouseClick, left, -292, 11 ;select window left
RandSleep(501,731)
MouseClick, left, 698, 540 ;accept request
RandSleep(401,531)
MouseClick, left, 1331, 541 ;accept invite
RandSleep(401,531)
MouseClick, left, -493, 256 ;resume game
Sleep, 4000 ;Waittime before highlvl joins game - Time this yourself and adjust accordingly!
RandSleep(401,531)
Send, {ESC} ;open menu
RandSleep(1001,2031)
MouseClick, left, 397, 346 ;click leave game
RandSleep(401,531)
MouseClick, left, 339, 380 ;confirm leave
Sleep, 500 ;Wait timer to make sure highlvl left game - if not, increase sleeptimer
RandSleep(401,531)
MouseClick, left, 1075, 12 ;select window right
;SEARCH FOR ADRIA, you spawn at different locations so have to perform a pixelsearch
;Color might not work for everyone, use windowspy to find color that works for you
Pixelsearch, Px, Py, 8, 28, 396, 213,0x1E2438, 4, fast
RandSleep(201,367)
MouseClick, left, %Px%, %Py% ;click adria
Sleep, 3500 ;Waittime for walking to adria, if pressing esc to fast/slow adjust (Depends on movespeed)
RandSleep(201,431)
Send, {ESC} ;close conversation
RandSleep(201,431)
Send, {ESC} ;close quest complete panel
RandSleep(201,431)
Send, {ESC} ;open menu
RandSleep(201,431)
MouseClick, left, 402, 348 ;click leave game
RandSleep(201,231)
sleep, 2500
}
return ;restart script
RandSleep(x,y) {
Random, rand, %x%, %y%
Sleep %rand%
}
Pause:
pause
return
@threadstarter:
You could make an overview in your first thread witch lists the different version of the script(even mine).
Then everybody can find it easy.
I can't run @ 1080p.Anyone got a version for 720 or 1440x900?
Hm, I just can't get the script to run. I open up the script but nothing happens, period. Any way to test if it's my AHK installation? Some kind of print or text popup?
If you have your highlvl char window active and you press F1 then your mouse should move. You should also check your AHK-task symbol if its green (active) or red. Maybe rightclick the AHK-symbol and "reload this script" then selecting again the highlvl char window and press again F1.
Hi, look at my posting http://www.ownedcore.com/forums/diab...ml#post2329240
there is a different window setup then for the version from 08449. There are 2 pictures for screensetup.
Is there a way to search for a RANGE of colors, and choose the first one found?