Originally Posted by
thebin2
Rippy how would you modify the script so that it would work for 1680x1050? or could you do it? please. i have a barb at 52 and its taking forever

Code:
While 1
WinWaitActive("Diablo III")
Sleep(100) ;Pauses for 100ms which is 1/10 a second
;Pausing while the user loads and after refresh.
MouseClick("Left", 230, 405, 1) ;The coordinates for your resume game button.
sleep(3500)
Send("{SPACE}")
Sleep(800); Time to wait on the captain running
MouseClick("Left", 1530, 760, 1)
Send("2"); Cast whatever is on your first action bar.
Sleep(4000); Time to wait at the ledge.
MouseClick("Left", 290, 190, 1)
Sleep(2500); Time to wait before clicking the door
MouseClick("Left", 650, 200, 1)
Sleep(5000); Time to wait before pressing escape
Send("{ESC}")
Sleep(100); Time to wait before pressing Leave Game
MouseClick("Left", 840, 565, 1)
Sleep(12000); do not scan straight away
Wend
Func close()
Exit
EndFunc
Enjoy. Auto-it only.