Skip to content

날아다녀님의 8차 수정판 사용하고 있습니다.

크래프트(캐스터아뮬, 블러드링), 매직참(스몰, 그랜드), 노멀(갑옷, 무기, 방패) 이렇게 큐빙하려고 합니다.

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

 // 가지고 다닐 보석 설정하기
 //---------------------------
 MyConfig_GemShrineGem.push(560); // Flawless Amethyst
 MyConfig_GemShrineGem.push(580); // Flawless Ruby

 // 큐빙 설정하기
 //---------------
 // 참고: 설정한 순서대로 큐빙합니다.
 MyConfig_CubingList.push("보석_큐빙"); // 설정: 큐빙할 보석 설정하기
 MyConfig_CubingList.push("노멀_아이템_큐빙"); // 설정: 큐빙할 노멀 아이템 설정하기
 MyConfig_CubingList.push("크래프트_큐빙"); // 설정: 큐빙할 크래프트 설정하기
 MyConfig_CubingList.push("매직_아이템_큐빙"); // 설정: 큐빙할 매직 아이템 설정하기

 MyConfig_isPickUpItem = true; // 아이템 주워 보관하기 * 설정: 주워 보관할 아이템 설정하기

 // 큐빙할 보석 설정하기
 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_CubingCraftedList.push([522, 0, 621, 581]); // Ring + Sol Rune + Perfect Ruby
 // 캐스터 아이템
 MyConfig_CubingCraftedList.push([520, 0, 617, 561]); // Amulet + Ral Rune + Perfect Amethyst

 // 큐빙할 매직 아이템 설정하기
 MyConfig_CubingMagicList.push(603); // Small Charm
 MyConfig_CubingMagicList.push(605); // Grand Charm

 // 보석 설정하기
 // 주의: 보석을 반드시 1개 이상 설정합니다.
 //------------------------------------------
 MyConfig_CubingMagicGemList.push(586); // Perfect Diamond
 MyConfig_CubingMagicGemList.push(561); // Perfect Amethyst
 MyConfig_CubingMagicGemList.push(571); // Perfect Saphire
 MyConfig_CubingMagicGemList.push(566); // Perfect Topaz
 MyConfig_CubingMagicGemList.push(581); // Perfect Ruby
 MyConfig_CubingMagicGemList.push(576); // Perfect Emerald
 MyConfig_CubingMagicGemList.push(601); // Perfect Skull

 // 큐빙할 노멀 아이템 설정하기
 MyConfig_CubingNormalList.push([440, 1, 616, 619, 566]); // 레커드플레이트 + Tal Rune + Thul Rune + Perfect Topaz
 MyConfig_CubingNormalList.push([442, 1, 616, 619, 566]); // 세이크리드플레이트 + Tal Rune + Thul Rune + Perfect Topaz 
 MyConfig_CubingNormalList.push([258, 1, 617, 620, 561]); // 자이언트쓰레셔 + Ral Rune + Amn Rune + Perfect Amethyst
 MyConfig_CubingNormalList.push([498, 1, 616, 620, 581]); // 세타 + Tal Rune + Amn Rune + Perfect Ruby
 MyConfig_CubingNormalList.push([499, 1, 616, 620, 581]); // 세론 + Tal Rune + Amn Rune + Perfect Ruby
 MyConfig_CubingNormalList.push([500, 1, 616, 620, 581]); // 쿠라 + Tal Rune + Amn Rune + Perfect Ruby
 MyConfig_CubingNormalList.push([502, 1, 616, 620, 581]); // 볼텍 + Tal Rune + Amn Rune + Perfect Ruby

 // 주워 보관할 아이템 설정하기
 MyConfig_PickUpItemList.push([560]); // Flawless Amethyst
 MyConfig_PickUpItemList.push([565]); // Flawless Topaz
 MyConfig_PickUpItemList.push([570]); // Flawless Saphire
 MyConfig_PickUpItemList.push([575]); // Flawless Emerald
 MyConfig_PickUpItemList.push([580]); // Flawless Ruby
 MyConfig_PickUpItemList.push([585]); // Flawless Diamond
 MyConfig_PickUpItemList.push([600]); // Flawless Skull

 MyConfig_PickUpItemList.push([561]); // Perfect Amethyst
 MyConfig_PickUpItemList.push([566]); // Perfect Topaz
 MyConfig_PickUpItemList.push([571]); // Perfect Saphire
 MyConfig_PickUpItemList.push([576]); // Perfect Emerald
 MyConfig_PickUpItemList.push([581]); // Perfect Ruby
 MyConfig_PickUpItemList.push([586]); // Perfect Diamond
 MyConfig_PickUpItemList.push([601]); // Perfect Skull

 MyConfig_PickUpItemList.push([616, 1]); // Tal Rune
 MyConfig_PickUpItemList.push([617, 4]); // Ral Rune
 MyConfig_PickUpItemList.push([619, 1]); // Thul Rune
 MyConfig_PickUpItemList.push([620, 1]); // Amn Rune
 MyConfig_PickUpItemList.push([621, 3]); // Sol Rune

 MyConfig_PickUpItemList.push([603, 1, 4, 81]); // Small Charm
 MyConfig_PickUpItemList.push([605, 1, 4, 94]); // Grand Charm

 MyConfig_PickUpItemList.push([520, 3, 4, 190]); // Amulet : int(charlv/2) + int(input ilvl/2) = 90(ilvl)
 MyConfig_PickUpItemList.push([522, 3, 4, 186]); // Ring : int(charlv/2) + int(input ilvl/2) = 86(ilvl)
 MyConfig_PickUpItemList.push([643, 6]); // Jewel

간단하게 요약하자면

가지고 다닐 보석 개수 2, 가지고 다닐 보석은 상급 자수정과 루비.

큐빙은 보석, 노멀, 크래프트, 매직 순, 큐빙할 보석은 상급 보석 모두.

큐빙할 크래프트 아이템은 블러드링, 캐스터아뮬.

큐빙할 매직 아이템은 스몰참, 그랜드참.

매직 아이템 큐빙할 때 사용되는 보석은 최상급 보석 모두.

큐빙할 노멀 아이템은 갑옷, 무기, 방패.

주워 보관할 아이템은 상급 보석, 최상급 보석 모두.
 탈 1, 랄 4, 주울 1, 앰 1, 솔 3.
 스몰참 1, 그랜드참 1.
 아뮬렛 3, 링 3, 주얼 4

입니다. 고쳐야 할 부분 있다면 알려 주세요. 감사합니다.