add neftet flag to disable augment services
All checks were successful
/ test (push) Successful in 30s
All checks were successful
/ test (push) Successful in 30s
This commit is contained in:
parent
721db55e0c
commit
a5eff02ca1
2 changed files with 68 additions and 1 deletions
|
|
@ -80,6 +80,8 @@ STATE: {Default} ~~ {
|
|||
DO: DoExpr {setvar[augResistFrostTarget, 0]}
|
||||
IF: Not Expr {testvar[augResistAcidTarget]}
|
||||
DO: DoExpr {setvar[augResistAcidTarget, 0]}
|
||||
IF: Not Expr {testvar[disableAugmentServices]}
|
||||
DO: DoExpr {setvar[disableAugmentServices, 0]}
|
||||
IF: Not Expr {testvar[serviceCheckInterval]}
|
||||
DO: DoExpr {setvar[serviceCheckInterval, 43200]}
|
||||
IF: Not Expr {testvar[serviceClock]}
|
||||
|
|
@ -322,10 +324,12 @@ STATE: {service_decide} ~~ {
|
|||
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
||||
DO: SetState {service_stipend}
|
||||
IF: All
|
||||
Expr {getvar[disableAugmentServices]!=1}
|
||||
ItemCountGE 1 {Blank Augmentation Gem}
|
||||
Expr {getvar[pendingAugments]==1}
|
||||
DO: SetState {service_apply_augment}
|
||||
IF: All
|
||||
Expr {getvar[disableAugmentServices]!=1}
|
||||
Expr {getqueststatus[`augmentationblankgemacquired`]==1}
|
||||
Expr {getvar[pendingAugments]==1}
|
||||
DO: SetState {service_bella_start}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ n
|
|||
n
|
||||
n
|
||||
n
|
||||
264
|
||||
265
|
||||
i
|
||||
20
|
||||
i
|
||||
|
|
@ -614,6 +614,43 @@ n
|
|||
s
|
||||
e
|
||||
s
|
||||
testvar[disableAugmentServices]
|
||||
TABLE
|
||||
2
|
||||
k
|
||||
v
|
||||
n
|
||||
n
|
||||
1
|
||||
s
|
||||
e
|
||||
s
|
||||
setvar[disableAugmentServices, 0]
|
||||
s
|
||||
Default
|
||||
i
|
||||
21
|
||||
i
|
||||
7
|
||||
TABLE
|
||||
2
|
||||
K
|
||||
V
|
||||
n
|
||||
n
|
||||
1
|
||||
i
|
||||
26
|
||||
TABLE
|
||||
2
|
||||
k
|
||||
v
|
||||
n
|
||||
n
|
||||
1
|
||||
s
|
||||
e
|
||||
s
|
||||
testvar[serviceCheckInterval]
|
||||
TABLE
|
||||
2
|
||||
|
|
@ -3103,7 +3140,20 @@ K
|
|||
V
|
||||
n
|
||||
n
|
||||
3
|
||||
i
|
||||
26
|
||||
TABLE
|
||||
2
|
||||
k
|
||||
v
|
||||
n
|
||||
n
|
||||
1
|
||||
s
|
||||
e
|
||||
s
|
||||
getvar[disableAugmentServices]!=1
|
||||
i
|
||||
12
|
||||
TABLE
|
||||
|
|
@ -3148,7 +3198,20 @@ K
|
|||
V
|
||||
n
|
||||
n
|
||||
3
|
||||
i
|
||||
26
|
||||
TABLE
|
||||
2
|
||||
k
|
||||
v
|
||||
n
|
||||
n
|
||||
1
|
||||
s
|
||||
e
|
||||
s
|
||||
getvar[disableAugmentServices]!=1
|
||||
i
|
||||
26
|
||||
TABLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue