gate bella jaw backoff by attempts
All checks were successful
/ test (push) Successful in 18s

This commit is contained in:
Erik 2026-03-12 10:33:46 +01:00
parent 5dcee09b7b
commit 52a1006372
4 changed files with 56 additions and 8 deletions

View file

@ -454,14 +454,16 @@ STATE: {service_bella_jaw_run} ~~ {
Chat {/vt opt set lootonlyrarecorpses false}
SetState {service_bella_jaw_hunt}
IF: All
SecsInStateGE 30
SecsInStateGE 300
Expr {getvar[bellaJawRunRecoverAttempts]<3}
DO: DoAll
DoExpr {chatbox[`/a [bella] jaw_run stuck, recall retry `+cstr[getvar[bellaJawRunRecoverAttempts]+1]+`/3`]}
DoExpr {setvar[bellaJawRunRecoverAttempts,getvar[bellaJawRunRecoverAttempts]+1]}
Chat {/vt nav load nav_portal_recall}
SetState {service_bella_jaw_run}
IF: SecsInStateGE 300
IF: All
SecsInStateGE 300
Expr {getvar[bellaJawRunRecoverAttempts]>=3}
DO: SetState {service_bella_backoff}
~~ }
STATE: {service_bella_jaw_hunt} ~~ {