autofight_stop = 30 explore_auto_rest = true rest_wait_percent = 100 { crawl.mpr("Going down") local need_skills_opened = true local TAB=string.char(9) local leveled_up=false function ready() crawl.enable_more(false) crawl.sendkeys("o") if string.match(crawl.messages(8),"Done") then crawl.sendkeys("G>") crawl.mpr("Going down") end crawl.delay(50) crawl.sendkeys(TAB) crawl.sendkeys(TAB) crawl.sendkeys(TAB) crawl.sendkeys(TAB) crawl.delay(50) end function choose_stat_gain() return "s" end }