# This is an example nethackrc file for GruntHack 0.2.3. You should edit # this file to meet your play style needs. # Available editors: rnano or virus via the terminal, or see our web-based RC Editor # at https://www.hardfought.org/nethack/rcedit # Examples of common defaults: OPTIONS=windowtype:tty OPTIONS=!showexp,!showscore,time,color,!sparkle OPTIONS=autodig,fruit:durian,boulder:0 OPTIONS=hilite_pet,hilite_obj_piles # Curses interface is available on this server. Some common settings: ## Curses interface (be sure to disable windowtype:tty) # OPTIONS=windowtype:curses OPTIONS=align_status:bottom OPTIONS=align_message:top OPTIONS=windowborders:3 OPTIONS=petattr:I # Set terminal window for same dimensions OPTIONS=term_cols:124 OPTIONS=term_rows:32 # Turn on autopickup. OPTIONS=autopickup # Ask for confirmation before picking up stuff that slows you down. OPTIONS=pickup_burden:Unencumbered # Don't pick up dumb things like armor (great, I really wanted those two plate mails), tools, and iron chains. # Occasionally you may want to change this in-game. OPTIONS=pickup_types:$?/"=!% # Really good items you don't want to leave behind autopickup_exception="<*wand of wishing*" autopickup_exception="<*magic marker*" autopickup_exception="<*magic lamp*" autopickup_exception="<*lamp called magic" # Really *important* items you don't want to leave behind # True story: I once left the Amulet of Yendor on an altar while BUC testing and escaped the dungeon. Not fun. autopickup_exception="<*silver bell*" autopickup_exception="<*Bell of Opening*" autopickup_exception="<*candelabrum*" autopickup_exception="<*Candelabrum*" autopickup_exception="<*Book of the Dead*" autopickup_exception="<*papyrus spellbook*" #autopickup_exception="<*Yendor*" AUTOPICKUP_EXCEPTION=">*Amulet of Yendor" AUTOPICKUP_EXCEPTION="<*Amulet of Yendor named ?*" #----------------------- #| Leave on the Ground | #----------------------- # [vimsec44] # Various player names for stuff they don't really want. autopickup_exception=">* named* empty*" autopickup_exception=">* named* crap*" autopickup_exception=">* named* junk*" autopickup_exception=">* named* worthless*" autopickup_exception=">* named* out*" autopickup_exception=">*scare monster*" # Who wants to pick up their discharged wands? # Actually, I just apply them when they're empty and this becomes a moot point. # But I'll leave this for the benefit of other people; it's not hurting me. autopickup_exception=">*:0)*" # You don't want to try to pick up super-heavy corpses. Or any for that matter. # (Except maybe lizards, but making that work is more trouble than it's worth.) autopickup_exception=">* corpse*" # Ever picked up a /oCancellation without realizing it and then put . into your bag of holding? # I have. Not fun. autopickup_exception=">*bag*" autopickup_exception=">*wand*cancellation" # If we have this exception, then we can set pickup_types to iron balls in order # to get just exceptions. autopickup_exception=">*heavy iron ball*" ## http://nethackwiki.com/wiki/Autopickup_exceptions # Uses globbing, unless you set OPTIONS=apexception_regex ## Always pick these: #AUTOPICKUP_EXCEPTION="<*magic lamp*" #AUTOPICKUP_EXCEPTION="<*wand of wishing*" #AUTOPICKUP_EXCEPTION="<*wand of death*" #AUTOPICKUP_EXCEPTION="<*wand of polymorph*" ## Don't pick these: AUTOPICKUP_EXCEPTION=">*worthless piece of*" AUTOPICKUP_EXCEPTION=">*loadstone*" AUTOPICKUP_EXCEPTION=">*flint stone*" OPTIONS=hilite_hidden_stairs OPTIONS=statuscolors ## HP STATUSCOLOR=hp%100=green,hp%66=yellow,hp%50=orange STATUSCOLOR=hp%33=red&bold,hp%15:red&inverse,hp%0:red&inverse&blink ## Pw STATUSCOLOR=pw%100=green,pw%66=yellow,pw%50:orange,pw%33=red&bold ## Carry STATUSCOLOR=burdened:yellow,stressed:orange,strained:red&bold STATUSCOLOR=overtaxed:red&inverse,overloaded:red&inverse&blink ## Hunger STATUSCOLOR=satiated:yellow,hungry:orange,weak:red&bold STATUSCOLOR=fainting:red&inverse,fainted:red&inverse&blink ## Mental STATUSCOLOR=hallu:yellow,conf:orange,stun:red&bold ## Health STATUSCOLOR=ill:red&inverse,foodpois:red&inverse,slime:red&inverse # # ## Colored menus. Regular expressions allowed. OPTIONS=menucolors MENUCOLOR=" blessed "=green MENUCOLOR=" holy "=green MENUCOLOR=" cursed "=red MENUCOLOR=" unholy "=red MENUCOLOR=" cursed .* (being worn)"=orange&underline MENUCOLOR=" vanish"=white&underline MENUCOLOR=" cancel*"=white&underline MENUCOLOR=" CANCEL*"=white&underline MENUCOLOR=" bag of tricks"=white&underline # ## Require you to type "yes" instead of just "y" OPTIONS=paranoid_hit,paranoid_quit,paranoid_remove # ## Always show BUC status? OPTIONS=showbuc