remove cell check in Default state
All checks were successful
/ test (push) Successful in 18s

This commit is contained in:
Johan Lundberg 2025-12-02 22:27:06 +01:00
parent f6b5dd8bc9
commit 36564ec792
2 changed files with 5 additions and 26 deletions

View file

@ -52,8 +52,6 @@ STATE: {Default} ~~ {
DoExpr {setvar[ChestType,Legendary Chest]}
Chat {/vt opt set enablenav true}
Chat {/vt opt set enablelooting true}
IF: Not CellE C95B0027
DO: SetState {recall}
IF: All
MainSlotsLE 4
DO: SetState {go_to_chests}
@ -62,7 +60,7 @@ STATE: {go_to_chests} ~~ {
IF: Always
DO: DoAll
Chat {/vt nav load legendary_chests}
SetWatchdog 10 300 {Default}
SetWatchdog 10 300 {recall}
IF: NavEmpty
DO: SetState {Check}
@ -81,7 +79,7 @@ STATE: {recall} ~~ {
IF: Always
DO: DoAll
Chat {/vt nav load legendary_chests_ah}
SetWatchdog 10 300 {Default}
SetWatchdog 10 300 {recall}
IF: NavEmpty
DO: SetState {Default}
~~ }