디시인사이드 갤러리

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

갤러리 본문 영역

rc코드 질문좀

로갤러(218.238) 2024.10.13 18:00:58
조회 101 추천 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/11/18 - -
공지 로그라이크 갤러리 이용 안내 [56] 운영자 16.04.08 84588 24
474229 엘린) 하우징 스타트공략은 어디없나 로갤러(14.7) 06:57 7 0
474228 ㄷㅈ) f키가 엔터키 기능도 수행하는구나 턴제겜조아갤로그로 이동합니다. 06:54 15 0
474227 엘린)이도류는 장점이 뭐임? [1] ㅇㅇ갤로그로 이동합니다. 06:45 23 0
474226 엘린) 주말 밤새워서 하우징 끝냄 [2] 로갤러(175.114) 06:37 36 2
474225 ㅇㄹ)변이 너무많이쌓였네 [5] 로갤러(58.127) 04:24 111 0
474224 엘) 2년째 위시못쓰는중 로갤러(61.76) 03:53 77 0
474223 낚시하면서 요정사이즈나 패널티 이상한 거 달린 애들만 ㅇㅇ(211.244) 03:39 70 1
474222 ㅇㄹ) 커다란 잎사귀는 어디서 구하는거임? [3] 로갤러(222.99) 03:15 70 0
474221 ㄷ2)놀 체이 중인데 아이템 다 빼도 will이 왜 하나 더 있지? [2] 로갤러(124.53) 03:00 44 0
474220 ㅇㄹ) 신한테 살해당했음 [5] 로갤러(222.237) 02:58 142 0
474219 Coq)골고다 돌파중 도와줭 [2] 로갤러(118.223) 02:55 36 0
474218 엘린 지도정보 사이트를 만들어보고있음 [4] ㅇㅇ(59.11) 02:54 122 15
474217 ㅇㄹ)근데 휴전지 발전기는 왜 망치로 캐지는거? ㅇㅇ갤로그로 이동합니다. 02:53 77 0
474216 엘린) 이거 농사 작물 한곳에 못모아놓음? [1] Windrow갤로그로 이동합니다. 02:51 66 0
474215 엘린) 건랜스는 그냥 장난감임? [6] 모르네요갤로그로 이동합니다. 02:47 139 0
474214 엘린) 탐지기가 뭐야? [5] 모르네요갤로그로 이동합니다. 02:30 110 0
474213 ㅇㄹ)신앙템말고 다른템은 어떤식으로 얻냐? [1] ㅇㅇ(125.138) 02:22 62 0
474212 ㅇㄹ) 저택 던전에 있는거 아무것도 주우면 안되는거임? [3] 로갤러(222.237) 02:09 102 0
474211 엘린 아이템 품질이 영향 좀 제대로 주면 좋겠다 로갤러(220.87) 02:04 58 0
474210 엘린 짜치는 점... [3] 로갤러(118.235) 01:56 154 1
474209 엘린) 기생은 뭐가 좋나요? [4] ㅇㅇ(166.48) 01:46 123 0
474208 거대한 바위는 채광 배워야 부실 수 있음? [1] 로갤러(222.99) 01:30 60 0
474207 엘린) 헐 졸귀탱을 동료로 만들 수 었는 모드? [5] ㅇㅇ(211.210) 01:28 192 1
474206 ㅇㄹ)이겜 자유도 어느정도임? [2] 로갤러(122.44) 01:19 143 0
474205 아오 돌죽 억까당했네 &&&갤로그로 이동합니다. 01:12 61 0
474204 엘린) 특정 상황에서 겜 자꾸 멈추는데 답이 없네 ㅅㅂ [1] 로갤러(210.181) 01:08 85 0
474203 엘린)에헤카틀 신앙도 쉽게 올리는 팁 [2] 로갤러(49.174) 01:06 128 2
474202 엘린)바닥이랑 플랫폼 뭔차이임? [4] Ami(1.242) 01:05 122 0
474201 엘린) 탐지기 쓰고있는사람 있음??? [4] ㅇㅇ(59.11) 01:02 109 0
474200 엘린)포션류 제작을 못해서 아쉽네.. [4] 로갤러(58.123) 01:01 124 2
474199 ㄷㅈ) 죽음의 양자택일 이거 맞냐 시발 [9] 턴제겜조아갤로그로 이동합니다. 00:56 95 0
474198 ㅇㄹ)제작모드 개별로넹 [4] ㅇㅇ(125.138) 00:56 103 0
474197 엘린)스테 증가 매커니즘 아는애들 없냐 [2] 로갤러(49.174) 00:51 79 0
474196 ㅇㄹ) 벌통 하나 만들었는데 꿀이 전혀 안 모이네 [3] 로갤러(221.158) 00:49 89 0
474195 ㅇㄹ) 빨리 탄환 무제한 모드 나오면 좋겠다 [4] ㅇㅇ(1.236) 00:45 101 0
474194 ㄷㅈ) 오늘의 실험 : rP 깎였을 때 중첩템으로 상쇄 가능할까? [1] 턴제겜조아갤로그로 이동합니다. 00:45 53 0
474193 장원영 근황....성괴....기괴....gif [1] ㅇㅇ갤로그로 이동합니다. 00:43 110 1
474192 엘린 쇠뇌 탄환은 어떻게 만듬 [1] 로갤러(211.203) 00:43 68 0
474191 엘린) 질문좀 할께.. [1] ㅇㅇ(166.48) 00:41 60 1
474190 엘린)오 술발효도 로그 뜨네 이제 로갤러(49.174) 00:40 76 0
474189 돌죽)시계태엽 벌이랑 다이아몬드 톱날검은 아이디어 괜찮네 와그너스갤로그로 이동합니다. 00:38 44 0
474188 엘린) 용비늘소재망치 ㅋㅋㅋㅋㅋㅋ ㅇㅇ(59.11) 00:37 90 2
474187 엘린)초반 곡괭이 업그레이드 제일 좋은 방법은 실버벨 잡기인듯 [1] 로갤러(49.174) 00:36 86 0
474186 요리 레벨 8로도 가능한 게 근력 27레벨짜리 요리다. [7] ㅇㅇ(211.244) 00:34 146 0
474185 이노스 트루스 드랍템 로갤러(27.100) 00:22 30 0
474184 돌죽 비마 너무무서운데 [5] waagh(175.120) 00:22 53 0
474182 하루에 한 번 웨이시 증오하기 297일차 [2] ㅇㅇ(125.176) 00:12 49 5
474181 ㅇㄹ)다키마쿠라는 어떻게 씀? [2] 로갤러(221.165) 00:01 96 0
474180 ㅇㄹ)총포상 어디있음? MIOPA갤로그로 이동합니다. 11.23 44 1
뉴스 [포토] 안성재, 부드러운 카리스마 디시트렌드 11.23
갤러리 내부 검색
제목+내용게시물 정렬 옵션

오른쪽 컨텐츠 영역

실시간 베스트

1/8

뉴스

디시미디어

디시이슈

1/2