fix stipend backoff in neftet and aphus: same two-rule pattern as bore
Some checks failed
/ test (push) Failing after 16s
Some checks failed
/ test (push) Failing after 16s
This commit is contained in:
parent
a58f8340ae
commit
e75edcbfa1
4 changed files with 128 additions and 10 deletions
11
af/aphus.af
11
af/aphus.af
|
|
@ -233,10 +233,15 @@ STATE: {service_decide} ~~ {
|
||||||
DoExpr {clearvar[bellaBackoffClock]}
|
DoExpr {clearvar[bellaBackoffClock]}
|
||||||
IF: All
|
IF: All
|
||||||
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
||||||
Not All
|
Not Expr {testvar[stipendBackoffClock]}
|
||||||
Expr {testvar[stipendBackoffClock]}
|
|
||||||
Expr {stopwatchelapsedseconds[getvar[stipendBackoffClock]]<getvar[stipendBackoffSeconds]}
|
|
||||||
DO: SetState {service_stipend}
|
DO: SetState {service_stipend}
|
||||||
|
IF: All
|
||||||
|
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
||||||
|
Expr {testvar[stipendBackoffClock]}
|
||||||
|
Expr {stopwatchelapsedseconds[getvar[stipendBackoffClock]]>=getvar[stipendBackoffSeconds]}
|
||||||
|
DO: DoAll
|
||||||
|
DoExpr {clearvar[stipendBackoffClock]}
|
||||||
|
SetState {service_stipend}
|
||||||
IF: All
|
IF: All
|
||||||
Expr {getvar[disableAugmentServices]!=1}
|
Expr {getvar[disableAugmentServices]!=1}
|
||||||
ItemCountGE 1 {Blank Augmentation Gem}
|
ItemCountGE 1 {Blank Augmentation Gem}
|
||||||
|
|
|
||||||
11
af/neftet.af
11
af/neftet.af
|
|
@ -364,10 +364,15 @@ STATE: {service_decide} ~~ {
|
||||||
DoExpr {clearvar[bellaBackoffClock]}
|
DoExpr {clearvar[bellaBackoffClock]}
|
||||||
IF: All
|
IF: All
|
||||||
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
||||||
Not All
|
Not Expr {testvar[stipendBackoffClock]}
|
||||||
Expr {testvar[stipendBackoffClock]}
|
|
||||||
Expr {stopwatchelapsedseconds[getvar[stipendBackoffClock]]<getvar[stipendBackoffSeconds]}
|
|
||||||
DO: SetState {service_stipend}
|
DO: SetState {service_stipend}
|
||||||
|
IF: All
|
||||||
|
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
||||||
|
Expr {testvar[stipendBackoffClock]}
|
||||||
|
Expr {stopwatchelapsedseconds[getvar[stipendBackoffClock]]>=getvar[stipendBackoffSeconds]}
|
||||||
|
DO: DoAll
|
||||||
|
DoExpr {clearvar[stipendBackoffClock]}
|
||||||
|
SetState {service_stipend}
|
||||||
IF: All
|
IF: All
|
||||||
Expr {getvar[disableAugmentServices]!=1}
|
Expr {getvar[disableAugmentServices]!=1}
|
||||||
ItemCountGE 1 {Blank Augmentation Gem}
|
ItemCountGE 1 {Blank Augmentation Gem}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
197
|
198
|
||||||
i
|
i
|
||||||
16
|
16
|
||||||
i
|
i
|
||||||
|
|
@ -2215,14 +2215,46 @@ n
|
||||||
n
|
n
|
||||||
1
|
1
|
||||||
i
|
i
|
||||||
|
26
|
||||||
|
TABLE
|
||||||
2
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
testvar[stipendBackoffClock]
|
||||||
|
s
|
||||||
|
service_stipend
|
||||||
|
s
|
||||||
|
service_decide
|
||||||
|
i
|
||||||
|
2
|
||||||
|
i
|
||||||
|
3
|
||||||
TABLE
|
TABLE
|
||||||
2
|
2
|
||||||
K
|
K
|
||||||
V
|
V
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
|
3
|
||||||
|
i
|
||||||
|
26
|
||||||
|
TABLE
|
||||||
2
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
getqueststatus[`stipendtimer_0812`]==1
|
||||||
i
|
i
|
||||||
26
|
26
|
||||||
TABLE
|
TABLE
|
||||||
|
|
@ -2248,7 +2280,29 @@ n
|
||||||
s
|
s
|
||||||
e
|
e
|
||||||
s
|
s
|
||||||
stopwatchelapsedseconds[getvar[stipendBackoffClock]]<getvar[stipendBackoffSeconds]
|
stopwatchelapsedseconds[getvar[stipendBackoffClock]]>=getvar[stipendBackoffSeconds]
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
K
|
||||||
|
V
|
||||||
|
n
|
||||||
|
n
|
||||||
|
2
|
||||||
|
i
|
||||||
|
7
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
clearvar[stipendBackoffClock]
|
||||||
|
i
|
||||||
|
1
|
||||||
s
|
s
|
||||||
service_stipend
|
service_stipend
|
||||||
s
|
s
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
303
|
304
|
||||||
i
|
i
|
||||||
20
|
20
|
||||||
i
|
i
|
||||||
|
|
@ -3681,14 +3681,46 @@ n
|
||||||
n
|
n
|
||||||
1
|
1
|
||||||
i
|
i
|
||||||
|
26
|
||||||
|
TABLE
|
||||||
2
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
testvar[stipendBackoffClock]
|
||||||
|
s
|
||||||
|
service_stipend
|
||||||
|
s
|
||||||
|
service_decide
|
||||||
|
i
|
||||||
|
2
|
||||||
|
i
|
||||||
|
3
|
||||||
TABLE
|
TABLE
|
||||||
2
|
2
|
||||||
K
|
K
|
||||||
V
|
V
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
|
3
|
||||||
|
i
|
||||||
|
26
|
||||||
|
TABLE
|
||||||
2
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
getqueststatus[`stipendtimer_0812`]==1
|
||||||
i
|
i
|
||||||
26
|
26
|
||||||
TABLE
|
TABLE
|
||||||
|
|
@ -3714,7 +3746,29 @@ n
|
||||||
s
|
s
|
||||||
e
|
e
|
||||||
s
|
s
|
||||||
stopwatchelapsedseconds[getvar[stipendBackoffClock]]<getvar[stipendBackoffSeconds]
|
stopwatchelapsedseconds[getvar[stipendBackoffClock]]>=getvar[stipendBackoffSeconds]
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
K
|
||||||
|
V
|
||||||
|
n
|
||||||
|
n
|
||||||
|
2
|
||||||
|
i
|
||||||
|
7
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
clearvar[stipendBackoffClock]
|
||||||
|
i
|
||||||
|
1
|
||||||
s
|
s
|
||||||
service_stipend
|
service_stipend
|
||||||
s
|
s
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue