This commit is contained in:
parent
f6b5dd8bc9
commit
36564ec792
2 changed files with 5 additions and 26 deletions
|
|
@ -52,8 +52,6 @@ STATE: {Default} ~~ {
|
|||
DoExpr {setvar[ChestType,Legendary Chest]}
|
||||
Chat {/vt opt set enablenav true}
|
||||
Chat {/vt opt set enablelooting true}
|
||||
IF: Not CellE C95B0027
|
||||
DO: SetState {recall}
|
||||
IF: All
|
||||
MainSlotsLE 4
|
||||
DO: SetState {go_to_chests}
|
||||
|
|
@ -62,7 +60,7 @@ STATE: {go_to_chests} ~~ {
|
|||
IF: Always
|
||||
DO: DoAll
|
||||
Chat {/vt nav load legendary_chests}
|
||||
SetWatchdog 10 300 {Default}
|
||||
SetWatchdog 10 300 {recall}
|
||||
IF: NavEmpty
|
||||
DO: SetState {Check}
|
||||
|
||||
|
|
@ -81,7 +79,7 @@ STATE: {recall} ~~ {
|
|||
IF: Always
|
||||
DO: DoAll
|
||||
Chat {/vt nav load legendary_chests_ah}
|
||||
SetWatchdog 10 300 {Default}
|
||||
SetWatchdog 10 300 {recall}
|
||||
IF: NavEmpty
|
||||
DO: SetState {Default}
|
||||
~~ }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue