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]}
|
DO: DoExpr {setvar[augResistFrostTarget, 0]}
|
||||||
IF: Not Expr {testvar[augResistAcidTarget]}
|
IF: Not Expr {testvar[augResistAcidTarget]}
|
||||||
DO: DoExpr {setvar[augResistAcidTarget, 0]}
|
DO: DoExpr {setvar[augResistAcidTarget, 0]}
|
||||||
|
IF: Not Expr {testvar[disableAugmentServices]}
|
||||||
|
DO: DoExpr {setvar[disableAugmentServices, 0]}
|
||||||
IF: Not Expr {testvar[serviceCheckInterval]}
|
IF: Not Expr {testvar[serviceCheckInterval]}
|
||||||
DO: DoExpr {setvar[serviceCheckInterval, 43200]}
|
DO: DoExpr {setvar[serviceCheckInterval, 43200]}
|
||||||
IF: Not Expr {testvar[serviceClock]}
|
IF: Not Expr {testvar[serviceClock]}
|
||||||
|
|
@ -322,10 +324,12 @@ STATE: {service_decide} ~~ {
|
||||||
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
||||||
DO: SetState {service_stipend}
|
DO: SetState {service_stipend}
|
||||||
IF: All
|
IF: All
|
||||||
|
Expr {getvar[disableAugmentServices]!=1}
|
||||||
ItemCountGE 1 {Blank Augmentation Gem}
|
ItemCountGE 1 {Blank Augmentation Gem}
|
||||||
Expr {getvar[pendingAugments]==1}
|
Expr {getvar[pendingAugments]==1}
|
||||||
DO: SetState {service_apply_augment}
|
DO: SetState {service_apply_augment}
|
||||||
IF: All
|
IF: All
|
||||||
|
Expr {getvar[disableAugmentServices]!=1}
|
||||||
Expr {getqueststatus[`augmentationblankgemacquired`]==1}
|
Expr {getqueststatus[`augmentationblankgemacquired`]==1}
|
||||||
Expr {getvar[pendingAugments]==1}
|
Expr {getvar[pendingAugments]==1}
|
||||||
DO: SetState {service_bella_start}
|
DO: SetState {service_bella_start}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
264
|
265
|
||||||
i
|
i
|
||||||
20
|
20
|
||||||
i
|
i
|
||||||
|
|
@ -614,6 +614,43 @@ n
|
||||||
s
|
s
|
||||||
e
|
e
|
||||||
s
|
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]
|
testvar[serviceCheckInterval]
|
||||||
TABLE
|
TABLE
|
||||||
2
|
2
|
||||||
|
|
@ -3103,7 +3140,20 @@ K
|
||||||
V
|
V
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
|
3
|
||||||
|
i
|
||||||
|
26
|
||||||
|
TABLE
|
||||||
2
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
getvar[disableAugmentServices]!=1
|
||||||
i
|
i
|
||||||
12
|
12
|
||||||
TABLE
|
TABLE
|
||||||
|
|
@ -3148,7 +3198,20 @@ K
|
||||||
V
|
V
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
|
3
|
||||||
|
i
|
||||||
|
26
|
||||||
|
TABLE
|
||||||
2
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
getvar[disableAugmentServices]!=1
|
||||||
i
|
i
|
||||||
26
|
26
|
||||||
TABLE
|
TABLE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue