use portal recall nav for bella retries
All checks were successful
/ test (push) Successful in 19s

This commit is contained in:
Erik 2026-03-12 10:21:56 +01:00
parent 0f168ee714
commit 5dcee09b7b
5 changed files with 19 additions and 94 deletions

View file

@ -389,15 +389,12 @@ STATE: {service_bella_jaw_run} ~~ {
Chat {/vt opt set lootonlyrarecorpses false}
SetState {service_bella_jaw_hunt}
IF: All
SecsInStateGE 300
SecsInStateGE 30
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]}
DoExpr {actiontrycastbyid[2645]}
DoExpr {actiontrycastbyid[2645]}
DoExpr {actiontrycastbyid[2645]}
Chat {/vt nav load jaw_1}
Chat {/vt nav load nav_portal_recall}
SetState {service_bella_jaw_run}
IF: SecsInStateGE 300
DO: SetState {service_bella_backoff}