From 0946ce4f655eb47f21e54c1a751b711246271dc9 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Thu, 16 Jul 2026 13:16:02 +0900 Subject: [PATCH] feat: Add new "q4h" preset for user-defined task sequences in daily automation --- ba_daily.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ba_daily.py b/ba_daily.py index d07ae2d..6f1180f 100644 --- a/ba_daily.py +++ b/ba_daily.py @@ -55,8 +55,11 @@ PRESETS = { "daily": [ "login", "event_sweep", "cafe", "event_sweep", "circle", "lesson", "arena", "shop_common", "shop_tactical", "event_sweep", "bounty", - "mailbox", "stamina", "event_sweep", + "gem_shop", "mailbox", "stamina", "event_sweep", ], + "q4h": [ + "login", "cafe", "mailbox", "event_sweep" + ] } # How many times _ensure_home retries navigation.return_to_home as a whole