Skip to content

보석 큐빙에 대한 질문입니다

분류 질문 조회 수 307 추천 수 0

MyConfig_CatchExperienceShrine = true; // 경험의 성소
 MyConfig_CatchGemShrine = true; // 보석의 성소

 // 가지고 다닐 보석 개수 설정하기
 //--------------------------------
 MyConfig_GemShrineHave = 3;

 // 가지고 다닐 보석 설정하기
 //---------------------------
 //MyConfig_GemShrineGem.push(557); // Chipped Amethyst
 //MyConfig_GemShrineGem.push(562); // Chipped Topaz
 //MyConfig_GemShrineGem.push(567); // Chipped Saphire
 //MyConfig_GemShrineGem.push(572); // Chipped Emerald
 //MyConfig_GemShrineGem.push(577); // Chipped Ruby
 //MyConfig_GemShrineGem.push(582); // Chipped Diamond
 //MyConfig_GemShrineGem.push(597); // Chipped Skull

 //MyConfig_GemShrineGem.push(558); // Flawed Amethyst
 //MyConfig_GemShrineGem.push(563); // Flawed Topaz
 //MyConfig_GemShrineGem.push(568); // Flawed Saphire
 //MyConfig_GemShrineGem.push(573); // Flawed Emerald
 //MyConfig_GemShrineGem.push(578); // Flawed Ruby
 //MyConfig_GemShrineGem.push(583); // Flawed Diamond
 //MyConfig_GemShrineGem.push(598); // Flawed Skull

 //MyConfig_GemShrineGem.push(559); // Normal Amethyst
 //MyConfig_GemShrineGem.push(564); // Normal Topaz
 //MyConfig_GemShrineGem.push(569); // Normal Saphire
 //MyConfig_GemShrineGem.push(574); // Normal Emerald
 //MyConfig_GemShrineGem.push(579); // Normal Ruby
 //MyConfig_GemShrineGem.push(584); // Normal Diamond
 //MyConfig_GemShrineGem.push(599); // Normal Skull

 MyConfig_GemShrineGem.push(560); // Flawless Amethyst
 //MyConfig_GemShrineGem.push(565); // Flawless Topaz
 //MyConfig_GemShrineGem.push(570); // Flawless Saphire
 //MyConfig_GemShrineGem.push(575); // Flawless Emerald
 MyConfig_GemShrineGem.push(580); // Flawless Ruby
 //MyConfig_GemShrineGem.push(585); // Flawless Diamond
 //MyConfig_GemShrineGem.push(600); // Flawless Skull

생략

MyConfig_isCubingGem = true; // [보석 큐빙하기, 아이템 로그] * 설정: 큐빙할 보석 설정하기
 MyConfig_isCubingRune = [false, false]; // [룬 큐빙하기, 아이템 로그] * 설정: 큐빙할 룬 설정하기
 MyConfig_isCubingCrafted = false; // 크래프트 큐빙 * 설정: 큐빙할 크래프트 설정하기
 MyConfig_isCubingMagic = false; // 매직 아이템 큐빙하기 * 설정: 큐빙할 매직 아이템 설정하기
 MyConfig_isCubingRare = false; // 레어 아이템 큐빙하기 * 설정: 큐빙할 레어 아이템 설정하기
 MyConfig_isCubingNormal = false; // 노멀 아이템 큐빙하기 * 설정: 큐빙할 노멀 아이템 설정하기
 MyConfig_isCubingMagicRing = false; // 매직 링 3개 큐빙하기
 MyConfig_isCubingMagicAmulet = false; // 매직 아뮬렛 3개 큐빙하기
 MyConfig_isCubingEssence = false; // 정수 큐빙하기

 MyConfig_isMakeRuneword = false; // 룬워드 아이템 만들기 * 설정: 만들 룬워드 아이템 설정하기

 MyConfig_isPickUpItem = false; // 아이템 주워 보관하기 * 설정: 주워 보관할 아이템 설정하기
 MyConfig_isDropItem = false; // 아이템 버리기 * 설정: 버릴 아이템 설정하기


 //##########################################################################
 // 큐빙할 보석 설정하기
 //----------------------
 // 주의: 큐빙 후 "아이템 이니(scripts/NTBot/item_configs/*.nip)" 또는 "주워 보관할 아이템 설정하기"에 설정된 아이템이 아니면 버립니다.
 //==========================================================================
 //MyConfig_CubingGemList.push(557); // Chipped Amethyst
 //MyConfig_CubingGemList.push(562); // Chipped Topaz
 //MyConfig_CubingGemList.push(567); // Chipped Saphire
 //MyConfig_CubingGemList.push(572); // Chipped Emerald
 //MyConfig_CubingGemList.push(577); // Chipped Ruby
 //MyConfig_CubingGemList.push(582); // Chipped Diamond
 //MyConfig_CubingGemList.push(597); // Chipped Skull

 //MyConfig_CubingGemList.push(558); // Flawed Amethyst
 //MyConfig_CubingGemList.push(563); // Flawed Topaz
 //MyConfig_CubingGemList.push(568); // Flawed Saphire
 //MyConfig_CubingGemList.push(573); // Flawed Emerald
 //MyConfig_CubingGemList.push(578); // Flawed Ruby
 //MyConfig_CubingGemList.push(583); // Flawed Diamond
 //MyConfig_CubingGemList.push(598); // Flawed Skull

 MyConfig_CubingGemList.push(559); // Normal Amethyst
 MyConfig_CubingGemList.push(564); // Normal Topaz
 MyConfig_CubingGemList.push(569); // Normal Saphire
 MyConfig_CubingGemList.push(574); // Normal Emerald
 MyConfig_CubingGemList.push(579); // Normal Ruby
 MyConfig_CubingGemList.push(584); // Normal Diamond
 MyConfig_CubingGemList.push(599); // Normal Skull

 MyConfig_CubingGemList.push(560); // Flawless Amethyst
 MyConfig_CubingGemList.push(565); // Flawless Topaz
 MyConfig_CubingGemList.push(570); // Flawless Saphire
 MyConfig_CubingGemList.push(575); // Flawless Emerald
 MyConfig_CubingGemList.push(580); // Flawless Ruby
 MyConfig_CubingGemList.push(585); // Flawless Diamond
 MyConfig_CubingGemList.push(600); // Flawless Skull

