widen bella marketplace checks to landblock
All checks were successful
/ test (push) Successful in 26s

This commit is contained in:
Erik 2026-03-12 09:01:55 +01:00
parent 119a50cff6
commit 3ccdb34ab7
4 changed files with 24 additions and 24 deletions

View file

@ -415,18 +415,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}
@ -524,17 +524,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}