Skip to content

바알참 큐빙시 무엇이 잘못되었느지 모르겠습니다 -답변완료

분류 질문 조회 수 1,710 추천 수 0

어제 됐던것 같은데 갑자기또 안하네요;;

보석만 쌓이고

제 캐릭 이니 입니다

날아다녀님 20차 봇 사용중입니다

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

 // 가지고 다닐 보석 설정하기
 //---------------------------
 // 참고: 설정한 순서대로 가지고 다닙니다.
 //--------------------------------------------------------------------------
 //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_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_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] == ChippedAmethyst %1 @
//[Name] == ChippedTopaz %1 @
//[Name] == ChippedSapphire %1 @
//[Name] == ChippedEmerald %1 @
//[Name] == ChippedRuby %1 @
//[Name] == ChippedDiamond %1 @
//[Name] == ChippedSkull %1 @

//[Name] == FlawedAmethyst %1 @
//[Name] == FlawedTopaz %1 @
//[Name] == FlawedSapphire %1 @
//[Name] == FlawedEmerald %1 @
//[Name] == FlawedRuby %1 @
//[Name] == FlawedDiamond %1 @
//[Name] == FlawedSkull %1 @

//[Name] == Amethyst @
//[Name] == Topaz @
//[Name] == Sapphire @
//[Name] == Emerald @
//[Name] == Ruby @
//[Name] == Diamond @
//[Name] == 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] >= 99 %2 @
//[Name] == LargeCharm && [Quality] == Magic && [Level] >= 99 %1 @
//[Name] == GrandCharm && [Quality] == Magic && [Level] >= 94 %1 @
//[Name] == Monarch && [Quality] == Magic && [Level] >= 99 %1 @

모든 부분이 제가 만진 부분들만 올려놓았습니다

Gems 에 보석에 모두 주석 처리 하였고

nomal 3개 모두 보석에 주석 처리 해놓은 상태 입니다
혹시

[Name] == SmallCharm && [Quality] == Magic && [Level] >= 99 %2 @