보석 큐빙에 대한 설정은 이런게 했는데

상급보석만 모으고 있어요
어디에서 다시 설정해야하나요... 제일밑에 있는 부분에도 주석을 지워지만...

하나도 모르겠네요... ㅠ ㅠ

저는 주로 크랩아물하고 링, 그랜드참만 돌리고 싶어 합니다
잘 가르쳐주세요

  • 만주를점령하자 2010.05.24 20:31
    "주워 보관할 아이템 설정하기"에서 상급보석 최상급 보석 주석해제 하세요..
  • 은빛진주 2010.05.24 20:48
    주워 보관할 아이템 설정하기가 어디에 있는지..
  • 만주를점령하자 2010.05.24 21:26
    캐릭터 파일에서 "주워 보관할 아이템 설정하기" 검색해보세요..

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 35 file 트디개발자 2023.09.20 949.2k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 51.0k
10131 질문 날아다녀님 최신버전 쫄봇 질문입니다.(완료) 2 사이보그[009] 2010.05.24 405
10130 질문 카우방 열때 포탈책 수량문의드립니다~ 7 힌돌이 2010.05.24 2.0k
10129 질문 샵봇시 매니저 설정을 노말로?? 1 23억 2010.05.24 1.5k
10128 질문 유닉론다쉬가빠져있어서 넣을려고하는대요.. 5 비제이펜 2010.05.24 710
10127 질문 바알봇 돌리시는 분 답변 좀 부탁드려요 3 힐러리더프 2010.05.24 184
10126 질문 진입점 MyMoveItem.ntl 를 이용해 크랩봇을 할수 있나요? 2 시체놀이 2010.05.24 384
10125 질문 브램블 미트(일명 파랭이 고무장갑) 줍는 이니 2 깁슨 2010.05.24 1.7k
10124 질문 날라다녀님붓 큐빙은 어떻게 하나요? 7 원샷원킬 2010.05.24 1.7k
10123 질문 원본클린? 어떤걸 의미하는지... 2 프리윌리 2010.05.24 797
10122 질문 5차 바바쫄 이니 수정하는법좀 요청드립니다 3 수리야기 2010.05.24 499
10121 질문 블리소서에서 스킬초기화하고 파볼오브로 바꿔보고 싶어서 문의드립니다. 7 특급호텔 2010.05.24 1.8k
10120 질문 정강란 2526글에대해서 여쭙니다. 5 bbong 2010.05.24 919
10119 질문 조단 메세지 질문드립니다. 4 hodori 2010.05.24 335
10118 질문 큐빙 설정 바로 했는지 한 번 봐주시겠습니까? 6 난장[나눔] 2010.05.24 370
10117 질문 클러를 아예 줍지를 않네요 4 女神의詩 2010.05.24 195
10116 질문 파볼오브소서봇 스킬오류관련질문합니다;; 4 밥먹고삽질만 2010.05.24 1.4k
> 질문 보석 큐빙에 대한 질문입니다 3 은빛진주 2010.05.24 307
10114 질문 이니질문입니다 3 OLDMAN[OMD] 2010.05.24 1.7k
10113 질문 핀들잡고 멈추는 현상때문에 질문드립니다. 1 싸우라비 2010.05.24 493
10112 질문 NT봇 대기열 재시작 5 nt봇.. 2010.05.24 1.5k