set no loot instead of trying to loot key
All checks were successful
/ test (push) Successful in 34s

This commit is contained in:
Johan Lundberg 2026-06-26 21:54:14 +02:00
parent b5115f1f23
commit fa6b445173
2 changed files with 111 additions and 1 deletions

View file

@ -18,6 +18,21 @@ STATE: {Default}
SetOpt {NavPriorityBoost} {false} SetOpt {NavPriorityBoost} {false}
SetOpt {EnableMeta} {true} SetOpt {EnableMeta} {true}
Chat {/vt nav load bunny} Chat {/vt nav load bunny}
IF: ChatCapture {(You have solved this quest too recently} {}
DO: DoAll
SetOpt {EnableLooting} {false}
SetState {no_loot}
STATE: {no_loot}
IF: SecsInStateGE 300
DO: SetState {loot}
STATE: {loot}
IF: Always
DO: DoAll
SetOpt {EnableBuffing} {true}
SetState {Default}
~~ Death: do nothing (meta halts here on death until you intervene) ~~ Death: do nothing (meta halts here on death until you intervene)
STATE: {Death} STATE: {Death}

View file

@ -11,7 +11,7 @@ n
n n
n n
n n
3 6
i i
8 8
i i
@ -178,6 +178,101 @@ s
s s
Default Default
i i
28
i
3
TABLE
2
k
v
n
n
2
s
p
s
(You have solved this quest too recently
s
c
s
TABLE
2
K
V
n
n
2
i
12
TABLE
2
k
v
n
n
2
s
o
s
EnableLooting
s
v
s
false
i
1
s
no_loot
s
Default
i
6
i
1
i
300
s
loot
s
no_loot
i
1
i
3
i
0
TABLE
2
K
V
n
n
2
i
12
TABLE
2
k
v
n
n
2
s
o
s
EnableBuffing
s
v
s
true
i
1
s
Default
s
loot
i
1 1
i i
0 0