##### copied and modified version of "Yermak's Crawl Init file" ##### # Swap z and y for QWERTZ keyboards #bindkey = [z] CMD_MOVE_UP_LEFT #bindkey = [z] CMD_TARGET_UP_LEFT #bindkey = [z] CMD_MAP_MOVE_UP_LEFT #bindkey = [Z] CMD_RUN_UP_LEFT #bindkey = [Z] CMD_TARGET_DIR_UP_LEFT #bindkey = [Z] CMD_MAP_JUMP_UP_LEFT #bindkey = [^z] CMD_ATTACK_UP_LEFT #bindkey = [y] CMD_CAST_SPELL #bindkey = [Y] CMD_FORCE_CAST_SPELL #bindkey = [:] CMD_MAKE_NOTE note_skill_levels = 1,3,6,9,12,15,18,21,24,27 travel_delay = -1 explore_delay = -1 rest_delay = -1 { local need_skills_opened = true function ready() if you.race() == "Gnoll" then return end if you.turns() == 0 and need_skills_opened == true then need_skills_opened = false crawl.sendkeys("m") end end } { local aft = false function toggle_autothrow() if aft then crawl.setopt("autofight_throw = false") crawl.mpr("Autofight_throw is off.") else crawl.setopt("autofight_throw = true") crawl.mpr("Autofight_throw is on.") end aft = not aft end } default_manual_training = true assign_item_slot = backward show_travel_trail = true show_god_gift = yes cloud_status = true tile_web_mouse_control = false runrest_ignore_message += Your icy armour runrest_ignore_message += Your skin is crawling a little less runrest_ignore_message += infusion is running out runrest_ignore_message += shroud begins to fray runrest_ignore_message += You feel.*sick autofight_stop = 80 #easy_confirm = all #menu_colour += cyan:brand weapon #menu_colour += cyan:enchant weapon #menu_colour += cyan:enchant armour #menu_colour += cyan:recharging #menu_colour += cyan:magic mapping #menu_colour += green:potions? of might #menu_colour += green:potions? of agility #menu_colour += green:potions? of brilliance #menu_colour += green:potions? of haste #menu_colour += green:potions? of resistance #menu_colour += green:potions? of berserk #menu_colour += cyan:wand of para #menu_colour += cyan:wand of conf #menu_colour += cyan:wand of poly #menu_colour += cyan:wand of ensl #menu_colour += cyan:wand of dis ae := autopickup_exceptions #ae -= dangerous_item ae += >scrolls? of (amn|vuln|noise) ae += >potions? of ligni #ae += >wand of (dis|flame|poly|conf|rand|slow) ae += >wand of (rand|poly) ae += >ring of (protection from (mag|fire|cold)|mag|stealth|ice|fire|pos|wiz) ae ^= ring of (poi|resist cor|fli|see) ae += >amulet of ### EN0N's Mini-Map Color Scheme tile_upstairs_col = green tile_downstairs_col = red tile_branchstairs_col = #ffa500 tile_door_col = #c27149 tile_wall_col = #5a524c tile_explore_horizon_col = #aaaaaa tile_floor_col = #1e1b1a tile_item_col = #1e1b1a tile_feature_col = #d4be21 tile_plant_col = #4b6d39 tile_water_col = #0b5d79 tile_deep_water_col = #1212b3 tile_trap_col = #f447ff tile_transporter_col = #ff5656 tile_transporter_landing_col = #59ff89 tile_lava_col = #5f0a00