14차// 크랩아뮬 돌리는 것좀 도와주세요 ㅡㅡ 흑..
분류
질문
조회 수
814
추천 수
0
큐빙은 이렇게 주석해제하였구요.
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_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
크래프 아이템은 캐스터터 설정 이렇게 했구요..
// (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
MyCubing 이니 파일에서는
[Name] == FlawlessAmethyst @ 100
[Name] == PerfectAmethyst @ 100
[Name] == RalRune @ 10
[Type] == Jewel %3 @ 10
[Type] == Amulet && [Quality] == Magic && [Level] >= 50 @ 5
이렇게 설절은 해놨는데 ..
이놈들이 큐빙을 안하네요 ㅡㅡ 13차부터 좀 달라졌다고 알고 잇는데
13..14차 이후 크랩아뮬 돌리시는분들중 조언 부탁드립니다..
아 그리고 [Type] == Amulet && [Quality] == Magic && [Level] >= 50 @ 5 요기서요
[Level] >= 50 이렇게 하면 아이템렙50이상만 주워야하는거 아닌가요??
그냥 모든 아뮬을 모아 버리네요 ㅡㅡ

