Language = ko ##언어한글화## #$ lab_sound_on = true ##사운드패치 ##여기부터 마법안정화 체크 { function ready() checkSpellFailRate() end } { safe = 10 -- 실패율이 safe값 이하면 안정화가 된걸로 침 --만약 실패율이 5%이하인 것만 메세지를 나타나게 하고싶으면 10을 5로 바꾸면됨 spellTable = {} function checkSpellFailRate() for index,spellName in pairs(you.spells()) do fail = spells.fail(spellName) if rawget(spellTable, spellName) == nil then spellTable[spellName] = 0 end if rawget(spellTable, spellName) == 0 and fail < safe then crawl.mpr(string.format("%s 스펠 안정화 끝!",spellName)) spellTable[spellName] = 1 end end end } ##여기까지 마법안정화 체크 tile_show_player_species = false ##플레이어 도트 몬스터화 ##여기부터 탐험딜레이설정 rest_delay=-1 travel_delay=-1 explore_delay=-1 show_travel_trail=1 ##여기까지 탐험딜레이설정 ##여기부터 자동m키(새게임시작시 자동으로 스킬창띄움) { 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 } ##여기까지 자동m키 ##여기부터 완전회복까지 휴식 (100턴휴식이아니라 체력,마력이100%가 될때까지 휴식) rest_wait_both = true rest_wait_percent = 100 ##여기까지 완전회복까지 휴식 ## 마법창 한글화 ## lab_magic_window_translate = true ## 기술창 한글화 ## lab_skill_window_translate = true ## 인터페이스 한글화 ## lab_interface_translate = true ## 능력창 한글화 ## lab_ability_window_translate = true ## 한글 고정폭 폰트 ## lab_apply_font = true ## 채팅 리디렉트 (관전자 X) ## #$ lab_transfer_chat_ingame=true ## 채팅 컨트롤 숨기기 (관전자 X) ## #$ lab_hide_chat_control = true ## 웹죽 세션 강제 유지 및 잠수 알림 (5분 이상 입력이 없어도 종료되지 않음) ## lab_maintain_session = true ## 방을 이동해도 채팅을 지우지 않음 ## lab_disable_chat_clear = true autofight_stop = 60 autopickup_exceptions +=< javelin autopickup_exceptions +=< boomerang default_manual_training = true #유니크 몬스터가 출현했을 때 more를 강제로 띄워줌 #탭질 신나게하다가 유니크 몹이 등장했을 때 게임을 멈춰서 제대로 집중해서 전투할 수 있게 해줌 #패치로 유니크몹이 추가되면 맞춰서 수정해줘야함 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 #위험한 몬스터 출현 시 more를 강제로 띄워줌 #패치로 위험한 몬스터가 추가되면 맞춰서 수정해줘야함 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|zealout|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 += .*orbs? of fire.* comes? into view force_more_message += .*pandemonium* comes? into view #몹위험도 표시 tile_show_threat_levels = trivial, easy, tough, nasty force_more_message = finished your manual : if you.race() == "Felid" then tile_player_tile = tile:felid_6 : end #$ lab_sound_on = true