Skip to content

17차 미확바알참 큐빙질문좀 하겠습니다

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

몇번이고 여기서 관련자료를 따라해봤는데

미확상태로 놔두고 참을 돌리지 않네요

무엇이 문제인지 좀 봐주셨음 합니다 잘못된게 있음 말씀좀 해주세요

//##########################################################################
 // 큐빙 설정하기
 //---------------
 // 주의: 큐빙에 사용되는 모든 아이템은 '@'를 반드시 설정해야 합니다.
 // 참고: 설정한 순서대로 큐빙합니다.
 //==========================================================================
 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("룬워드_아이템_만들기"); // 설정: 만들 룬워드 아이템 설정하기



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


 //##########################################################################
 // 큐빙할 매직 아이템 설정하기
 //-----------------------------
 // 주의: 큐빙 후 아이템이니에 설정된 아이템이 아니면 버립니다.
 // 참고: 설정한 순서대로 큐빙합니다.
 //==========================================================================
 // 매직 아이템 설정하기
 //----------------------
 // MyConfig_CubingMagicList.push(매직 아이템 ClassID)
 //==========================================================================
 //MyConfig_CubingMagicList.push(447); // Monarch
 //MyConfig_CubingMagicList.push(603); // Small Charm
 //MyConfig_CubingMagicList.push(604); // Large Charm
 MyConfig_CubingMagicList.push(605); // Grand Charm


// 보석 설정하기
 //---------------
 // MyConfig_CubingMagicGemList.push([보석 ClassID, 보관 개수])
 // 보관 개수: 보관 중인 보석이 설정치 이상일 때만 큐빙에 사용합니다.
 // 주의: 보석을 1개 이상 설정합니다.
 //==========================================================================
 //MyConfig_CubingMagicGemList.push([561, 1]); // Perfect Amethyst
 //MyConfig_CubingMagicGemList.push([566, 1]); // Perfect Topaz
 //MyConfig_CubingMagicGemList.push([571, 1]); // Perfect Saphire
 //MyConfig_CubingMagicGemList.push([576, 1]); // Perfect Emerald
 //MyConfig_CubingMagicGemList.push([581, 1]); // Perfect Ruby
 //MyConfig_CubingMagicGemList.push([586, 1]); // Perfect Diamond
 //MyConfig_CubingMagicGemList.push([601, 1]); // Perfect Skull

캐릭터이니는 이렇게 해놨습니다

그리고 마이큐빙란에서는


[Name] == FlawlessAmethyst @
[Name] == FlawlessTopaz @
[Name] == FlawlessSapphire @
[Name] == FlawlessEmerald @
[Name] == FlawlessRuby @
[Name] == FlawlessDiamond @
[Name] == FlawlessSkull @

[Name] == PerfectAmethyst @
[Name] == PerfectTopaz @
[Name] == PerfectSapphire @
[Name] == PerfectEmerald @
[Name] == PerfectRuby @
[Name] == PerfectDiamond @
[Name] == PerfectSkull @


//##############################################################################
// 매직 아이템 큐빙
//==============================================================================
//[Name] == SmallCharm && [Quality] == Magic && [Level] >= 94 %2 @
//[Name] == LargeCharm && [Quality] == Magic && [Level] >= 99 %1 @
[Name] == GrandCharm && [Quality] == Magic && [Level] >= 94 %1 @
//[Name] == Monarch && [Quality] == Magic && [Level] >= 99 %1 @


이렇게 했습니다

무엇이 잘못된것이 있는지 부탁드리겠습니다
  • 타이지다 2011.02.21 17:11
    보석설정하기 주석을 하나도 안지우셨네요
  • 용이[OMD] 2011.02.21 17:34
    저곳도 주석을 해제해야하는건가요? 크랩큐빙은 저곳 주석해제 안해도 그냥 크랩은 큐빙하던데요 바알참은 다른건가요?
  • 피아조 2011.02.21 19:22
    재료가 있는데도 안 돌린다면 게시물에서 // 보석 설정하기 MyConfig_CubingMagicGemList.push([561, 1]); // Perfect Amethyst MyConfig_CubingMagicGemList.push([566, 1]); // Perfect Topaz MyConfig_CubingMagicGemList.push([571, 1]); // Perfect Saphire MyConfig_CubingMagicGemList.push([576, 1]); // Perfect Emerald MyConfig_CubingMagicGemList.push([581, 1]); // Perfect Ruby MyConfig_CubingMagicGemList.push([586, 1]); // Perfect Diamond MyConfig_CubingMagicGemList.push([601, 1]); // Perfect Skull 그리고 큐빙용 재료의 구문인 @ 가 붙은 이니 (MyCunbing.nip에서 설정한)는 아이탬 이니에서 주석 처리 해 주셔야 합니다. //[Name] == FlawlessAmethyst //[Name] == FlawlessTopaz //[Name] == FlawlessSapphire //[Name] == FlawlessEmerald //[Name] == FlawlessRuby //[Name] == FlawlessDiamond //[Name] == FlawlessSkull //[Name] == PerfectAmethyst //[Name] == PerfectTopaz //[Name] == PerfectSapphire //[Name] == PerfectEmerald //[Name] == PerfectRuby //[Name] == PerfectDiamond //[Name] == PerfectSkull 그랜드 참(똑 같은 옵션 일 경우)도 사용 하시는 아이템 이니에 있다면 주석 처리 하셔야 합니다. //[Name] == GrandCharm && [Quality] == Magic && [Level] >= 94
  • 용이[OMD] 2011.02.21 20:05
    네 일단 피아조님 말씀대로 해보겠습니다 감사합니다

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 36 file 트디개발자 2023.09.20 981.9k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 51.1k
공지   맨땅 초보자 가이드 625 file 뮤리아 2020.10.16 1022.4k
공지   카카오톡 1:1 채팅방 만드는 법 108 트디개발자 2018.05.20 432.5k
6751 질문 [15차] 이것이 위버디아 메시지 인가요? 1 file 인큐러스 2011.02.22 341
6750 질문 아이템 이니에서 마돌(마나데미지흡수)을 표시하려면? 4 적미 2011.02.22 1.6k
6749 질문 공방 바알런하고 있습니다. pk걸리면 자동방나가기 설정은 어디서하는지요^^ 3 나의인생최강 2011.02.22 875
6748 질문 쫄봇 질문합니다. 8 file 로카aaaa 2011.02.22 985
6747 질문 파티안하기 질문입니다 3 다이다닉 2011.02.21 634
6746 질문 쫄봇 부기사관련 질문 4 소시홀릭 2011.02.21 1.8k
6745 질문 nt 봇에 아이템 숨렙 확인 법이 있다던데요 4 난장 2011.02.21 578
6744 기타 피시방인데 로다가자꾸 타임아웃으로튕깁니다 2 Free_dOM 2011.02.21 456
6743 질문 드림뚜껑 펌핑을 마을밖에서 하는법은 없나요?? 3 우리집에불났다 2011.02.21 612
6742 질문 [15차질문] 쫄봇을 해볼라고하는데 기사파일 42번오류가 나네요 1 메탈리카[B.D] 2011.02.21 887
6741 질문 영문판도 잘 돌아가나요? 3 샵봇소년 2011.02.21 621
> 질문 17차 미확바알참 큐빙질문좀 하겠습니다 4 용이[OMD] 2011.02.21 575
6739 질문 봇이 방참가인원수를 자꾸 1로만드네요.. 5 눈꽃ミ 2011.02.21 621
6738 질문 날아다녀님10차 ㅡ 쫄이 이니에 설정된템까지 모두 팔아버립니다 1 부처 2011.02.21 1.2k
6737 질문 알바생이 자꾸 매참을 가져와요 난 매참 싫은데 방법이 없나요 1 이장님아들 2011.02.21 315
6736 질문 17차 만능쫄봇사용시 캐릭터정지현상 질문드립니다. 2 신뢰마꺼저 2011.02.21 1.8k
6735 기타 디아실행시 로우퀄리티로 즐기려면요? 4 매너한판O.K™ 2011.02.20 509
6734 질문 18차 서버아이피잡기 d2nt 디아 실행시 오류현상 질문드립니다. 1 zamuka 2011.02.20 948
6733 질문 디아 바알런 설정 및 기사만 사냥가능하게 설정 맞는지 확인부탁드려요 4 Foreign 2011.02.20 430
6732 질문 날아다녀님 15차 방나가기 대기시간 질문 드립니다.(완료!)답변 주셔서 감사합니다. 4 헬로우_짱구 2011.02.20 1.1k