From 591f273a1d68dc080d21e9e71d20b119275c9590 Mon Sep 17 00:00:00 2001 From: Speedy0197 <49158860+Speedy0197@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:12:42 +0100 Subject: [PATCH] count shinedust after wonderpick and claimSpecialMission Signed-off-by: Speedy0197 <49158860+Speedy0197@users.noreply.github.com> --- Scripts/1.ahk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Scripts/1.ahk b/Scripts/1.ahk index cddcc07c..26c54575 100644 --- a/Scripts/1.ahk +++ b/Scripts/1.ahk @@ -690,12 +690,6 @@ if(DeadCheck = 1 && deleteMethod != "Create Bots (13P)") { EndOfRun: - if(ocrShinedust && injectMethod && loadedAccount && s4tEnabled) { - GoToMain() - ; FindImageAndClick(120, 500, 155, 530, , "Social", 143, 518, 500) - CountShinedust() - } - if(wonderpickForEventMissions) { GoToMain() FindImageAndClick(240, 80, 265, 100, , "WonderPick", 59, 429) ;click until in wonderpick Screen @@ -715,6 +709,12 @@ if(DeadCheck = 1 && deleteMethod != "Create Bots (13P)") { setMetaData() } + if(ocrShinedust && injectMethod && loadedAccount && s4tEnabled) { + GoToMain() + ; FindImageAndClick(120, 500, 155, 530, , "Social", 143, 518, 500) + CountShinedust() + } + ; Hourglass spending IniRead, spendHourGlass, %A_ScriptDir%\..\Settings.ini, UserSettings, spendHourGlass, 0 if (spendHourGlass = 1 && !(deleteMethod = "Inject 13P+" && accountOpenPacks >= maxAccountPackNum || deleteMethod = "Inject Missions" && accountOpenPacks >= maxAccountPackNum)) {