tolerance changed
This commit is contained in:
parent
f88912666c
commit
85764fed2d
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user