This commit is contained in:
ddaodan
2025-06-23 16:04:02 +08:00
committed by GitHub
parent 62c473c33d
commit 70e0be32c6
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
*/
this.clickWithVerification = async function(x, y, targetText, maxRetries = 20) {
for (let i = 0; i < maxRetries; i++) {
keyUp("LBUTTON");
click(x, y);
await sleep(400);
@@ -58,6 +59,7 @@ async function () {
let isValid = false;
let condensedResin = null;
let originalResin = null;
let fragileResin = null;
let isResinEmpty = false;
let dobuleReward = false;