recomp when inventory slots are low
Some checks failed
/ test (push) Failing after 11m42s

This commit is contained in:
Johan Lundberg 2025-09-09 21:55:47 +02:00
parent 0aa78692e2
commit a41b5f86ed
2 changed files with 30 additions and 3 deletions

View file

@ -67,7 +67,11 @@ STATE: {hunt} ~~ {
ItemCountLE 100 {Prismatic Taper}
NoMobsInDist 5
DO: DoAll
Chat {/fellowship Out of tapers! Recomping.}
Chat {/a Out of tapers! Recomping.}
SetState {recomp}
IF: MainSlotsLE 4
DO: DoAll
Chat {/a Out of inventory slots! Recomping.}
SetState {recomp}
IF: Always
DO: SetWatchdog 3 120 {stuck}