I have tried changing everything. Nothing works.
V1.2 rocks!!! But there are instances where the script would fail and close the lvlers windowi cant trust being afk from it for more than 20 mins
I tweaked it to run overnight. I increased delays until it ran for 10 minutes without issues, then I increased delays a bit more for efficiency. I've had this running for 30 minutes now.
Key changes:
Follower joins highlvl's party directly from previous game without leaving to Main Menu (saves a lot of time)
--This also removes the need for cancelling the quest reward notification, so I removed that as well (saves a bit of time)
Increased delays (for overnight efficiency)
Removed a delay before restarting the script. I'm not quite sure what it was for (saves some time)
Issues:
Rarely, while running to Adria it will click on Leah opening her chat dialogue - Fixes itself
--Probably fixable, but not a big enough issue for me to put the time into
Code:; 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 RandSleep(818,1032) MouseClick, left, 851, 359 ;invite RandSleep(807,1092) MouseClick, left, 1780, 890 ;accept invite - If too fast, increase sleeptimer one rule above this RandSleep(301,511) MouseClick, left, 401, 615 ;Click to confirm leaving current game in order to join highlvl's party RandSleep(301,431) MouseClick, left, -607, 22 ;select window left RandSleep(827,1043) 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, 500 ;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,0x1E2438, 4, fast RandSleep(201,367) MouseClick, left, %Px%, %Py% ;click adria Sleep, 3500 ;Wait time for walking to adria, if pressing esc to fast/slow adjust (Depends on movespeed) RandSleep(101,431) Send, {ESC} ;close conversation RandSleep(101,231) MouseClick, left, -392, 144 ;select window left RandSleep(514,628) } return ;restart script RandSleep(x,y) { Random, rand, %x%, %y% Sleep %rand% } Pause: pause return
Last edited by JackLinks; 06-21-2012 at 11:31 PM.
thanks! ill test this out hopefully it works for me too
Jack, your tweak is working great so far. Thanks for this![]()
I have a 37 inch monitor i play on, i have the resolution settings set to 1920x1080 both in game and on my screen. when i make the games as small as i can it just clicks off screen and isnt working slightly. any help would be great.
How are you guys able to get 2 Diablo3 screens on your desktop? I tried creating a shortcut and using -launch at the end of the string but it's not very stable.
same here he closes the right window after 5 min
Anyone else ran into problem running the second client ?
For some reason my second clients loading times are Extremely sluggish, i mean really Really slow. (5mins to load menu), but afterwards everything works great.
And yes i'm running it as admin aswell.![]()
Last edited by Daniel333; 06-22-2012 at 02:00 AM.
I found that adding a delay before the high level char resumes game to be working wonders for me. I have been running it flawless for the past hour without any hiccups.
Also note that blizzard servers can mess the cycle up.