이 부분이 걸릴까 싶어 바알참도 2개 넣어 놓은 상태입니다.
  • 국민남자 2011.08.18 11:36
    MyCubing.nip 쪽 파일은 안올려주신거 같습니다 MyCubing.nip 쪽에서 뭔가 설정이 안된것 같은데요
  • 디근입니다 2011.08.18 12:09
    글 수정 하였습니다 감사합니다 ^^
  • 국민남자 2011.08.18 12:44
    815님 이니를 사용중이시라면 nomal.nip 에서 보석부분 앞에 주석처리 해주시고요 흰여울님 이니 사용중이시라면 gems.nip 에서 보석부분 앞에 주석처리 해주세요 아무래도 아이템 이니쪽에 주석처리를 안하신것 같습니다
  • 디근입니다 2011.08.18 16:01
    흰여울님 이니 사용중입니다 gems와 노말란 모두 주석 하였는데도 안되네요 ㅠㅠ.;
  • 국민남자 2011.08.18 17:22
    가지고다닐 보석 설정하기 에있는 보석들 주석처리 한번 해보세요
  • 디근입니다 2011.08.18 17:59
    음 바알참을 줍게 내놨는데 안되었던 같습니다 허 ㅡㅡ; 바알참이 필요한데 동시에 같이 할수는 없는건지요?
  • 디근입니다 2011.08.18 18:07
    바알참 주석을 해제 한뒤 나머지는 다 위와 같이 하였네요 국민남자님 도움 정말 감사드립니다 바알참을 줍는 방법을 좀 이제 알아야 겠네요;
  • 피아조 2011.08.18 21:30
    아래와 같이 큐빙을 설정하셨다면 [Name] == SmallCharm && [Quality] == Magic && [Level] >= 99 %2 @ 다른 아이템 이니는 주석처리 하셔야 큐빙이 적용 됩니다. //[Name] == SmallCharm && [Quality] == magic && [Level] >= 99 // 바알 참 아래와 같이 설정하셔도 주석처리 하셔야 합니다. [Name] == SmallCharm && [Quality] == Magic && [Level] >= 94 %2 @ //[Name] == SmallCharm && [Quality] == magic && [Level] >= 99 // 바알 참 아래와 같이 설정하시면 큐빙이 적용되지 않습니다. [Name] == SmallCharm && [Quality] == Magic && [Level] >= 94 %2 @ [Name] == SmallCharm && [Quality] == magic && [Level] >= 94 // 디아참 나락참 바알참. 아래와 같이 설정하시면 큐빙을 합니다. [Name] == SmallCharm && [Quality] == Magic && [Level] >= 94 %2 @ //[Name] == SmallCharm && [Quality] == magic && [Level] >= 94 // 디아참 나락참 바알참. **큐빙 구문이 설정된 아이템과 다른 아이탬이니가 중복되면 큐빙이 되지 않습니다.
  • 디근입니다 2011.08.18 23:00
    큐빙을 할때에는 바알참 득이 안되는군요 아쉽습니다^^; 답변 해주신배로 만져보니잘되는군요 답변 진심으로 감사드립니다

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 35 file 트디개발자 2023.09.20 947.8k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 50.9k
공지   맨땅 초보자 가이드 614 file 뮤리아 2020.10.16 1016.3k
공지   카카오톡 1:1 채팅방 만드는 법 106 트디개발자 2018.05.20 430.8k
7851 질문 날아다녀님 최신 버전을 다운받을라고 하는데 도무지 못찾겟더군요;;; 2 불안할끼야 2011.08.26 250
7850 질문 23차 치킨에 관해 질문좀 하겠습니다.. 7 file 노을™ 2011.08.25 897
7849 질문 오리 그림핼름 이니 이렇게 쓰면 맞나요?? 3 비타미노 2011.08.24 365
7848 질문 물약만 사러 마을로 오면 이상해집니다 ㅠㅠ 2 콩딱콩딱 2011.08.24 369
7847 질문 안녕하세요 엘리드루 오토돌릴려는데 스샷처럼 안되어요 6 file 원샷원킬 2011.08.24 1.5k
7846 질문 디발런(디아런+바알런)시 렐따 질문 2 개싸움 2011.08.24 739
7845 질문 오리시디키 / 확장시디키 질문입니다.. 2 장안동대표 2011.08.23 1.2k
7844 질문 이니파일에 대해 궁금한것이 있습니다.. 4 海月 2011.08.22 567
7843 질문 봇돌이가 외로운가 비번을 안칩니다 5 매너한판O.K™ 2011.08.21 1.8k
7842 질문 텔레하다가 아이템 줍기 설정. 1 아에이우오 2011.08.21 611
7841 질문 [23차] 바알참을 절대 안돌려요 ㅜㅜ 검색으로 전부다 맞게 고쳤는데도.. 3 file 맑밝 2011.08.21 1.2k
7840 기타 vm웨어질문입니다. 2 I'm so cool 2011.08.20 316
7839 질문 엔티봇길잡이 사용방법 올려놓은 글 있을까요? 1 ◎본휴◎[A2S] 2011.08.20 1.1k
7838 질문 날아다녀님 23차버전 처음써보는데 방 만들자마자 바로 나가네요.. 3 fermata[나눔] 2011.08.20 366
7837 질문 아무이유없이 튕기는 현상.. 1 I_Winner[Bboy:)] 2011.08.20 490
7836 질문 엔티봇길잡이 실행시 오류 어떻게 하나요 2 낙지삼촌 2011.08.19 589
7835 질문 [질문] 23차 퍼보석 큐빙 질문드립니다. 2 루시안칼츠 2011.08.18 1.0k
7834 질문 쫄봇 이용하고 있는데 포탈을 안따라 들어옵니다. 6 뱀새 2011.08.18 1.8k
> 질문 바알참 큐빙시 무엇이 잘못되었느지 모르겠습니다 -답변완료 9 디근입니다 2011.08.18 1.7k
7832 질문 (23차)삥바바 이동 방법 질문 드립니다. 2 불타는청춘 2011.08.17 389