Originally Posted by
jstine
...
For the area where clicking the play button works after it fails a mission and logs out, the code is thus (i think this is the right area):
; sometimes it drops back to Char selection ... (swtor1.3)
$r=_Imagesearcharea("pictures/play1.png",1,950,600,1030,740,$x,$y,$tolerance )
$r2=_Imagesearcharea("pictures/play2.png",1,950,600,1030,740,$x,$y,$tolerance )
$r3=_Imagesearcharea("pictures/play.png",1,800,600,1030,740,$x,$y,$tolerance )
...
Also, I noticed that the capitalization between the two aren't matched up either. Code block 1 has "Imagesearcharea", whereas block 2 is using "ImageSearchArea". Could this be a problem?
What about the numbers that come after the image file name? They don't match up either, could this be why it can't find the gplay buttons?