This commit is contained in:
parent
9079a7fa33
commit
0f168ee714
4 changed files with 70 additions and 14 deletions
|
|
@ -392,9 +392,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
|
||||
|
|
@ -427,7 +429,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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue