####이게 원래 쓰던거, 32버전 이후론 아래거 ####네임드 몬스터 경고 #force_more_message += .*(Agnes|Aizul|Antaeus|Arachne|Asmodeus|Azrael|Bai suzhen|Blork the orc|Boris|Cerebov|Crazy Yiuf|Dispater|Dissolution|Donald|Dowan|Duvessa|Edmund|the Enchantress|Ereshkigal|Erica|Erolcha|Eustachio|Fannar|Frances|Frederick|Gastronok|Geryon|Gloorx Vloq|Grinder|Grum|Harold|Ignacio|Ijyb|Ilsuiw|Jessica|Jorgrun|Jory|Joseph|Josephine|Khufu|Kirke|the Lernaean hydra|Lom Lobon|Louise|Maggie|Mara|Margery|Maurice|Menkaure|Mennas|Mnoleg|Murray|Nergalle|Natasha|Nessos|Nikola|Pan|Pikel|Polyphemus|Prince Ribbit|Psyche|Purgy|Robin|Roxanne|the royal jelly|Rupert|Saint Roka|the Serpent of Hell|Sigmund|Snorg|Sojobo|Sonja|Terence|Tiamat|Urug|Vashnia|Xtahua).*comes? into view force_more_message += .*(Agnes|Aizul|Amaemon|Antaeus|Arachne|Asmodeus|Asterion|Azrael|Bai suzhen|Blork the orc|Blorkula the Orcula|Boris|Cerebov|Crazy Yiuf|Dispater|Dissolution|Donald|Dowan|Duvessa|Edmund|the Enchantress|Ereshkigal|Erica|Erolcha|Eustachio|Fannar|Frances|Frederick|Gastronok|Geryon|Gloorx Vloq|Grinder|Grum|Grunn|Harold|Ignacio|Ijyb|Ilsuiw|Jessica|Jeremiah|Jorgrun|Jory|Joseph|Josephina|Josephine|Khufu|Kirke|the Lernaean hydra|Lodul|Lom Lobon|Louise|Maggie|Mara|Margery|Maurice|Menkaure|Mlioglotl|Mennas|Mnoleg|Murray|Nergalle|Natasha|Nessos|Nikola|Pan|Parghit|Pikel|Polyphemus|Prince Ribbit|Psyche|Purgy|Robin|Roxanne|the royal jelly|Rupert|Saint Roka|the Serpent of Hell|Sigmund|Snorg|Sojobo|Sonja|Terence|Tiamat|Urug|Vashnia|Vv|Xak'krixis|Xtahua|Zenata).*comes? into view ####까다로운 몬스터 경고 force_more_message += ((giant|floating|shining) eye|eye of draining).*into view #force_more_message += (ghost moth|torpor snail).*into view force_more_message += (guardian serpent|draconian shifter|convoker).*into view force_more_message += (royal mummy|mummy priest|#fiend).*into view force_more_message += (#curse toe|#curse skull).*into view force_more_message += (hellion|hell sentinel|deep elf sorcerer).*into view force_more_message += (deep elf high priest|zealout|scorcher).*into view force_more_message += (ancient lich|orb of fire|#juggernaut|#shrike).*into view force_more_message += 27-headed.* comes? into view force_more_message += .*orbs? of fire.* comes? into view force_more_message += .*pandemonium* comes? into view ####마법 실패 문구 제거 fail_severity_to_confirm = 5 #### 사운드팩 #sound_on = true sound_pack += https://osp.nemelex.cards/build/latest.zip:["init.txt"] one_SDL_sound_channel = true sound_fade_time = 0.5 sound_volume = 0.5 #데몬스폰 변이 message_colour += magenta: your demonic ancestry asserts itself... message_colour += brown: You feel monstrous as your demonic heritage exerts itself. #좀 변이 force_more_message += distortional energy show_more = false default_manual_training = true rest_wait_both = true rest_wait_ancestor = true warn_hatches=true autopickup_exceptions += potion of degeneration autopickup_exceptions ^= >scroll of noise autopickup_exceptions ^= >wand of polymorph autopickup_exceptions ^= >lightning rod autopickup_exceptions ^= >condenser vane autopickup_exceptions ^= >sack of spiders autopickup_exceptions ^= >box of beasts autopickup_exceptions ^= >tin of tremorstones autopickup_exceptions ^= >Gell's gravitambourine tile_full_screen = false #tile_window_width =1920 #tile_window_height = 1080 travel_delay = -1 explore_delay = -1 show_travel_trail = true autofight_stop = 50 rest_delay = -1 tile_font_crt_size = 25 tile_font_stat_size = 17 tile_font_msg_size = 20 tile_font_tip_size = 20 tile_font_lbl_size = 20 tile_font_crt_family = Consolas tile_font_stat_family = Consolas tile_font_msg_family = Consolas tile_font_lbl_family = Consolas tile_player_tile=mons:GHOST item_slot += scroll.*identify:r item_slot += poisoned dart:f always_show_zot = true show_gold_status = true lab_transfer_chat_ingame = true ##사일 주문 발동시 경고 #force_spell_targeter += Silence confirm_action += Silence spell_slot += Discord:d spell_slot += Enfeeble:e spell_slot += Cause fear:f spell_slot += Blink:k spell_slot += Lesser beckoning:l spell_slot += Apportation:n spell_slot += Passwall:p spell_slot += Silence:s spell_slot += Summon mana viper:v spell_slot += Yara's Violent Unravelling:y ####게임 시작 시 랜덤타일, 숙련창 활성화 { local need_skills_opened = true function ready() if you.turns() == 0 and need_skills_opened then need_skills_opened = false crawl.sendkeys("m") end end }