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/neftet.af
11
af/neftet.af
|
|
@ -364,10 +364,15 @@ STATE: {service_decide} ~~ {
|
|||
DoExpr {clearvar[bellaBackoffClock]}
|
||||
IF: All
|
||||
Expr {getqueststatus[`stipendtimer_0812`]==1}
|
||||
Not All
|
||||
Expr {testvar[stipendBackoffClock]}
|
||||
Expr {stopwatchelapsedseconds[getvar[stipendBackoffClock]]<getvar[stipendBackoffSeconds]}
|
||||
Not Expr {testvar[stipendBackoffClock]}
|
||||
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
|
||||
Expr {getvar[disableAugmentServices]!=1}
|
||||
ItemCountGE 1 {Blank Augmentation Gem}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue