widen bella marketplace checks to landblock
All checks were successful
/ test (push) Successful in 26s
All checks were successful
/ test (push) Successful in 26s
This commit is contained in:
parent
119a50cff6
commit
3ccdb34ab7
4 changed files with 24 additions and 24 deletions
12
af/bore.af
12
af/bore.af
|
|
@ -350,18 +350,18 @@ STATE: {service_bella_mp_primary} ~~ {
|
|||
Chat {/vt opt set enablelooting false}
|
||||
Chat {/vt opt set NavPriorityBoost false}
|
||||
Chat {/vt opt set navclosestoprange 0.008}
|
||||
IF: Expr {getplayerlandcell[]==23855548}
|
||||
IF: Expr {getplayerlandblock[]==23855104}
|
||||
DO: DoAll
|
||||
Chat {/vt nav load mp_primary}
|
||||
IF: All
|
||||
Expr {getplayerlandcell[]!=23855548}
|
||||
Expr {getplayerlandblock[]!=23855104}
|
||||
SecsInStateGE 2
|
||||
DO: DoAll
|
||||
Chat {/a [bella] wrong mp_primary landcell, retrying marketplace portal}
|
||||
Chat {/mp}
|
||||
SetState {service_bella_mp_primary}
|
||||
IF: All
|
||||
Expr {getplayerlandcell[]==23855548}
|
||||
Expr {getplayerlandblock[]==23855104}
|
||||
ExitPortal
|
||||
DO: DoAll
|
||||
Chat {/vt nav load jaw_1}
|
||||
|
|
@ -459,17 +459,17 @@ STATE: {service_bella_mp_trans} ~~ {
|
|||
STATE: {service_bella_mp_secondary} ~~ {
|
||||
IF: Death
|
||||
DO: SetState {death}
|
||||
IF: Expr {getplayerlandcell[]==23855548}
|
||||
IF: Expr {getplayerlandblock[]==23855104}
|
||||
DO: Chat {/vt nav load mp_secondary}
|
||||
IF: All
|
||||
Expr {getplayerlandcell[]!=23855548}
|
||||
Expr {getplayerlandblock[]!=23855104}
|
||||
SecsInStateGE 2
|
||||
DO: DoAll
|
||||
Chat {/a [bella] wrong mp_secondary landcell, retrying marketplace portal}
|
||||
Chat {/mp}
|
||||
SetState {service_bella_mp_secondary}
|
||||
IF: All
|
||||
Expr {getplayerlandcell[]==23855548}
|
||||
Expr {getplayerlandblock[]==23855104}
|
||||
ExitPortal
|
||||
DO: DoAll
|
||||
Chat {/vt opt set enablecombat true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue