Skip to content

바알 스몰참과 그랜드참을 돌리려고 아래와 같이 바꾸었읍니다. 제가 설정한곳은 모두 3곳입니다.
하지만 보석은 큐빙해서 보관하는데요 참을 큐빙하지 않더라구요 무었이 잘못되었는지...
케릭터 설정에서

 1.// 큐빙 설정하기
 //---------------
 // 참고: 설정한 순서대로 큐빙합니다
 //=================================================================
 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("룬워드_아이템_만들기"); // 설정: 만들 룬워드 아이템 설정하기

 2.// 큐빙할 매직 아이템 설정하기
 //-----------------------------
 // 주의: 큐빙 후 아이템이니에 설정된 아이템이 아니면 버립니다.
 // 참고: 설정한 순서대로 큐빙합니다.
 //=================================================================
 // 매직 아이템 설정하기
 //----------------------
 // MyConfig_CubingMagicList.push(매직 아이템 ClassID)
 //=================================================================
 //MyConfig_CubingMagicList.push(447); // Monarch
 MyConfig_CubingMagicList.push(603); // Small Charm
 //MyConfig_CubingMagicList.push(604); // Large Charm
 MyConfig_CubingMagicList.push(605); // Grand Charm

 // 보석 설정하기
 //---------------
 // 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// 매직 아이템 큐빙

 3.아이템이니에서 마이큐빙
 [Name] == SmallCharm && [Quality] == Magic && [Level] >= 99 %2 @
 //[Name] == SmallCharm && [Quality] == Magic && [Level] >= 94 %2 @
 //[Name] == LargeCharm && [Quality] == Magic && [Level] >= 99 %1 @
 [Name] == GrandCharm && [Quality] == Magic && [Level] >= 94 %1 @
 //[Name] == Monarch && [Quality] == Magic && [Level] >= 99 %1 @

어디빠진곳이 있나요?

모두 즐거운 주말 되셔요^^*