set no loot instead of trying to loot key
All checks were successful
/ test (push) Successful in 34s
All checks were successful
/ test (push) Successful in 34s
This commit is contained in:
parent
b5115f1f23
commit
fa6b445173
2 changed files with 111 additions and 1 deletions
|
|
@ -18,6 +18,21 @@ STATE: {Default}
|
|||
SetOpt {NavPriorityBoost} {false}
|
||||
SetOpt {EnableMeta} {true}
|
||||
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)
|
||||
STATE: {Death}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue