This commit is contained in:
parent
5dcee09b7b
commit
52a1006372
4 changed files with 56 additions and 8 deletions
|
|
@ -389,14 +389,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} ~~ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue