## Pickup aux armour you haven't found yet. ## Also picks up ego/artefact aux armour if you can wear it. ## Doesn't pick up shields or body armour. tile_display_mode = glyph { local function autopickup(it, name) local class = it.class(true) if it.is_useless then return false end if class == "armour" then local good_slots = {cloak="Cloak", helmet="Helmet", gloves="Gloves", boots="Boots"} st, _ = it.subtype() if good_slots[st] ~= nil and items.equipped_at(good_slots[st]) == nil then return true elseif st ~= "body" and st ~= "shield" and (it.artefact or it.branded) then return true end end return nil end add_autopickup_func(autopickup) } dump_message_count = 60 default_autopickup = true default_manual_training = true show_more = false equip_unequip = true auto_fight_stop = 65 autofight_caught = true autofight_throw = false autofight_throw_nomove = false hp_colour = 100:green, 80:lightgray, 70:yellow, 60:lightred, 40:red rest_wait_percent = 100 rest_wait_both = true rest_wait_ancestor = true wall_jump_move = true wall_jump_prompt = true auto_butcher = true auto_butcher += hungry auto_eat_chunks = true easy_eat_chunks = true explore_auto_rest = true explore_greedy = true explore_stop = shops,altars,portals,branches travel_delay = -1 explore_delay = 10 fm := force_more_message ri := runrest_ignore_message #----------------------- flash_screen_message += carrying a wand fm += You have reached level fm += Your scales start fm += You fall through a shaft fm += life is in your own hands fm += dispelling energy hits you fm += Your transformation is almost over fm += You convulse fm += god:(sends|finds|silent|anger) fm += divine experience fm += You have finished your manual fm += Your skin is crawling a little less now. fm += ^Careful! fm += interdimensional caravan fm += distant snort fm += calcifying dust hits fm += Space warps horribly around you fm += hits you.*distortion fm += Space bends around you\. fm += You feel less protected from missiles. fm += You feel Trog fm += voice booms out fm += watched by something fm += You are slowing down fm += You miscast.*(Blink|Borgnjor|Door|Invisibility) fm += ([Ff]iend|[Hh]ellion|[Tt]ormentor,[Ll]ich).*(comes? into view|opens the) fm += (Agnes|Aizul|Arachne|Asmodeus|Antaeus|Azrael|Asterion).*(comes? into view|opens the) fm += (Blork|Boris|Cerebov).*(comes? into view|opens the) fm += (Dispater|Dissolution|Donald|Dowan|Duvessa).*(comes? into view|opens the) fm += (Edmund|Enchantress|Ereshkigal|Erica|Erolcha|Eustachio).*(comes? into view|opens the) fm += (Fannar|Frances|Frederick).*(comes? into view|opens the) fm += (Gastronok|Geryon|Grinder|Grum|Gloorx Vloq).*(comes? into view|opens the) fm += (Harold|Ignacio|Ijyb|Ilsuiw).*(comes? into view|opens the) fm += (Jessica|Jorgrun|Jory|Joseph|Josephine).*(comes? into view|opens the) fm += (Khufu|Kirke).*(comes? into view|opens the) fm += (Lamia|Lernaean|Lobon|Louise).*(comes? into view|opens the) fm += (Mara|Margery|Maurice|Menkaure|Mennas|Mnoleg|Murray).*(comes? into view|opens the) fm += (Natasha|Nergalle|Nessos|Nikola).*(comes? into view|opens the) fm += (Pikel|Polyphemus|Psyche|Purgy).*(comes? into view|opens the) fm += (Ribbit|Roka).*(comes? into view|opens the) fm += (royal jelly|Roxanne|Rupert).*(comes? into view|opens the) fm += (Serpent of Hell|Sigmund|Sojobo|Sonja|Snorg|Suzhen).*(comes? into view|opens the) fm += (Terence|Tiamat).*(comes? into view|opens the) fm += (Urug|Vloq|Xtahua|Yiuf).*(comes? into view|opens the) fm += ([Hh]ydr|[Oo]klob).*(comes? into view|opens the) ri += You feel.*sick ri += You feel a bit more experienced ri += disappears in a puff of smoke ri += engulfed in a cloud of smoke ri += safely over a trap ri += You hear a grinding noise ri += You smell something rotten ri += Your vampire flickers and vanishes for a moment ri += pray: ri += talk: ri += talk_visual: ri += friend_spell: ri += friend_enchant: ri += friend_action: ri += sound: : if you.xl() < 13 then fm += (orc priest|eel|[Jj]ell|[Ss]hadow|[Gg]argoyle|[Ff]loating).*(comes? into view|opens the) : end ae := autopickup_exceptions #-------------------------- ae += useless_item, dangerous_item ae += scrolls? of (torment|brand|amnesia|vulnerability) ae += wand of random effects ae ^= amulet of (rage|harm|faith|the acrobat|regeneration|magic regeneration|the gourmand|guardian spirit|nothing|inaccuracy|) ae += <(lamp of fire|phial of floods|lightning rod|phantom mirror|box of beasts|sack of spiders) : if you.race() == "Ghoul" or you.race() == "Mummy" then ae += potions? of flight : end ai := autoinscribe #--------------- ai += distortion:!w ai += staff of (wizardry|energy|power|conjuration|summoning):!a ai += scrolls? of identify:@r1 ai += scrolls? of remove curse:@r2 ai += scrolls? of teleportation:@r3 !r ai += scrolls? of blinking:@r4 !r ai += scrolls? of magic mapping:@r5 ai += scrolls? of fear:!r ai += scrolls? of fog:!r ai += potions? of heal wounds:@q1 !q ai += potions? of curing:@q2 !q ai += potions? of might:@q3 !q ai += potions? of haste:@q4 !q ai += potions? of agility:@q5 !q ai += potions? of lignification:@q6 ai += throwing net:!f item_slot ^= (ration):f as := ability_slot #------------------------- as ^= End Trans: u as ^= Evoke Invis: i as ^= Turn Visibl: I