bore/neftet: fix AH landblock to 3378184192
All checks were successful
/ test (push) Successful in 21s
All checks were successful
/ test (push) Successful in 21s
This commit is contained in:
parent
5fec19be37
commit
d294a79fbf
4 changed files with 16 additions and 16 deletions
|
|
@ -391,10 +391,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}
|
||||
|
|
@ -510,10 +510,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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -3738,7 +3738,7 @@ n
|
|||
s
|
||||
e
|
||||
s
|
||||
getplayerlandblock[]==3378348032
|
||||
getplayerlandblock[]==3378184192
|
||||
s
|
||||
/vt nav load ah_primary
|
||||
s
|
||||
|
|
@ -3766,7 +3766,7 @@ n
|
|||
s
|
||||
e
|
||||
s
|
||||
getplayerlandblock[]!=3378348032
|
||||
getplayerlandblock[]!=3378184192
|
||||
i
|
||||
6
|
||||
i
|
||||
|
|
@ -4534,7 +4534,7 @@ n
|
|||
s
|
||||
e
|
||||
s
|
||||
getplayerlandblock[]==3378348032
|
||||
getplayerlandblock[]==3378184192
|
||||
s
|
||||
/vt nav load ah_secondary
|
||||
s
|
||||
|
|
@ -4562,7 +4562,7 @@ n
|
|||
s
|
||||
e
|
||||
s
|
||||
getplayerlandblock[]!=3378348032
|
||||
getplayerlandblock[]!=3378184192
|
||||
i
|
||||
6
|
||||
i
|
||||
|
|
|
|||
|
|
@ -4582,7 +4582,7 @@ n
|
|||
s
|
||||
e
|
||||
s
|
||||
getplayerlandblock[]==3378348032
|
||||
getplayerlandblock[]==3378184192
|
||||
s
|
||||
/vt nav load ah_primary
|
||||
s
|
||||
|
|
@ -4610,7 +4610,7 @@ n
|
|||
s
|
||||
e
|
||||
s
|
||||
getplayerlandblock[]!=3378348032
|
||||
getplayerlandblock[]!=3378184192
|
||||
i
|
||||
6
|
||||
i
|
||||
|
|
@ -5378,7 +5378,7 @@ n
|
|||
s
|
||||
e
|
||||
s
|
||||
getplayerlandblock[]==3378348032
|
||||
getplayerlandblock[]==3378184192
|
||||
s
|
||||
/vt nav load ah_secondary
|
||||
s
|
||||
|
|
@ -5406,7 +5406,7 @@ n
|
|||
s
|
||||
e
|
||||
s
|
||||
getplayerlandblock[]!=3378348032
|
||||
getplayerlandblock[]!=3378184192
|
||||
i
|
||||
6
|
||||
i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue