날아다녀님 17차 크래프트 큐빙 질문입니다.
분류
질문
조회 수
1,712
추천 수
0
오랜만에 다시 디아 시작하네요~
예전에는 이니 설정 거뜬이 했는데..
이건 당췌 크래프트 큐빙을 할 생각을 안하네요 -ㅁ-;;
나머지 재료들은 다 물어오는데 보석을 줍질 않네요...
현재 노멀 아이템 이니에서 보석은 막아놓은 상태구요...
다른 이니좀 확인 부탁 드립니다.
1. 아이템 이니
// 한글815 님의 확장용 최상급 아이템이니입니다.
//----------------------------------------------
NTConfig_NIPFilePath.push("craft_amulet.nip");
NTConfig_NIPFilePath.push("craft_armor.nip");
NTConfig_NIPFilePath.push("craft_ring.nip");
NTConfig_NIPFilePath.push("key_essence.nip");
NTConfig_NIPFilePath.push("magic_charm.nip");
NTConfig_NIPFilePath.push("magic_rare_amulet.nip");
NTConfig_NIPFilePath.push("magic_rare_arm.nip");
NTConfig_NIPFilePath.push("magic_rare_armor.nip");
NTConfig_NIPFilePath.push("magic_rare_jewel.nip");
NTConfig_NIPFilePath.push("magic_rare_ring.nip");
NTConfig_NIPFilePath.push("normal.nip");
NTConfig_NIPFilePath.push("orb.nip");
NTConfig_NIPFilePath.push("set.nip");
NTConfig_NIPFilePath.push("unique.nip");
NTConfig_NIPFilePath.push("MyCubing.nip"); // 큐빙용 아이템이니
2. 보석 설정
// 가지고 다닐 보석 개수 설정하기
//--------------------------------
MyConfig_CatchShrineGemHave = 1;
// 가지고 다닐 보석 설정하기
//---------------------------
// 참고: 설정한 순서대로 가지고 다닙니다.
//--------------------------------------------------------------------------
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
3. 큐빙 설정
//##########################################################################
// 큐빙 설정하기
//---------------
// 주의: 큐빙에 사용되는 모든 아이템은 '@'를 반드시 설정해야 합니다.
// 참고: 설정한 순서대로 큐빙합니다.
//==========================================================================
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_SnagPotion에서 활력포션과 대량의 활력포션을 보관하도록 설정해야 큐빙합니다. * 참고: 대량의 활력포션을 설정치 이상 보관 중이면 큐빙을 하지 않습니다.
//MyConfig_CubingList.push("룬워드_아이템_만들기"); // 설정: 만들 룬워드 아이템 설정하기
4. 큐빙할 보석 설정
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
5. 큐빙할 크래프트 설정
// + (1-5) To Strength, (1-3)% Life Stolen Per Hit, +(10-20) To Life
MyConfig_CubingCraftedList.push([522, 0, 621, 581]); // Ring + Sol Rune + Perfect Ruby
// + (1-5) To Strength, (1-3)% Life Stolen Per Hit, +(10-20) To Life
MyConfig_CubingCraftedList.push([522, 0, 621, 581]); // Ring + Sol Rune + Perfect Ruby
6. my cubing 이니
[Name] == FlawlessAmethyst 3% @
//[Name] == FlawlessTopaz @
//[Name] == FlawlessSapphire @
//[Name] == FlawlessEmerald @
[Name] == FlawlessRuby 3% @
//[Name] == FlawlessDiamond @
//[Name] == FlawlessSkull @
[Name] == PerfectAmethyst 1% @
//[Name] == PerfectTopaz @
//[Name] == PerfectSapphire @
//[Name] == PerfectEmerald @
[Name] == PerfectRuby 1% @
//[Name] == PerfectDiamond @
[Name] == PerfectSkull @
[Name] == RalRune %1 @
//[Name] == OrtRune @
//[Name] == ThulRune @
//[Name] == AmnRune @
[Name] == SolRune %1 @
[Type] == Ring && [Quality] == Magic && [CharacterItemLevel] >= 90 %2 @
[Type] == Amulet && [Quality] == Magic && [CharacterItemLevel] >= 92 %2 @
[Type] == Jewel %2 @
확인 부탁 드리겠습니다 ㅜㅜ

