Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Scripts/1.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)) {
Expand Down