fix stuck maybe
All checks were successful
/ test (push) Successful in 21s

This commit is contained in:
Johan Lundberg 2026-08-08 01:19:33 +02:00
parent ffaa35daab
commit 587598a3b3
3 changed files with 187 additions and 140 deletions

View file

@ -22,6 +22,8 @@ STATE: {Default}
DO: DoAll
SetOpt {EnableLooting} {false}
SetState {no_loot}
IF: Always
DO: SetWatchdog 10 300 {stuck}
STATE: {no_loot}
IF: SecsInStateGE 30
@ -32,7 +34,13 @@ STATE: {loot}
DO: DoAll
SetOpt {EnableBuffing} {true}
SetState {Default}
STATE: {stuck}
IF: Always
DO: DoAll
Chat {/ub face 270}
Chat {/ub jumpw 250}
SetState {Default}
~~ Death: do nothing (meta halts here on death until you intervene)
STATE: {Death}