Skip to content

참고로 오리 퀘드랍 도리고 있습니다.
아래와 같이 설정 했는데.. 어디가 문제인지 알수가 없네요..

Myqubing

[Name] == FlawlessSkull % @

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


이니 (보석)
[Name] == FlawlessSkull//
//[Name] == Flawless Topaz//

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

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

케릭설정

이니부분
 // 오리지널용 아이템 이니
 NTConfig_NIPFilePath.push("ori/gems_ori.nip");
 NTConfig_NIPFilePath.push("ori/magics_ori.nip");
 NTConfig_NIPFilePath.push("ori/potions.nip");
 NTConfig_NIPFilePath.push("ori/rares_ori.nip");
 NTConfig_NIPFilePath.push("ori/ringsamulets_ori.nip");
 NTConfig_NIPFilePath.push("ori/sets_ori.nip");
 NTConfig_NIPFilePath.push("ori/uniques_ori.nip");
 NTConfig_NIPFilePath.push("ori/whites_ori.nip");
 NTConfig_NIPFilePath.push("ori/MyShopBot.nip");

큐빙
 NTConfig_NIPFilePath.push("MyCubing.nip"); // 큐빙용 아이템이니

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

 MyConfig_CatchShrineGemList.push(600); // Flawless Skull

 // 큐빙 설정하기
 //---------------
 // 주의: 큐빙에 사용되는 모든 아이템은 '@'를 반드시 설정해야 합니다.
 // 참고: 설정한 순서대로 큐빙합니다.
 //==========================================================================
 MyConfig_CubingList.push("보석_큐빙"); // 설정: 큐빙할 보석 설정하기

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

 MyConfig_CubingGemList.push(600); // Flawless Skull

 // 보석 설정하기
 //---------------
 // 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