This commit is contained in:
parent
67be466cdf
commit
edb5de94a0
2 changed files with 117 additions and 3 deletions
|
|
@ -127,6 +127,8 @@ STATE: {Default} ~~ {
|
||||||
DO: DoExpr {setvar[bellaJawRunRecoverAttempts, 0]}
|
DO: DoExpr {setvar[bellaJawRunRecoverAttempts, 0]}
|
||||||
IF: Not Expr {testvar[bellaBackoffSeconds]}
|
IF: Not Expr {testvar[bellaBackoffSeconds]}
|
||||||
DO: DoExpr {setvar[bellaBackoffSeconds, 86400]}
|
DO: DoExpr {setvar[bellaBackoffSeconds, 86400]}
|
||||||
|
IF: Not Expr {testvar[stipendBackoffSeconds]}
|
||||||
|
DO: DoExpr {setvar[stipendBackoffSeconds, 86400]}
|
||||||
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]}
|
||||||
|
|
@ -231,6 +233,9 @@ 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
|
||||||
|
Expr {testvar[stipendBackoffClock]}
|
||||||
|
Expr {stopwatchelapsedseconds[getvar[stipendBackoffClock]]<getvar[stipendBackoffSeconds]}
|
||||||
DO: SetState {service_stipend}
|
DO: SetState {service_stipend}
|
||||||
IF: All
|
IF: All
|
||||||
Expr {getvar[disableAugmentServices]!=1}
|
Expr {getvar[disableAugmentServices]!=1}
|
||||||
|
|
@ -258,6 +263,8 @@ STATE: {service_stipend} ~~ {
|
||||||
Chat {/vt opt set enablecombat false}
|
Chat {/vt opt set enablecombat false}
|
||||||
Chat {/vt opt set enablelooting false}
|
Chat {/vt opt set enablelooting false}
|
||||||
Chat {/vt opt set enablenav true}
|
Chat {/vt opt set enablenav true}
|
||||||
|
DoExpr {setvar[stipendBackoffClock, stopwatchcreate[]]}
|
||||||
|
DoExpr {stopwatchstart[getvar[stipendBackoffClock]]}
|
||||||
DoExpr {touchvar[stipendNavLoaded]}
|
DoExpr {touchvar[stipendNavLoaded]}
|
||||||
EmbedNav nav0__stipend_nav {stipend.nav}
|
EmbedNav nav0__stipend_nav {stipend.nav}
|
||||||
IF: All
|
IF: All
|
||||||
|
|
|
||||||
113
met/aphus.met
113
met/aphus.met
|
|
@ -11,7 +11,7 @@ n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
196
|
197
|
||||||
i
|
i
|
||||||
16
|
16
|
||||||
i
|
i
|
||||||
|
|
@ -1145,6 +1145,43 @@ n
|
||||||
s
|
s
|
||||||
e
|
e
|
||||||
s
|
s
|
||||||
|
testvar[stipendBackoffSeconds]
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
setvar[stipendBackoffSeconds, 86400]
|
||||||
|
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
|
||||||
|
|
@ -2154,7 +2191,7 @@ K
|
||||||
V
|
V
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
1
|
2
|
||||||
i
|
i
|
||||||
26
|
26
|
||||||
TABLE
|
TABLE
|
||||||
|
|
@ -2168,6 +2205,50 @@ s
|
||||||
e
|
e
|
||||||
s
|
s
|
||||||
getqueststatus[`stipendtimer_0812`]==1
|
getqueststatus[`stipendtimer_0812`]==1
|
||||||
|
i
|
||||||
|
21
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
K
|
||||||
|
V
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
i
|
||||||
|
2
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
K
|
||||||
|
V
|
||||||
|
n
|
||||||
|
n
|
||||||
|
2
|
||||||
|
i
|
||||||
|
26
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
testvar[stipendBackoffClock]
|
||||||
|
i
|
||||||
|
26
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
stopwatchelapsedseconds[getvar[stipendBackoffClock]]<getvar[stipendBackoffSeconds]
|
||||||
s
|
s
|
||||||
service_stipend
|
service_stipend
|
||||||
s
|
s
|
||||||
|
|
@ -2378,7 +2459,7 @@ K
|
||||||
V
|
V
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
5
|
7
|
||||||
i
|
i
|
||||||
2
|
2
|
||||||
s
|
s
|
||||||
|
|
@ -2403,6 +2484,32 @@ n
|
||||||
s
|
s
|
||||||
e
|
e
|
||||||
s
|
s
|
||||||
|
setvar[stipendBackoffClock, stopwatchcreate[]]
|
||||||
|
i
|
||||||
|
7
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
|
stopwatchstart[getvar[stipendBackoffClock]]
|
||||||
|
i
|
||||||
|
7
|
||||||
|
TABLE
|
||||||
|
2
|
||||||
|
k
|
||||||
|
v
|
||||||
|
n
|
||||||
|
n
|
||||||
|
1
|
||||||
|
s
|
||||||
|
e
|
||||||
|
s
|
||||||
touchvar[stipendNavLoaded]
|
touchvar[stipendNavLoaded]
|
||||||
i
|
i
|
||||||
4
|
4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue