add bore flag to disable augment services
All checks were successful
/ test (push) Successful in 21s

This commit is contained in:
Erik 2026-03-11 20:56:23 +01:00
parent 3ddfc3f48b
commit 721db55e0c
3 changed files with 8909 additions and 1 deletions

View file

@ -171,6 +171,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]}
@ -260,10 +262,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}