Skip to content

날아다녀님 18차 상급스컬을 퍼골로 큐빙하고 싶은데 안하네요.

분류 질문 조회 수 2,116 추천 수 0

오리지날입니다.


// 가지고 다닐 보석 설정하기
 //---------------------------
 // 참고: 설정한 순서대로 가지고 다닙니다.
 //--------------------------------------------------------------------------
 //MyConfig_CatchShrineGemList.push(557); // Chipped Amethyst
 //MyConfig_CatchShrineGemList.push(562); // Chipped Topaz
 //MyConfig_CatchShrineGemList.push(567); // Chipped Saphire
 //MyConfig_CatchShrineGemList.push(572); // Chipped Emerald
 //MyConfig_CatchShrineGemList.push(577); // Chipped Ruby
 //MyConfig_CatchShrineGemList.push(582); // Chipped Diamond
 //MyConfig_CatchShrineGemList.push(597); // Chipped Skull

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

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

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


가지고 다니기 설정과

//##########################################################################
 // 큐빙할 보석 설정하기
 //----------------------
 // 주의: 큐빙 후 아이템이니에 설정된 아이템이 아니면 버립니다.
 // 참고: 설정한 순서대로 큐빙합니다.
 // 아이템이니에 설정한 보관할 아이템의 개수(%) 이상을 보관 중이면 큐빙을 하지 않습니다.
 //==========================================================================
 //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

이런식으로 설정을 했는데 큐빙을 안하네요. 상급스컬로 가지고 다니네요

