include += HDamage.rc stop := runrest_stop_message stop += Your transformation is almost over. force := force_more_message force += Your transformation is almost over. force += seraph.*into view force += You fail to use your ability force += You miscast force += You feel your control is inadequate force += Your surroundings flicker force += sense of stasis force += You have reached level force += You have finished your manual of force += (Agnes|Aizul|Antaeus|Asmodeus|Asterion|Azrael|Blork the orc|Boris|Cerebov|Crazy Yiuf|Dispater|Dissolution|Donald|Dowan|Duvessa|Edmund|the Enchantress|Ereshkigal|Erica|Erolcha|Eustachio|Fannar|Frances|Frederick|Gastronok|Geryon|Gloorx Vloq|Grinder|Grum|Harold|Ignacio|Ijyb|Ilsuiw|Jessica|Jorgrun|Jory|Joseph|Josephine|Khufu|Kirke|Lamia|the Lernaean hydra|Lom Lobon|Louise|Mara|Margery|Maud|Maurice|Menkaure|Mennas|Mnoleg|Murray|Natasha|Nergalle|Nessos|Nikola|Norris|Pikel|Plog|Polyphemus|Prince Ribbit|Psyche|Purgy|Robin|Roxanne|the royal jelly|Rupert|Saint Roka|the Serpent of Hell|Sigmund|Snorg|Sonja|Terence|Tiamat|Urug|Vashnia|Wiglaf|Xtahua|*ghost of).*into view { function _ch_mon_is_safe(m, default_is_safe, moving, dist) local hp,mhp = you.hp() return (hp > 200) and (m:name():find("draconian") or m:name():find("drake") or m:name():find("dragon")) end oldturn = you.turns() function rready() hp,mhp = you.hp() mp,mmp = you.mp() turn = you.turns() crawl.mpr("oldturn: " .. oldturn .. "; turn: " .. turn) if turn > oldturn then crawl.mpr("splore") crawl.process_keys("o"..string.char(27)) --elseif (hp > 200) and (mp > 20) then -- crawl.process_keys("zs") end oldturn = turn end } #explore_auto_rest = true