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} ~~ {
|
||||
|
|
|
|||
|
|
@ -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} ~~ {
|
||||
|
|
|
|||
26
met/bore.met
26
met/bore.met
|
|
@ -3541,7 +3541,7 @@ n
|
|||
i
|
||||
6
|
||||
i
|
||||
30
|
||||
300
|
||||
i
|
||||
26
|
||||
TABLE
|
||||
|
|
@ -3599,11 +3599,33 @@ service_bella_jaw_run
|
|||
s
|
||||
service_bella_jaw_run
|
||||
i
|
||||
6
|
||||
2
|
||||
i
|
||||
1
|
||||
TABLE
|
||||
2
|
||||
K
|
||||
V
|
||||
n
|
||||
n
|
||||
2
|
||||
i
|
||||
6
|
||||
i
|
||||
300
|
||||
i
|
||||
26
|
||||
TABLE
|
||||
2
|
||||
k
|
||||
v
|
||||
n
|
||||
n
|
||||
1
|
||||
s
|
||||
e
|
||||
s
|
||||
getvar[bellaJawRunRecoverAttempts]>=3
|
||||
s
|
||||
service_bella_backoff
|
||||
s
|
||||
|
|
|
|||
|
|
@ -4293,7 +4293,7 @@ n
|
|||
i
|
||||
6
|
||||
i
|
||||
30
|
||||
300
|
||||
i
|
||||
26
|
||||
TABLE
|
||||
|
|
@ -4351,11 +4351,33 @@ service_bella_jaw_run
|
|||
s
|
||||
service_bella_jaw_run
|
||||
i
|
||||
6
|
||||
2
|
||||
i
|
||||
1
|
||||
TABLE
|
||||
2
|
||||
K
|
||||
V
|
||||
n
|
||||
n
|
||||
2
|
||||
i
|
||||
6
|
||||
i
|
||||
300
|
||||
i
|
||||
26
|
||||
TABLE
|
||||
2
|
||||
k
|
||||
v
|
||||
n
|
||||
n
|
||||
1
|
||||
s
|
||||
e
|
||||
s
|
||||
getvar[bellaJawRunRecoverAttempts]>=3
|
||||
s
|
||||
service_bella_backoff
|
||||
s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue