디시인사이드 갤러리

갤러리 이슈박스, 최근방문 갤러리

갤러리 본문 영역

rc코드 질문좀

로갤러(218.238) 2024.10.13 18:00:58
조회 37 추천 0 댓글 2

이거 그대로 복붙해서 써도 됨? 옛날에 쓰던건데


## 인터페이스 한글화 ##


#$ lab_interface_translate = true

#$ lab_apply_font = true

#$ lab_skill_window_translate = true

default_manual_training = true

#$ lab_ability_window_translate = true

#$ lab_magic_window_translate = true

#$ lab_gold_status = true

explore_wall_bias = 100

hp_warning = 80

mp_warning = 10

autofight_stop = 50

force_more_message += A sentinel's mark forms upon you

force_more_message += You feel yourself slow down

force_more_message += Found .* abyssal rune of Zot

force_more_message += god:(sends|finds|silent|anger)

force_more_message += .*(Agnes|Aizul|Amaemon|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|Grunn|Harold|Ignacio|Ijyb|Ilsuiw|Jessica|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|Xtahua|Zenata).*comes? into view

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|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 += (radroach|entropy weaver|meliai).*into view


force_more_message += (salamander tyrant|ironbound frostheart).*into view


force_more_message += (walking crystal tome|walking divine tome|walking earthen tome|walking frostbound tome).*into view

force_more_message += changes into.*((giant|floating|shining) eye|eye of draining)


force_more_message += changes into.*(moth of wrath|ghost moth|torpor snail)


force_more_message += changes into.*(guardian serpent|draconian shifter|convoker)


force_more_message += changes into.*(flayed ghost|royal mummy|mummy priest|fiend|tzitzimitl)


force_more_message += changes into.*(tormentor|curse toe|curse skull)


force_more_message += changes into.*(hellion|hell sentinel|deep elf sorcerer)


force_more_message += changes into.*(deep elf high priest|scorcher)


force_more_message += changes into.*(ancient lich|orb of fire|executioner|juggernaut|shrike)


force_more_message += changes into.*(wretched star|lurking horror)


force_more_message += changes into.*(neqoxec|cacodemon|doom hound)


force_more_message += changes into.*(radroach|entropy weaver|meliai)


force_more_message += changes into.*(salamander tyrant|ironbound frostheart)


force_more_message += changes into.*(walking crystal tome|walking divine tome|walking earthen tome|walking frostbound tome)

force_more_message += It is wielding.*of distortion


force_more_message += She is wielding.*of distortion


force_more_message += He is wielding.*of distortion


force_more_message += wielding.* distortion.* comes? into view


flash_screen_message += It is wielding.*of distortion


flash_screen_message += She is wielding.*of distortion


flash_screen_message += He is wielding.*of distortion


flash_screen_message += wielding.* distortion.* comes? into view


flash_screen_message += distortion.* comes? into view


tile_font_crt_family = Consolas


tile_font_stat_family = Consolas


tile_font_msg_family = Consolas


tile_font_lbl_family = Consolas


autopickup = $?!:"/|}


autopickup_exceptions += <throwing net


autopickup_exceptions += <curare

autopickup_exceptions ^= <(immolation|lignification|mutation|attraction|vulnerability|torment|scroll of poison|scrolls of poison)


autopickup_exceptions ^= <tin of tremorstones


autopickup_exceptions ^= >useless_item


runrest_ignore_message += Jiyva appreciates your sacrifice


runrest_ignore_message += Jiyva gurgles merrily


runrest_ignore_message += Jiyva says: Divide and consume


runrest_ignore_message += You hear.*splatter


runrest_ignore_message += You feel better


runrest_ignore_message += You feel your power returning


runrest_ignore_message += Your protection from.*is fading


runrest_ignore_message += You feel less protected from


runrest_ignore_message += the wereblood boils in your veins

runrest_ignore_message += A nearby plant withers and dies


runrest_ignore_message += Your fire (vortexlvortices).*something


runrest_ignore_message += something .* fire (vortexlvortices)


runrest_ignore_message += Your primal bloodlust is almost over


runrest_ignore_message += Your unholy channel expires


explore_stop -= greedy_visited_item_stack



{


add_autopickup_func(function(it, name)




local class = it.class(true)


local armour_slots = {cloak="Cloak", helmet="Helmet", gloves="Gloves", boots="Boots", body="Armour", shield="Shield"}




if (class == "armour") then


if it.is_useless then return false end




sub_type = it.subtype()


equipped_item = items.equipped_at(armour_slots[sub_type])




if (sub_type == "cloak") or (sub_type == "helmet") or (sub_type == "gloves") or (sub_type == "boots") then


if not equipped_item then


return true


else


return it.artefact or it.branded or it.ego


end


end




if (sub_type == "body") then


return false


end




if (sub_type == "shield") then


if equipped_item then


return it.artefact or it.branded or it.ego


end


end


end


end)


}



{




  local need_skills_opened = true




  local previous_hp = 0




  local previous_mp = 0




  local previous_form = ''




  local was_berserk_last_turn = false




  function announce_damage_ko()




    local current_hp, max_hp = you.hp()




    local current_mp, max_mp = you.mp()




    --Things that increase hp/mp temporarily really mess with this




    local current_form = you.transform()




    local you_are_berserk = you.berserk()




    local max_hp_increased = false




    local max_hp_decreased = false




    if (current_form ~= previous_form) then




      if (previous_form:find('dragon') or




          previous_form:find('statue') or




          previous_form:find('tree') or




          previous_form:find('ice')) then




        max_hp_decreased = true




      elseif (current_form:find('dragon') or




          current_form:find('statue') or




          current_form:find('tree') or




          current_form:find('ice')) then




        max_hp_increased = true




      end




    end




    if (was_berserk_last_turn and not you_are_berserk) then




      max_hp_decreased = true




    elseif (you_are_berserk and not was_berserk_last_turn) then




      max_hp_increased = true




    end




    --crawl.mpr(string.format('previous_form is: %s', previous_form))




    --crawl.mpr(string.format('current_form is: %s', current_form))




    --crawl.mpr(string.format('max_hp_increased is: %s', max_hp_increased and 'True' or 'False'))




    --crawl.mpr(string.format('max_hp_decreased is: %s', max_hp_decreased and 'True' or 'False'))




    --crawl.mpr(string:format('you_are_berserk is: %s', you_are_berserk and 'True' or 'False'))




    --crawl.mpr(string:format('was_berserk_last_turn is: %s', was_berserk_last_turn and 'True' or 'False'))




    --Skips message on initializing game




    if previous_hp > 0 then




      local hp_difference = previous_hp - current_hp




      local mp_difference = previous_mp - current_mp




      if max_hp_increased or max_hp_decreased then




        if max_hp_increased then




          crawl.mpr('이제 [' .. current_hp .. '/' .. max_hp .. '] 의 체력을 가지게 되었습니다.')




        else




          crawl.mpr('이제 [' .. current_hp .. '/' .. max_hp .. '] 의 체력을 가지게 되었습니다.')




        end




      else




        --On losing health




        if (current_hp < previous_hp) then




          if current_hp <= (max_hp * 0.30) then




            crawl.mpr('' .. hp_difference .. '의 피해를 받았습니다. 현재 남은 체력은 [' .. current_hp .. '/' .. max_hp .. '] 입니다.')




          elseif current_hp <= (max_hp * 0.50) then




            crawl.mpr('' .. hp_difference .. '의 피해를 받았습니다. 현재 남은 체력은 [' .. current_hp .. '/' .. max_hp .. '] 입니다.')




          elseif current_hp <= (max_hp *  0.70) then




            crawl.mpr('' .. hp_difference .. '의 피해를 받았습니다. 현재 남은 체력은 [' .. current_hp .. '/' .. max_hp .. '] 입니다.')




          elseif current_hp <= (max_hp * 0.90) then




            crawl.mpr('' .. hp_difference .. '의 피해를 받았습니다. 현재 남은 체력은 [' .. current_hp .. '/' .. max_hp .. '] 입니다.')




          else




            crawl.mpr('' .. hp_difference .. '의 피해를 받았습니다. 현재 남은 체력은 [' .. current_hp .. '/' .. max_hp .. '] 입니다.')




          end




          if hp_difference > (max_hp * 0.20) then




            crawl.mpr('조오오온나 쌔다!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!')




          end




        end




        --On gaining more than 1 health




        if (current_hp > previous_hp) then




          --Removes the negative sign




          local health_inturn = (0 - hp_difference)




          if (health_inturn > 1) and not (current_hp == max_hp) then




            if current_hp <= (max_hp * 0.30) then




              crawl.mpr('' .. health_inturn .. '의 체력을 얻었습니다. 현재 체력은 [' .. current_hp .. '/' .. max_hp .. '] 입니다.')




            elseif current_hp <= (max_hp * 0.50) then




              crawl.mpr('' .. health_inturn .. '의 체력을 얻었습니다. 현재 체력은 [' .. current_hp .. '/' .. max_hp .. '] 입니다.')




            elseif current_hp <= (max_hp *  0.70) then




              crawl.mpr('' .. health_inturn .. '의 체력을 얻었습니다. 현재 체력은 [' .. current_hp .. '/' .. max_hp .. '] 입니다.')




            elseif current_hp <= (max_hp * 0.90) then




              crawl.mpr('' .. health_inturn .. '의 체력을 얻었습니다. 현재 체력은 [' .. current_hp .. '/' .. max_hp .. '] 입니다.')




            else




              crawl.mpr('' .. health_inturn .. '의 체력을 얻었습니다. 현재 체력은 [' .. current_hp .. '/' .. max_hp .. '] 입니다.')




            end




          end




          if (current_hp == max_hp) then




            crawl.mpr('체력이 전부 회복되었습니다. (' .. current_hp .. ')')




          end




        end




        --On gaining more than 1 magic




        if (current_mp > previous_mp) then




          --Removes the negative sign




          local mp_inturn = (0 - mp_difference)




          if (mp_inturn > 1) and not (current_mp == max_mp) then




            if current_mp < (max_mp * 0.25) then




              crawl.mpr('' .. mp_inturn .. '의 마력를 얻었습니다. 현재 마력은 [' .. current_mp .. '/' .. max_mp .. '] 입니다.')




            elseif current_mp < (max_mp * 0.50) then




              crawl.mpr('' .. mp_inturn .. '의 마력을 얻었습니다. 현재 마력은 [' .. current_mp .. '/' .. max_mp .. '] 입니다.')




            else




              crawl.mpr('' .. mp_inturn .. '의 마력을 얻었습니다. 현재 마력은 [' .. current_mp .. '/' .. max_mp .. '] 입니다.')




            end




          end




          if (current_mp == max_mp) then




            crawl.mpr('마력이 전부 회복되었습니다. (' .. current_mp .. ')')




          end




        end




        --On losing magic




        if current_mp < previous_mp then




          if current_mp <= (max_mp / 5) then




            crawl.mpr('현재 남은 마력은 [' .. current_mp .. '/' ..max_mp ..'] 입니다.')




          elseif current_mp <= (max_mp / 2) then




            crawl.mpr('현재 남은 마력은 [' .. current_mp .. '/' ..max_mp ..'] 입니다.')




          else




            crawl.mpr('현재 남은 마력은 [' .. current_mp .. '/' ..max_mp ..'] 입니다.')




          end




        end




      end




    end




    --Set previous hp/mp and form at end of turn




    previous_hp = current_hp




    previous_mp = current_mp




    previous_form = current_form




    was_berserk_last_turn = you_are_berserk




  end




function ready()




  -- Enable AnnounceDamage.




  announce_damage_ko()




  if you.turns() == 0 and need_skills_opened then




    need_skills_opened = false




    crawl.sendkeys("m")




  end




end




}





추천 비추천

0

고정닉 0

0

댓글 영역

전체 댓글 0
등록순정렬 기준선택
본문 보기

하단 갤러리 리스트 영역

왼쪽 컨텐츠 영역

갤러리 리스트 영역

갤러리 리스트
번호 제목 글쓴이 작성일 조회 추천
설문 요리 경연 프로그램에 나가도 될 것 같은 스타는? 운영자 24/10/07 - -
공지 로그라이크 갤러리 이용 안내 [55] 운영자 16.04.08 83221 24
469141 드포 아저씨 번역은 못할 것 같다고 고민하던데 ㅇㅇ갤로그로 이동합니다. 20:09 12 0
469140 획줌 뭐 고르지 [7] 로갤러(112.147) 20:04 24 0
469139 학창시절때 선생이 갑질하던거 참교육한 썰 풀어봄. 몌쿠이로갤로그로 이동합니다. 19:58 17 1
469137 ㄷㅈ키쿠 거지갘은 주문만 주는데 [2] 로갤러(223.39) 19:27 31 0
469136 ㄷㅈ) 습득 뭐고를까 [4] 로갤러(112.185) 18:42 55 0
469135 폰으로 웹죽 하고싶은데 키보드 어플 추천해줘 [1] ㅇㅇ(112.152) 18:39 30 0
rc코드 질문좀 [2] 로갤러(218.238) 18:00 37 0
469130 ㄷㅈ 초라한 만신전 [2] 로갤러(223.39) 17:48 58 1
469128 ㄷㅈ) 중갑은 진짜 할수록 병신같네 [14] ㅇㅇ(118.235) 17:21 99 1
469127 ㄷㅈ) 방금 뜬 5저항 지팡이 ㅍㅌㅊ? [2] 로갤러(221.143) 16:59 56 0
469126 버서크 아더 의지력 체크 아님? [2] ㅇㅇ(112.161) 16:59 37 1
469125 마크렙 표식 코큐섬멸/처형자/광신자 떠서 망했는데 어쩌지 [6] 로갤러(112.147) 16:51 58 0
469124 콰지모프 탈출 엘리베이터 앞에서 뒤졌다 [1] 문장쓴이갤로그로 이동합니다. 16:30 29 0
469123 몇 년 전만 해도 로갤은 로그라이그갤이었는데 [1] 로갤러(218.238) 16:04 90 0
469122 돌품명품) 미노광 올룬 방패 "5층에서 얻은" [6] 로갤러(121.140) 15:48 81 0
469121 끼얏호우 돌품인가 [4] 로갤러(112.147) 15:19 55 1
469120 3룬클 젤 쉬운 스타팅이 뭐임? [6] ㅇㅇ(211.36) 14:47 61 0
469119 아 내 명품장검 피쉬맨이이 [4] &&&(222.118) 14:32 80 0
469118 ㄷㅈ 이시발새끼 뭔데 9층에서 나오는 거임 [2] 로갤러(223.39) 14:13 69 0
469117 ㄷㅈ) 암살자는 보통 뭔 신 믿어? [2] 로갤러(112.147) 13:59 59 0
469115 663시간 뉴비는 운다 [3] 가.람갤로그로 이동합니다. 13:23 98 2
469114 ㄷㅈ)아니 매혹이랑 광폭화가 뭔 상관이야 [5] blister갤로그로 이동합니다. 12:35 103 1
469113 ㄷㅈ) 채널 오브 효과가 뭐임? [3] 눈띄유갤로그로 이동합니다. 12:12 61 0
469111 ㄷㅈ) 스프린트 깨본사람 있음? [3] ㅇㅇ(222.110) 12:02 47 0
469110 crawl tactics 버그 하나 찾았다 로갤러(175.198) 10:58 59 2
469109 문어인데 1층에서 반지두개 2층에서 세개먹었다ㅋㅋㅋ [7] seeu갤로그로 이동합니다. 10:15 111 2
469108 ㄷㅈ 브루쿨라 얘 한 번 죽이면 그 담엔 박쥐 안되는.어 아녔음? [4] 로갤러(223.39) 09:53 84 0
469107 ㄷㅈ) 초반에 경의를 표해야 할 놈들.feat 비몽사몽, 돌죽이 너무좋아 [3] ㅇㅇ(86.190) 09:45 84 0
469105 오늘도 살아서 돌죽 할수 있음에 감사하며 [2] ㅇㅇ(119.197) 08:49 91 0
469104 ㄷㅈ) 폴라볼텍스 안정화 후 화폭or체라 vs 쉐터 [3] 이서희갤로그로 이동합니다. 07:39 84 0
469103 crawl tactics 커스텀파티로 솔플 [1] 로갤러(175.198) 07:34 70 0
469100 ㄷㅈ)바인스토커 시작하니까 속이 다 시원하네 [1] ㅇㅇ갤로그로 이동합니다. 06:58 76 0
469098 매니폴드는 하려고 하면 절대 안나오네 [3] ㅇㅇ(112.161) 04:13 74 1
469097 ㄷㅈ 저항없으면 그냥 버러지처럼 도망다녀야 하는구나 [11] ㅇㅇ갤로그로 이동합니다. 03:46 110 0
469096 엘린 언제오냐고오... [1] 로갤러(112.121) 02:36 52 0
469095 콰지모프 베타 첫미션부터 버그터짐 ㅋㅋ [1] 문장쓴이갤로그로 이동합니다. 01:00 83 1
469094 하루에 한 번 웨이시 증오하기 255일차 ㅇㅇ(210.222) 00:36 38 2
469093 밝은밤 입문해보고싶은데 너무복잡함 [5] Carbon갤로그로 이동합니다. 10.12 101 0
469092 톰죽) 뎃? 이놈들은 뭣인데스? [2] ㅇㅇ갤로그로 이동합니다. 10.12 100 1
469091 콰지모프 베타 세이브파일 정식 되면 없어지나? [1] 문장쓴이갤로그로 이동합니다. 10.12 43 0
469090 ㄷㅈ) 날 그레이터 플레이어라고 불러주지 않을래? [5] ㅇㅇ(31.104) 10.12 274 10
469089 ㄷㅈ ㅋㅋ 4저항반지 [1] 로갤러(223.39) 10.12 77 1
469088 이제 개미는 병신이 다 됐구나 [7] 으으엨갤로그로 이동합니다. 10.12 163 0
469087 ㄷㅈ 텔포스크롤 씨발 ㅋㅋ [2] 로갤러(223.39) 10.12 85 0
469086 ㄷㅈ 키쿠 씨이빨년 9층에서 쳐나오고 앉아있네 [4] 로갤러(223.39) 10.12 61 2
469085 시청해주셔서 감사합니다 느려짐의하수인(115.41) 10.12 72 0
469083 ㄷㅈ 순수 마법사들은 무조건 지팡이? [3] ㅇㅇ(121.144) 10.12 75 0
469084 깼!!!다!!! [16] 로갤러(112.147) 10.12 257 10
469082 컴퓨터팔려는데 가격 적당함? [1] 추브(223.39) 10.12 70 0
갤러리 내부 검색
제목+내용게시물 정렬 옵션

오른쪽 컨텐츠 영역

실시간 베스트

1/8

뉴스

디시미디어

디시이슈

1/2