This commit is contained in:
parent
f3b1e1b841
commit
e19f169f43
2 changed files with 3 additions and 12 deletions
2
bore.af
2
bore.af
|
|
@ -139,7 +139,7 @@ STATE: {Default} ~~ {
|
||||||
DoExpr {setvar[lootclock,stopwatchcreate[]]}
|
DoExpr {setvar[lootclock,stopwatchcreate[]]}
|
||||||
DoExpr {stopwatchstart[getvar[lootclock]]}
|
DoExpr {stopwatchstart[getvar[lootclock]]}
|
||||||
SetState {hunt}
|
SetState {hunt}
|
||||||
IF: Not Expr {testvar[lootTime]}
|
IF: Expr {getvar[lootTime] == 0}
|
||||||
DO: DoExpr {setvar[lootTime, 21600]}
|
DO: DoExpr {setvar[lootTime, 21600]}
|
||||||
~~ }
|
~~ }
|
||||||
STATE: {avoid_portal} ~~ {
|
STATE: {avoid_portal} ~~ {
|
||||||
|
|
|
||||||
13
bore.met
13
bore.met
|
|
@ -834,20 +834,11 @@ hunt
|
||||||
s
|
s
|
||||||
Default
|
Default
|
||||||
i
|
i
|
||||||
21
|
26
|
||||||
i
|
i
|
||||||
7
|
7
|
||||||
TABLE
|
TABLE
|
||||||
2
|
2
|
||||||
K
|
|
||||||
V
|
|
||||||
n
|
|
||||||
n
|
|
||||||
1
|
|
||||||
i
|
|
||||||
26
|
|
||||||
TABLE
|
|
||||||
2
|
|
||||||
k
|
k
|
||||||
v
|
v
|
||||||
n
|
n
|
||||||
|
|
@ -856,7 +847,7 @@ n
|
||||||
s
|
s
|
||||||
e
|
e
|
||||||
s
|
s
|
||||||
testvar[lootTime]
|
getvar[lootTime] == 0
|
||||||
TABLE
|
TABLE
|
||||||
2
|
2
|
||||||
k
|
k
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue