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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue