bindkey = [0] CMD_INTERLEVEL_TRAVEL macro = 0 > # ==================================================================== # [돌죽 초고속 플레이 최적화 통합 rc 세팅] # ==================================================================== # 1. 시스템 속도 및 딜레이 최소화 (초고속 이동/탐색) show_more = false explore_delay = -1 travel_delay = -1 default_manual_training = true # 2. 안전 장치 및 의문사 방지 (Tab/O 난타족 필수) autofight_stop = 75 explore_auto_rest = true equip_unequip_check = true # 3. 위험 요소 감지 시 강제 정지 및 경고 알림 (More 메시지) force_more_message += (unseen|ghost|pan lord|seraph|cherry|juggernaut) force_more_message += (comes into view|is looming|appears out of thin air) force_more_message += (reaches out to you|begins reciting) force_more_message += (is nearby|sense a hostile presence) # 4. 쾌적한 원버튼 조작을 위한 매크로 및 단축키 지정 # 숫자 0 키로 다음 층(아래층) 자동 이동 bindkey = CMD_INTERLEVEL_TRAVEL macro = 0 > # 소수점(.) 키로 이전 층(윗층) 자동 이동 bindkey = [.] CMD_INTERLEVEL_TRAVEL macro = . < # 대문자 Q 키로 제자리 자동 공격 (Shift+Tab 브라우저 충돌 해결) bindkey = [Q] CMD_AUTOFIGHT_NOMOVE # Ctrl+S 키로 웨이포인트(기억 좌표) 지정 (Ctrl+W 브라우저 종료 방지) bindkey = [^S] CMD_FIX_WAYPOINT # 5. 인벤토리 슬롯 자동 정렬 (자주 쓰는 투척 무기 고정) item_slot += poisoned dart:Z item_slot += javelin:Z item_slot += boomerang:Z item_slot += throwing net:N # ====================================================================