Skip to content

13차) 해결이 안되서.. 보석 큐빙입니다

조회 수
1,762
추천 수
0
등록일
 아장아장걷긔
게시글 주소
https://tradia.me/diablo2/diablo2_faq/373503 복사

캐릭 설정이고요
//##########################################################################
 // 큐빙 설정하기
 //---------------
 // 참고: 설정한 순서대로 큐빙합니다.
 //==========================================================================
 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

잼 설정이고요

// =============== Chipped ===============

//[Name] == ChippedAmethyst//
//[Name] == ChippedDiamond//
//[Name] == ChippedEmerald//
//[Name] == ChippedRuby//
//[Name] == ChippedSapphire//
//[Name] == ChippedSkull//
//[Name] == ChippedTopaz//


// =============== Flawed ===============

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


// =============== Gem ===============

//[Name] == Amethyst//
//[Name] == Diamond//
//[Name] == Emerald//
//[Name] == Ruby//
//[Name] == Skull//
//[Name] == Sapphire//
//[Name] == Topaz//


// =============== Flawless ===============

[Name] == FlawlessAmethyst//
[Name] == FlawlessDiamond//
[Name] == FlawlessEmerald//
[Name] == FlawlessRuby//
[Name] == FlawlessSapphire//
[Name] == FlawlessSkull//
[Name] == Flawless Topaz//


// =============== Perfect ===============

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

큐빙 설정입니다

//##############################################################################
// 보석 큐빙
//==============================================================================
//[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] == Flawless Amethyst @ //
[Name] == Flawless Topaz @ //
[Name] == Flawless Sapphire @ //
[Name] == Flawless Emerald @ //
[Name] == Flawless Ruby @ //
[Name] == Flawless Diamond @ //
[Name] == Flawless Skull @ //

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

아까 다른분이 답변 주신대로 했었는데 그래도 큐빙을 안하네요

어디가 잘못 된 걸까요ㅠ