bore/neftet: fix AH landblock to 3378184192
All checks were successful
/ test (push) Successful in 21s

This commit is contained in:
Erik 2026-04-14 23:54:48 +02:00
parent 5fec19be37
commit d294a79fbf
4 changed files with 16 additions and 16 deletions

View file

@ -469,10 +469,10 @@ STATE: {service_bella_ah_primary} ~~ {
Chat {/vt opt set enablelooting false}
Chat {/vt opt set NavPriorityBoost false}
Chat {/vt opt set navclosestoprange 0.008}
IF: Expr {getplayerlandblock[]==3378348032}
IF: Expr {getplayerlandblock[]==3378184192}
DO: Chat {/vt nav load ah_primary}
IF: All
Expr {getplayerlandblock[]!=3378348032}
Expr {getplayerlandblock[]!=3378184192}
SecsInStateGE 30
DO: DoAll
Chat {/a [bella] wrong ah_primary landblock, restarting AH entry}
@ -588,10 +588,10 @@ STATE: {service_bella_ah_secondary} ~~ {
DO: DoExpr {setvar[bellaAhSecondaryAttempts,getvar[bellaAhSecondaryAttempts]+1]}
IF: Expr {getvar[bellaAhSecondaryAttempts]>=3}
DO: SetState {service_bella_backoff}
IF: Expr {getplayerlandblock[]==3378348032}
IF: Expr {getplayerlandblock[]==3378184192}
DO: Chat {/vt nav load ah_secondary}
IF: All
Expr {getplayerlandblock[]!=3378348032}
Expr {getplayerlandblock[]!=3378184192}
SecsInStateGE 30
DO: DoAll
Chat {/a [bella] wrong ah_secondary landblock, restarting AH entry}