날아다녀님 18차입니다.
  • 카이후 2011.02.26 01:16
    //########################################################################## // 큐빙 설정하기 //--------------- // 주의: 큐빙에 사용되는 모든 아이템은 '@'를 반드시 설정해야 합니다. // 참고: 설정한 순서대로 큐빙합니다. //========================================================================== MyConfig_CubingList.push("보석_큐빙"); // 설정: 큐빙할 보석 설정하기 //MyConfig_CubingList.push("룬_큐빙"); // 설정: 큐빙할 룬 설정하기 //MyConfig_CubingList.push("크래프트_큐빙"); // 설정: 큐빙할 크래프트 설정하기 //MyConfig_CubingList.push("매직_아이템_큐빙"); // 설정: 큐빙할 매직 아이템 설정하기 //MyConfig_CubingList.push("레어_아이템_큐빙"); // 설정: 큐빙할 레어 아이템 설정하기 //MyConfig_CubingList.push("노말_아이템_큐빙"); // 설정: 큐빙할 노말 아이템 설정하기 //MyConfig_CubingList.push("매직_링_큐빙"); //MyConfig_CubingList.push("매직_아뮬렛_큐빙"); //MyConfig_CubingList.push("정수_큐빙"); // 참고: 아이템이니에 설정한 보관할 아이템의 개수(%) 이상을 보관 중이면 큐빙을 하지 않습니다. //MyConfig_CubingList.push("활력포션_큐빙"); // 주의: '아이템 설정하기'의 MyConfig_SnagPotion에서 활력포션과 대량의 활력포션을 보관하도록 설정해야 큐빙합니다. * 참고: 대량의 활력포션을 설정치 이상 보관 중이면 큐빙을 하지 않습니다. //MyConfig_CubingList.push("룬워드_아이템_만들기"); // 설정: 만들 룬워드 아이템 설정하기 보석큐빙하기 체크하셨는지 확인해보세요
  • 다이다닉 2011.02.26 01:33
    카이후님 감사합니다 설정해보겠습니다.
  • 피아조 2011.02.26 02:17
    \d2mpds_1655_1\scripts\NTBot\char_configs\캐릭터 설정 파일.ntj //아이템 설정 하기 중략 (개인 설정을 참고 하시기 바랍니다.) NTConfig_NIPFilePath.push("MyCubing.nip"); // 큐빙용 아이템이니 --------------------------------------------------------------------------------------------- (이 부분은 설정 하셔도 되고 안 하셔도 됩니다.) // 이동 중 사용할 성소 설정하기        MyConfig_CatchShrineList.push(18); // 보석의 성소 // 가지고 다닐 보석 개수 설정하기 MyConfig_CatchShrineGemHave = 1; // 가지고 다닐 보석 설정하기 MyConfig_CatchShrineGemList.push(600); // Flawless Skull --------------------------------------------------------------------------------------------- // 큐빙 설정하기 MyConfig_CubingList.push("보석_큐빙"); // 설정: 큐빙할 보석 설정하기 // 큐빙할 보석 설정하기 MyConfig_CubingGemList.push(600); // Flawless Skull ---------------------------------------------------------------------------------------------- \d2mpds_1655_1\scripts\NTBot\item_configs\MyCubing.nip // 보석 큐빙 [Name] == FlawlessSkull %5 @ 상급 스컬을 최대 5개 까지 보관 하며 최상급 스컬을 만들기 위해서 큐빙에 사용 합니다. ---------------------------------------------------------------------------------------------- \d2mpds_1655_1\scripts\NTBot\char_configs\캐릭터 설정 파일.ntj //아이템 설정 하기 중략 (개인 설정을 참고 하시기 바랍니다.) (주석 해제 하신 아이템 이니의 경로를 찾아서 //[Name] == FlawlessSkull 은 모두 주석 처리 합니다.)
  • 다이다닉 2011.02.26 22:27
    마이 큐빙이 있었군요 ~ 피아조님 정말 감사합니다.

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 35 file 트디개발자 2023.09.20 947.9k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 51.0k
공지   맨땅 초보자 가이드 614 file 뮤리아 2020.10.16 1016.4k
공지   카카오톡 1:1 채팅방 만드는 법 106 트디개발자 2018.05.20 430.9k
6811 질문 아이템을줍지않습니다 2 Soul_sicK 2011.02.27 1.6k
6810 질문 아이템 이니에 대해서 질문있습니다..18차수정판(완료) 2 Nobless나그네 2011.02.27 1.6k
6809 질문 쫄봇 질문입니다.(쫄캐랙이 함성 받는 중만 하고 멈추고 있는 현상) 1 ozz_nadaniel 2011.02.27 335
6808 질문 날아다녀님 18차봇 카우문제와 이니구문 질문드립니다 1 Eatandie 2011.02.27 1.2k
6807 질문 날아다녀님 18차에서 블러드레이븐만 사냥할 수 있는 방법이 없나여? 2 헐래소서 2011.02.27 582
6806 질문 mydiabot.ntj : mydib_clearseal() 실패 (지옥의 성채) 에러때문에요.. 1 홍런볼 2011.02.27 458
6805 질문 [17차]소서 스태틱 설정 질문입니다 [완료] 5 최대로 2011.02.26 1.7k
6804 질문 날아다녀님 18차 사용중입니다 마을대기시간에 대해 질문있습니다 2 앙그라마이뉴 2011.02.26 532
6803 질문 사냥 도중에 그냥 종료 되고 로비로 나옵니다. 무슨 문제일까요? (17, 18차 공통) 4 OnePiece 2011.02.26 1.2k
6802 질문 날아다녀님 17차 공격설정 2 마각 2011.02.26 372
6801 질문 템이니설정중에 오류가나는데 뭐가잘못된거죠 ㅠㅠ? 2 코코넛열매 2011.02.26 1.2k
6800 질문 날아다녀님 18차버전 쫄봇시 아마만 에러가 납니다 ;;; 1 file 카이후 2011.02.26 1.6k
> 질문 날아다녀님 18차 상급스컬을 퍼골로 큐빙하고 싶은데 안하네요. 4 다이다닉 2011.02.26 2.1k
6798 질문 날아다녀님 17차 크래프트 큐빙 질문입니다. 3 댕구기 2011.02.25 1.7k
6797 질문 한방 20분 내외로 돌린다고 했을 때, 8명*1? 4명*2? 1명*8? 3 스키피오 2011.02.25 584
6796 질문 사망시 그자리에 가만히 누워있습니다. 2 묵헌 2011.02.25 319
6795 질문 부기사가 같은 아이템 이니를 쓰는데 자꾸 보석을 주워요 2 너구리라면 2011.02.25 214
6794 질문 에테 풀암류 이니 공식이 맞는지 궁금합니다. 4 헬로우_짱구 2011.02.25 1.6k
6793 질문 바알참돌리기 하고 크래프트(패케아뮬) 방법좀 알려주세요(완료) 9 이장님아들 2011.02.25 1.8k
6792 질문 디아바알런 4기사관련 설정 질문드립니다^^ 6 아도니스 2011.02.25 1.6k