Originally Posted by
BlackSack
Take a look inside the tesseract.au3 there are lots of comments and documentation, if you still need help ill explain
That was some good info. Im still unsure why you use:
Code:
$mon = _TesseractScreenCapture(0, "", 1, 2, 1454 * $x_ratio, 508 * $y_ratio, (1920 - 1571) * $x_ratio, (1080 - 525) * $y_ratio, 0)
vs
Code:
$mon = _TesseractScreenCapture(0, "", 1, 2, 1454 * $x_ratio, 508 * $y_ratio, 1571 * $x_ratio, 535 * $y_ratio, 0)
Im just not understanding (1920 - 1571). Which i guess is more autoIt than the tesseract. The rest of it i fully understand now after reading the tesseract.au3.
Also, my GPH is working just fine, even with the default settings so long as it finds my starting gold. I have about a 50-50 chance of it grabbing my correct starting gold, but after that is seems really accurate, but if it doesnt find the starting gold, everything goes way out of whack and has no chance of correcting itself later. Any idea what would cause it to grab incorrect starting gold? The inventory is opening properly, and closing. Then the run starts just fine.
I have tried increasing the scale to 5 and higher, but still get inaccurate number sometimes.