show_more = false default_manual_training = true Force_more_message +=.* IUF | Dispater | DONALD | DOWAND | DUVESSA | Edmund | The Enchantress Ereshkigal | Erica | Eustachio | Fannar | Fr undica | garyon | GRINDER | Grum | Grum | Grunn | Ijyb | ILSUIW | Jeremi AH | JESSICA | Jorgrun | Joseph | Josephine | Josephina | Khufu | kirke | Lodul | The lernaean hydra | louise | Maggie | Margery | Margery | Menkaue | MnoleG | ESSOS | Norris | Nikola | PAN | PIKEL | Polyphemus | Prince Ribbit | Purgy | pargan | ROXANNE | The Rupert | SAINT ROKA | Ashnia | VV | Wiglaf | XTahua | Xak ' krixis | Zenata).*Comes? INTO view force_more_message += ((giant|floating|shining) eye|eye of draining).*into view force_more_message += (moth of wrath|ghost moth|torpor snail).*into view force_more_message += (guardian serpent|draconian shifter|convoker).*into view force_more_message += (flayed ghost|royal mummy|mummy priest|fiend|tzitzimitl).*into view force_more_message += (tormentor|curse toe|curse skull).*into view force_more_message += (hellion|hell sentinel|deep elf sorcerer).*into view force_more_message += (deep elf high priest|scorcher).*into view force_more_message += (ancient lich|orb of fire|executioner|juggernaut|shrike).*into view force_more_message += (wretched star|lurking horror).*into view force_more_message += (neqoxec|cacodemon|doom hound).*into view force_more_message += 27-headed.* comes? into view force_more_message += (radroach|entropy weaver|meliai).*into view force_more_message += (salamander tyrant|ironbound frostheart).*into view force_more_message += (walking crystal tome|walking divine tome|walking earthen tome|walking frostbound tome).*into view force_more_message += changes into.*((giant|floating|shining) eye|eye of draining) force_more_message += changes into.*(moth of wrath|ghost moth|torpor snail) force_more_message += changes into.*(guardian serpent|draconian shifter|convoker) force_more_message += changes into.*(flayed ghost|royal mummy|mummy priest|fiend|tzitzimitl) force_more_message += changes into.*(tormentor|curse toe|curse skull) force_more_message += changes into.*(hellion|hell sentinel|deep elf sorcerer) force_more_message += changes into.*(deep elf high priest|scorcher) force_more_message += changes into.*(ancient lich|orb of fire|executioner|juggernaut|shrike) force_more_message += changes into.*(wretched star|lurking horror) force_more_message += changes into.*(neqoxec|cacodemon|doom hound) force_more_message += changes into.*(radroach|entropy weaver|meliai) force_more_message += changes into.*(salamander tyrant|ironbound frostheart) force_more_message += changes into.*(walking crystal tome|walking divine tome|walking earthen tome|walking frostbound tome) force_more_message += It is wielding.*of distortion force_more_message += She is wielding.*of distortion force_more_message += He is wielding.*of distortion force_more_message += wielding.* distortion.* comes? into view flash_screen_message += It is wielding.*of distortion flash_screen_message += She is wielding.*of distortion flash_screen_message += He is wielding.*of distortion flash_screen_message += wielding.* distortion.* comes? into view flash_screen_message += distortion.* comes? into view tile_font_crt_family = Consolas tile_font_stat_family = Consolas tile_font_msg_family = Consolas tile_font_lbl_family = Consolas #Check before throwing Net, Kurare, or Datura #Prevents accidentally wasting nets, Kurare, and Datura while throwing poison darts randomly autoinscribe += throwing net:!f autoinscribe += curare:!f autoinscribe += datura:!f #Display risk level in yellow and red only I believe the default setting only displays red, but I think it is much better to display yellow as well, as it is useful when using Okawaru's Duel Power. tile_show_threat_levels = tough nasty #Fast animation speed (default=600) This controls the animation speed when players or monsters perform actions, but the default value of 600 is often too slow and frustrating. view_delay = 200 #Automatic Pickup Settings These are the auto-pickup settings I use. There might be some parts that are a bit hit or miss, but I still think my settings are better than the default. #Automatically picks up gold, scrolls, potions, books, trinkets, wands, staffs, and junk autopickup = $?!:"/|} #Net, Kurare automatically picked up autopickup_exceptions += (atropa|dispersal) #Do not pick up completely useless items autopickup_exceptions ^= >useless_item #AutoArmorPickup #body: x #aux: Empty-All/Wear-Brand,Artifact #shield: empty-x/wear-brand,artifact # There is an issue where unbranded enchanted aux and shields are treated as normal. { add_autopickup_func(function(it, name) local class = it.class(true) local armor_slots = {cloak="Cloak", helmet="Helmet", gloves="Gloves", boots="Boots", body="Armour", shield="Shield"} if (class == "armour") then if it.is_useless then return false end sub_type = it.subtype() equipped_item = items.equipped_at(armour_slots[sub_type]) if (sub_type == "cloak") or (sub_type == "helmet") or (sub_type == "gloves") or (sub_type == "boots") then if not equipped_item then return true else return it.artefact or it.branded or it.ego end end if (sub_type == "body") then return false end if (sub_type == "shield") then if equipped_item then return it.artefact or it.branded or it.ego end end end end) } #Settings to prevent freezing during browsing or resting # Prevents interruptions caused by completely unimportant messages while browsing or resting #Regarding Ziva (it seems like this might not be working) runrest_ignore_message += Jiyva appreciates your sacrifice runrest_ignore_message += Jiyva gurgles merrily runrest_ignore_message += Jiyva says: Divide and consume runrest_ignore_message += You hear.*splatter runrest_ignore_message += You feel better runrest_ignore_message += You feel your power returning #Regarding Quazral faith runrest_ignore_message += Your protection from.*is fading runrest_ignore_message += You feel less protected from #Wearblood Screaming runrest_ignore_message += the wereblood boils in your veins #Death of nearby plants runrest_ignore_message += A nearby plant withers and dies #Regarding canvas vortex runrest_ignore_message += Your fire (vortexlvortices).*something runrest_ignore_message += something .* fire (vortexlvortices) #Wearblood Before the duration expires runrest_ignore_message += Your primal bloodlust is almost over #Death Channel Continuous Expiration runrest_ignore_message += Your unholy channel expires #Move to item pile explore_stop -= greedy_visited_item_stack