17차 그랜드참 큐빙 질문을 드리고자 합니다
분류
질문
조회 수
1,772
추천 수
0
[CrazY]청개구리
https://tradia.me/diablo2/diablo2_faq/384249
12차에서 중간 버전 뛰어넘고 17차를 사용중인데
아뮬 링 아멧 장갑 은 다 크랩을 하고있습니다
보석도 퍼보로 큐빙하구요
근데 그랜참을 큐빙하지 않고 퍼보로 모아만 두고있습니다
대체 왜 안되는건지 모르겠습니다...... 수동으로 보석만 모이면 큐빙중입니다.
12차랑 틀린부분이 많아서. 어렵네요.
// 가지고 다닐 보석 개수 설정하기
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_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
My Cubing.ntj 에서 설정부분
[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] == SharkskinGloves && [Quality] == Magic && [CharacterItemLevel] >= 78 %1 @
//[Name] == VampireboneGloves && [Quality] == Magic && [CharacterItemLevel] >= 79 %1 @
[Name] == HeavyBracers && [Quality] == Magic && [CharacterItemLevel] >= 79 %1 @
[Name] == Vambraces && [Quality] == Magic && [CharacterItemLevel] >= 79 %1 @
//[Name] == Casque && [Quality] == Magic && [CharacterItemLevel] >= 84 %1 @
[Name] == Armet && [Quality] == Magic && [CharacterItemLevel] >= 84 %3 @
//[Name] == SharkskinBelt && [Quality] == Magic && [CharacterItemLevel] >= 85 %1 @
//[Name] == VampirefangBelt && [Quality] == Magic && [CharacterItemLevel] >= 85 %1 @
//[Name] == MeshBelt && [Quality] == Magic && [CharacterItemLevel] >= 85 %1 @
//[Name] == MithrilCoil && [Quality] == Magic && [CharacterItemLevel] >= 85 %1 @
//[Name] == BattleBoots && [Quality] == Magic && [CharacterItemLevel] >= 85 %1 @
//[Name] == MirroredBoots && [Quality] == Magic && [CharacterItemLevel] >= 85 %1 @
//[Name] == Monarch && [Quality] == Magic && [CharacterItemLevel] >= 82 %1 @
[Type] == Jewel %4 @
[Type] == Amulet && [Quality] == Magic && [CharacterItemLevel] >= 90 %2 @
[Type] == Ring && [Quality] == Magic && [CharacterItemLevel] >= 90 %2 @
//##############################################################################
// 매직 아이템 큐빙
//==============================================================================
//[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 @