(완료)크래프트 큐빙이 안되네요
분류
질문
조회 수
1,730
추천 수
0
검색을 통해서
캐릭터 이니랑 mycubing 이니 둘다 설정했는데
목걸이 주얼 랄룬 보석 잘 줏어옵니다
문제는 이 4개를 합쳐서 큐빙을 안하네요....
===설정한부분==
1.캐릭터
NTConfig_NIPFilePath.push("MyCubing.nip"); // 큐빙용 아이템이니
// 큐빙 설정하기
MyConfig_CubingList.push("보석_큐빙"); // 설정: 큐빙할 보석 설정하기
MyConfig_CubingList.push("룬_큐빙"); // 설정: 큐빙할 룬 설정하기
MyConfig_CubingList.push("크래프트_큐빙"); // 설정: 큐빙할 크래프트 설정하기
// 큐빙할 보석 설정하기
MyConfig_CubingGemList.push(560); // Flawless Amethyst
// 크래프트 설정
// (5-10)% Faster Cast Rate, Regenerate Mana (4-10)%, + (10-20) To Mana
MyConfig_CubingCraftedList.push([520, 0, 617, 561]); // Amulet + Ral Rune + Perfect Amethyst
// 보석 설정하기
MyConfig_CubingMagicGemList.push([561, 1]); // Perfect Amethyst
2.myCubing 이니
[Name] == FlawlessAmethyst @
[Name] == PerfectAmethyst %1@
[Name] == RalRune %1 @
[Type] == Jewel %1 @
[Type] == Amulet && [Quality] == Magic &&[CharacterItemLevel] >= 88 %1 @

