add bore flag to disable augment services
All checks were successful
/ test (push) Successful in 21s
All checks were successful
/ test (push) Successful in 21s
This commit is contained in:
parent
3ddfc3f48b
commit
721db55e0c
3 changed files with 8909 additions and 1 deletions
|
|
@ -171,6 +171,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]}
|
||||||
|
|
@ -260,10 +262,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}
|
||||||
|
|
|
||||||
65
met/bore.met
65
met/bore.met
|
|
@ -11,7 +11,7 @@ n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
185
|
186
|
||||||
i
|
i
|
||||||
1
|
1
|
||||||
i
|
i
|
||||||
|
|
@ -1497,6 +1497,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
|
||||||
|
|
@ -2364,7 +2401,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
|
||||||
|
|
@ -2409,7 +2459,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
|
||||||
|
|
|
||||||
8841
met/bore_enhanced.met
Normal file
8841
met/bore_enhanced.met
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue