12-24-2014, 10:02 PM
Maybe 10 seconds is a bit too soon.. If you don't mind editing inside the code, just go to the code and looks for this part
Change "If $i = 50" to "If $i = 75" (it will wait for 15 seconds instead of 10). It'd be great if you can update me on how it does so I can update it in the main code for everyone
Code:
Func CheckSearch()
Sleep(2000)
$GoldCheck = ""
$i = 0
While $GoldCheck = ""
$i += 1
If $i = 50 Then
If CheckScreenChange(0.25,0.25,0.75,0.75,500) Then
ControlClick ($HWnD, "","", "left", "1", 715*$x_ratio, 405*$y_ratio) ;Click Next
$i = 0
Change "If $i = 50" to "If $i = 75" (it will wait for 15 seconds instead of 10). It'd be great if you can update me on how it does so I can update it in the main code for everyone