##### Some basic explanation of option syntax ####################### # Lines beginning with '#' are comments. The basic syntax is: # # field = value or field.subfield = value # # Only one specification is allowed per line. # # The terms are typically case-insensitive except in the fairly obvious # cases (the character's name and specifying files or directories when # on a system that has case-sensitive filenames). # # White space is stripped from the beginning and end of the line, as # well as immediately before and after the '='. If the option allows # multiple comma/semicolon-separated terms (such as # autopickup_exceptions), all whitespace around the separator is also # trimmed. All other whitespace is left intact. # # There are three broad types of Crawl options: true/false values (booleans), # arbitrary values, and lists of values. The first two types use only the # simple =, with later options - which includes your options that are different # from the defaults - overriding earlier ones. List options allow using +=, ^=, # -=, and = to append, prepend, remove, and reset, respectively. Usually you will # want to use += to add to a list option. Lastly, there is := which you can use # to create an alias, like so: # ae := autopickup_exceptions # From there on, 'ae' will be treated as if it you typed autopickup_exceptions, # so you can save time typing it. # ##### Other files ################################################### # You can include other files from your options file using the 'include' # option. Crawl will treat it as if you copied the whole text of that file # into your options file in that spot. You can uncomment some of the following # lines by removing the beginning '#' to include some of the other files in # this folder. # Some useful, more advanced options, implemented in LUA. # include = advanced_optioneering.txt # Alternative vi bindings for Dvorak users. # include = dvorak_command_keys.txt # Alternative vi bindings for Colemak users. # include = colemak_command_keys.txt # Alternative vi bindings for Neo users. # include = neo_command_keys.txt # Override the vi movement keys with a non-command. # include = no_vi_command_keys.txt # Turn the shift-vi keys into safe move, instead of run. # include = safe_move_shift.txt ### # # MYHEADER, 29.01.22 # for 0.28 trunk # copied from Glo 0.28 trunk # ### ### 09.07.21 default_manual_training = true ### Don't accidently press '5' or sth, 18.05.21 (ebering) macros += M 5 ===smartfive < function smartfive() if crawl.yesno("Really rest?", true, "N") then crawl.do_commands({"CMD_REST"}) end end > ### SOME COPIES FROM RC Tu, 20.11.19 note_chat_messages = false more := force_more_message user_note_prefix = // ### reduce messages, 14.05.20 / not sure if it works # note_items -= Bought .* # note_messages -= Bought .* # note_messages -= Found .* gate ### EVENTS more += increases to more += enough gold more += skin stops crawling ### 19.01.21 more += vane has ### 13.02.21 more += corrodes you ### 13.06.21 / 22.07.21 # more += tin of tremorstrones has more += has regained ### Tm more += Your transformation is almost more += warm up again more += Your transformation has ended more += feel less wooden ### wereblood 14.08.21 more += primal bloodlust has ended ### 28.07.21 # more += disappear more += finished your manual more += feel you are being watched more += flicker back more += no longer corroded more += feel yourself speed up more += feel yourself slow down # more += Your unstable footing causes you to fumble your attack more += like a meek peon more += hands slow down ### 24.08.32 more += claws slow down more += willpower return # more += icy armour starts to meld # more += icy armour evaporates # more += like a meek peon # more += magical contamination ### 29.01.21 more += recover from your berserk # tornado ends # more += The winds around you start to calm down. ### 26.04.17 / 12.05.20 / evolution more += feel a genetic drift ### 10.04.20 # more += You miscast more += less protected from missiles ### 17.04.20 darkness spell expires more += ambient light returns ### 20.04.20 more += carry that many more += pack is full more += abyssal rune more += Found a gateway leading deeper ### blade hands - hard to see with Fe (090420) // statue form more += revert to ### MORE EVENTS, 23.12.19 more += sentinel's mark more += Your surroundings suddenly ### 04.03.20, after acid-shot more += is carrying ### 08.05.20 more += You are starving ### 24.05.20 / 14.08.21 ('careful': also Fedhas) more += unravelling more += Careful travel_delay = 180 # travel_delay = -1 ### HITPOINT WARNING / -MORE- hp_warning = 50 # hp_warning = 55 more += HITPOINT small_more = true show_more = false ### ASHENZARI more += now scry more += more cursed you are more += will now reveal more += will now keep your mind more += will help you to reconsider ### 15.04.20 ### more += of remove curse ### OKA, 08.04.20, 19.08.21 more += can now gain great # more += speed up # 12.04.20 # more += sends forces more += mollified ### KIKU 6* more += will grant you ### MAKH, 25.04.20 / 05.05.20 more += You can now gain health from killing. more += You can now harness Makhleb's destructive might. more += You can now summon a lesser servant of Makhleb. more += You can now hurl Makhleb's greater destruction. more += You can now summon a greater servant of Makhleb. ### SIF, 28.04.20 more += can now call upon more += will now gift you books ### CHEI, 30.04.20 more += raises the support ### VEH, 01.05.20 #3, #4 more += can now gain magical power more += is now aiding your destructive spells more += is now extending the range of your destructive spells ### TSO, 03.08.21 # more += bless your ### Jiyva, 30.01.22 more += Jiyva alters your body ### 6* more += will now unseal ### 26.08.21 more += shield fades ### WEAPONS more += of distortion # more += of flaming # more += of freezing # more += of speed # more += of holy wrath # more += of venom # more += are poisoned # more += of draining # more += feel drained # more += of electrocution # more += are electrocuted ### DANGEROUS # more += ogre .* into view # more += orc priest .* into view # more += orc wizard .* into view # more += scorpion .* into view # more += wight .* into view # more += centaur .* into view # more += Found .* mines ### early wand 19.01.22 # more += acid more += dream sheep .* into view more += killer bee .* into view more += mamba .* into view more += hydra .* into view more += basilisk .* into view more += catoblepas .* into view more += death yak .* into view more += leech .* into view more += mangrove .* into view ### 0.26, 18.06.21 more += witch .* into view ### more += redback .* into view more += hornet .* into view more += entropy weaver .* into view more += spark wasp .* into view more += naga mage .* into view more += anaconda .* into view more += nagaraja .* into view more += guardian serpent .* into view more += shining eye .* into view # more += ogre mage .* into view more += spriggan .* into view more += boggart .* into view more += lich .* into view more += dragon .* into view more += shrike .* into view ### 24.08.21 more += vampire .* into view ### 10.04.20 more += meliai .* into view more += shifter .* into view more += orb of fire .* into view ### 14.04.20 more += neqoxec .* into view more += cacodemon .* into view ### 08.08.21 (MR for slime) more += great orb of eyes .* into view ### 17.04.20 more += death cob .* into view ### 20.04.20 more += tzitzimitl .* into view more += doom hound .* into view more += quicksilver dragon .* into view ### 28.08.21, quicksilver bolt dispels more += purple draconian .* into view ### 04.05.20 more += vault sentinel .* into view ### 12.05.20 more += curse skull .* into view more += curse toe .* into view ### 13.05.20 sap magic more += warmonger .* into view ### 20.05.20 Ci more += tormentor .* into view ### 29.01.21 more += beetle .* into view ### 17.06.21 more += scarab .* into view ### 25.07.21 more += iron giant .* into view ### 28.07.21 more += flayed ghost .* into view ### 02.08.21 (0.27) more += ironbound .* into view ### UNIQUES (from cerebovssquire) more += Agnes .* into view more += Aizul .* into view more += Antaeus .* into view more += Arachne .* into view more += Asmodeus .* into view more += Azrael .* into view more += Blork the orc .* into view more += Boris .* into view more += Cerebov .* into view more += Crazy Yiuf .* into view more += Dispater .* into view more += Dissolution .* into view more += Donald .* into view more += Dowan .* into view more += Duvessa .* into view more += Edmund .* into view more += Ereshkigal .* into view more += Erica .* into view more += Erolcha .* into view more += Eustachio .* into view more += Fannar .* into view more += Frances .* into view more += Frederick .* into view more += Gastronok .* into view more += Geryon .* into view more += Gloorx Vloq .* into view more += Grinder .* into view more += Grum .* into view more += Harold .* into view more += Ignacio .* into view more += Ijyb .* into view more += Ilsuiw .* into view more += Jessica .* into view more += Jorgrun .* into view more += Joseph .* into view more += Josephine .* into view more += Jozef .* into view more += Khufu .* into view more += Kirke .* into view more += Lamia .* into view more += Lom Lobon .* into view more += Louise .* into view more += Mara .* into view more += Margery .* into view more += Maud .* into view more += Maurice .* into view more += Menkaure .* into view more += Mennas .* into view more += Mnoleg .* into view more += Murray .* into view more += Nergalle .* into view more += Nessos .* into view more += Nikola .* into view more += Norris .* into view more += Pikel .* into view more += Polyphemus .* into view more += Prince Ribbit .* into view more += Psyche .* into view more += Purgy .* into view more += Roxanne .* into view more += Rupert .* into view more += Saint Roka .* into view more += Sigmund .* into view more += Snorg .* into view more += Sojobo .* into view more += Sonja .* into view more += Terence .* into view more += The Enchantress .* into view more += The Lernaean hydra .* into view more += The royal jelly .* into view more += The Serpent of Hell .* into view more += Tiamat .* into view more += Urug .* into view more += Xtahua .* into view ### 0.14 more += Asterion .* into view more += Natasha .* into view more += Vashnia .* into view ### 0.16 more += Robin .* into view ### 0.19 more += Bai Suzhen .* into view ### 0.25 more += Maggie .* into view ### 0.28 more += Mlioglotl .* into view ### END UNIQUES ####### SLOTS, 28.04.20, partially from Yermak's rc ### AUTOINSCRIPTIONS ai := autoinscribe ### better don't autoinscribe staves, 07.05.20 # ai ^= magical staff:!a ai ^= scroll of silence:!r ai ^= scroll of magic mapping:!r # ai ^= scroll of vulnerability:!r # ai ^= scroll of immolation:!r ### lig asks for comfirm, 20.07.21 / all 'purple' items do, 24.08.21 # ai ^= potion of lignification ai ^= potion of berserk:!q ai ^= potion of cancellation:!q ai ^= potion of ambrosia:!q ### ABILITY SLOTS as := ability_slot as ^= End Transfo: e as ^= Evoke Invis: i as ^= Evoke Fligh: l ### SPELL SLOTS ss := spell_slot ss ^= Apportation: a ss ^= Blink: b ss ^= Corona: c # ss ^= Call Imp: c ss ^= Animate Dea: d # ss ^= Tukima's Da: d # ss ^= Static Disc: d ss ^= Lesser Beck: e ss ^= Summon Fore: f ss ^= Passage of: g # ss ^= Ensorcelled: h ss ^= Hailstorm: h ss ^= Irradiate: i # ss ^= Invisibilit: i # ss ^= Ignite Pois: i # ss ^= Iron Shot : i # ss ^= Poisonous V: j #ss ^= Agony : j #ss ^= Conjure Fla: j ss ^= Animate Ske: k ss ^= Lee's Rapid: l # ss ^= Lightning B: l # ss ^= Manifold As: m # ss ^= Metabolic E: m ss ^= Iskenderun': n # ss ^= Orb of Dest: o ss ^= Portal Proj: o ss ^= Passwall: p # ss ^= Petrify: q # ss ^= slow: q ss ^= Mephitic Cl: q # ss ^= Leda's Liqu: q # ss ^= Olgreb's To: r ss ^= Frozen Ramp: r # ss ^= Sandblast: s # ss ^= Stone Arrow: s # ss ^= Summon Ligh: s ss ^= Confusing T: t # ss ^= Airstrike: t ss ^= Dispel Unde: u #ss ^= Sublimation: u ss ^= Vampiric Dr: v ss ^= Wereblood: w # ss ^= Swiftness: w ss ^= Searing Ray: x ### early spells (usually soon to be replaced), / 08.07.21 # ss ^= Sandblast: z # ss ^= Pain: z # ss ^= Magic Dart: z ss ^= Freeze: z # ss ^= Shock: z # ss ^= Sting: z ### Ozo Refrig: 26.01.22 ss ^= Shroud of G: G ss ^= Ozocubu's A: O ss ^= Ozocubu's R: R ### tMut spells ss ^= Beastly App: E ss ^= Spider Form: X ss ^= Ice Form: I ss ^= Blade Hands: B ss ^= Statue Form: S ss ^= Dragon Form: D ss ^= Necromutati: N ### Highlevel spells ss ^= Freezing Cl: F ss ^= Conjure Bal: C # ss ^= Chain Light: H # ss ^= Tornado: T # ss ^= Ignition: G # ss ^= Fire Storm: M # ss ^= Absolute Z: Z ss ^= Polar Vorte: P ### 03.02.21 ss ^= Shatter: A ss ^= Borgnjor's: V ### ITEM SLOTS, kind of a problem, off 18.01.21 # is := item_slot # is ^= ring of protection from fire:f # is ^= ring of protection from cold:c # is ^= ring of protection from magic:m # is ^= ring of poison resistance:p # is ^= ring of see invisible:i # is ^= ring of flight:l # is ^= ring of slaying:y # is ^= ring of resist corrosion:o # is ^= amulet of faith:F # is ^= amulet of regeneration:R ####### END SLOTS ### Ignore prompt on self-target (zap), 05.05.20, 04.01.21 # { # function c_answer_prompt(prompt) # if prompt == "That beam is likely to hit you. Continue anyway?" then # return true # end # end # } ### similar: ignore prompt in ice cave e.g., 13.02.21, 26.07.21 { function c_answer_prompt(prompt) if prompt == "Really fly into that cloud of blessed fire?" then return true end end } { function c_answer_prompt(prompt) if prompt == "Really walk into that cloud of blessed fire?" then return true end end } ### 12.05.20, auto-screenshots for notes off # dump_order = header,hiscore,stats,misc,inventory, # dump_order += skills,spells,overview,mutations,messages,screenshot, # dump_order += monlist,kills,notes,screenshots,skill_gains,action_counts dump_order -= kills, screenshots # dump_order -= screenshots ### timed portal (Frostbite as well) more += hear the ### 05.01.21 more += Archmagi ### 09.02.21 Xom wrath # more += Xom # more += divine ### 22.06.21 Lugonu wrath # more += Lugonu ### 02.08.21, wrath # more += Trog # more += Okawaru ### 09.02.21 / 08.08.21 # more += found a gateway # more += found a one-way gate ### 24.05.20 / torment / off for tomb more += body is wracked with pain ### Macros for DD, 08.07.2021 # F1 - F4: apportation / divine, wereblood, passwall zp, BVC zV/meph zq macros += M \{-265} ^ # macros += M \{-266} zw # macros += M \{-267} zp # macros += M \{-268} zV # F5 - F8: PoG, unused, LRD, throw # macros += M \{-269} zg # [macros += M \{-270}] # macros += M \{-271} zl macros += M \{-272} f. # F9 - F10: late game: statue form zS, shatter zA # macros += M \{-273} zS # macros += M \{-274} zA # F11 - F12 unused # [macros += M \{-275}] # [macros += M \{-276}] ### Macros for OgIE, 27.01.2022 use_animations -= player # F1 - F4: apportation/divine, freezing cloud, CBL, Ozo refrig # macros += M \{-265} zaf # macros += M \{-266} zF # macros += M \{-267} zC # macros += M \{-268} zR # F5 - F8: hailstorm, unused, throw, Ozo armour # macros += M \{-269} zhf # [macros += M \{-270}] # macros += M \{-271} f. # macros += M \{-272} zO # F9 - F10: early game: freeze, ramparts # (F9 - F10: late game: statue form zS, shatter zA) # F9 - F10: late game: zP polar vortex # macros += M \{-273} zP # macros += M \{-274} zrf ### 10.08.21, Zong.: door opens more += vibrate ### 11.08.21 CK more += distortional more += Xom smiles on you ### 12.08.21 TLA (e.g.) more += attunes ### 21.08.21 more += demonic rune more += terrible wounds # more += shield # more += tower more += vision of a gate ### Careful play # more += comes into view # more += .* into view ### invisible more += flickers and vanishes