Originally Posted by
Jordanong
what is the min speed? i didnt have additional movement speed so i put it at 0, but it doesnt work for me
Ok then I think you may manually tweak the values in the script.
In the lines
Code:
;Custom running for the 800x600. Sometimes I wonder if it's faster to just buy everyone a 1080P monitor...
If Int($R) == 1 Then
MouseMove(11, 220)
Sleep(400)
Send("{4}")
MouseDown("middle")
Sleep($RunTime)
MouseUp("middle")
Sleep(2000)
#cs $CellarIcon = PixelSearch(630, 70, 741, 149, 0x71341A, 5)
if not @error then
ConsoleWrite("Foundtheseller" & @LF)
EndIf
#ce
Else
Move($Loc1[$R][0], $Loc1[$R][1])
Sleep(200)
Send("{4}")
Sleep(500)
Move($Loc2[$R][0], $Loc2[$R][1])
Sleep(1100)
Move($Loc3[$R][0], $Loc3[$R][1])
EndIf
first half are for 800*600 and second half are for 1080P