--CheckSofts
if getuseroption('softboots') and itemcount(6530) >= 1
then
gotolabel("Start","SoftBoots")
else
end
--Supplies
auto(40000,60000)
local CapToLeave = 150
if needresupply(CapToLeave,'a') then
setsetting('Looting/Enabled', 'no')
setsetting('Cavebot/WalkingMethod', 'Walk With Map-Clicks')
setsetting('Targeting/Creatures/Slick Water Elemental/Setting1/OnlyIfTrapped', 'yes')
setsetting('Targeting/Creatures/Roaring Water Elemental/Setting1/OnlyIfTrapped', 'yes')
stopattack()
stopattack()
gotolabel("Start","Depositer")
end