fix bella recall retries and debug chat
All checks were successful
/ test (push) Successful in 20s

This commit is contained in:
Erik 2026-03-12 10:09:36 +01:00
parent 9079a7fa33
commit 0f168ee714
4 changed files with 70 additions and 14 deletions

View file

@ -457,9 +457,11 @@ STATE: {service_bella_jaw_run} ~~ {
SecsInStateGE 300
Expr {getvar[bellaJawRunRecoverAttempts]<3}
DO: DoAll
ChatExpr {\/a [bella] jaw_run stuck, recall retry +cstr[getvar[bellaJawRunRecoverAttempts]+1]+`/3`}
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}
SetState {service_bella_jaw_run}
IF: SecsInStateGE 300
@ -492,7 +494,7 @@ STATE: {service_bella_turn_in_jaw} ~~ {
ItemCountGE 1 {Insatiable Eater Jaw}
Expr {getvar[bellaTurnInAttempts]<3}
DO: DoAll
ChatExpr {\/a [bella] jaw turn-in timed out, retry +cstr[getvar[bellaTurnInAttempts]+1]+`/3`}
DoExpr {chatbox[`/a [bella] jaw turn-in timed out, retry `+cstr[getvar[bellaTurnInAttempts]+1]+`/3`]}
DoExpr {setvar[bellaTurnInAttempts,getvar[bellaTurnInAttempts]+1]}
Chat {/vt nav load to_fiun}
SetState {service_bella_turn_in_jaw}