Skip to content

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

분류 질문 조회 수 2,117 추천 수 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 948.4k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 51.0k
공지   맨땅 초보자 가이드 615 file 뮤리아 2020.10.16 1016.6k
공지   카카오톡 1:1 채팅방 만드는 법 106 트디개발자 2018.05.20 430.9k
6511 질문 봇 한번도안해봐서 질문합니다. 3 고슴이 2011.02.24 858
6510 질문 공방 디아런설정 질문 있습니다 2 SILENT_RAIN 2011.02.24 918
6509 질문 에테리얼 엘리트계열 헬름 최소.최대 방어력 부탁드립니다.[완료] 2 헬로우_짱구 2011.02.24 1.7k
6508 질문 매직 및 레어 에테 갑옷을 자꾸 창고에 보관합니다. 2 키스미77 2011.02.24 1.4k
6507 질문 (큐빙 관련 질문) 날아다녀 17차 수정본 쓰고 있는데요 3 눈주사 2011.02.24 1.4k
6506 질문 ^_^..바알참 (스몰참) 큐빙시 궁금한점이 있습니다 ^_^/ 2 홍런볼 2011.02.24 1.7k
6505 질문 [15차] 쫄봇을 여태 못하고 있습니다. 설정이 쉬운듯하면서 어렵네요. 3 메탈리카[B.D] 2011.02.24 1.2k
6504 질문 액5에서 웨이를 탈때가 되면 빙빙 돌기만 합니다. 2 묵헌 2011.02.24 251
6503 질문 오리소서 이라샤셋팅시 죽을때 샤드재장착건... 2 Ballack 2011.02.24 1.0k
6502 질문 큐빙재료보관에 대한 질문입니다 2 카이후 2011.02.24 254
6501 질문 18차, 함성 관련해서 질문있어요. 2 leo 2011.02.25 713
6500 질문 디아바알런 4기사관련 설정 질문드립니다^^ 6 아도니스 2011.02.25 1.6k
6499 질문 바알참돌리기 하고 크래프트(패케아뮬) 방법좀 알려주세요(완료) 9 이장님아들 2011.02.25 1.8k
6498 질문 에테 풀암류 이니 공식이 맞는지 궁금합니다. 4 헬로우_짱구 2011.02.25 1.6k
6497 질문 부기사가 같은 아이템 이니를 쓰는데 자꾸 보석을 주워요 2 너구리라면 2011.02.25 214
6496 질문 사망시 그자리에 가만히 누워있습니다. 2 묵헌 2011.02.25 319
6495 질문 한방 20분 내외로 돌린다고 했을 때, 8명*1? 4명*2? 1명*8? 3 스키피오 2011.02.25 584
6494 질문 날아다녀님 17차 크래프트 큐빙 질문입니다. 3 댕구기 2011.02.25 1.7k
> 질문 날아다녀님 18차 상급스컬을 퍼골로 큐빙하고 싶은데 안하네요. 4 다이다닉 2011.02.26 2.1k
6492 질문 날아다녀님 18차버전 쫄봇시 아마만 에러가 납니다 ;;; 1 file 카이후 2011.02.26 1.6k