tolerance changed

This commit is contained in:
rdavidek 2025-12-14 20:05:39 +01:00
parent f88912666c
commit 85764fed2d
3 changed files with 52 additions and 52 deletions

View File

@ -1,5 +1,5 @@
#Pokémon GO Automatizace - Nastavení
#Fri Dec 12 11:08:56 CET 2025
#Sun Dec 14 20:04:32 CET 2025
autoklik.count=500
window.width=807
transfer.delay=0

View File

@ -364,7 +364,7 @@ public class PokemonGoAutomation {
}
}
if (bestScore > 0.92) {
if (bestScore > 0.80) {
Point bestMatch = new Point(
windowBounds.x + bestX + (tWidth / 2),
windowBounds.y + bestY + (tHeight / 2));
@ -583,7 +583,7 @@ public class PokemonGoAutomation {
System.out.println("Čekám na INCLUDE dialog...");
robot.delay(100);
if (clickIncludeButton(70)) {
if (clickIncludeButton(110)) {
System.out.println("Čekám na potvrzovací dialog t3...");
robot.delay(100);
clickConfirmTransferButton(t3Template, 70);