참큐빙 질문입니다..
분류
질문
조회 수
1,317
추천 수
0
질문란이 있었네요 ㅠㅠ
바알잡고 참이 나오면 창고에 미확인으로 보관합니다..
그러면서 보석은 쌓이고 ㅠㅠ 확인을 하고 돌리지를 않네요..
[Name] == FlawlessAmethyst @
[Name] == FlawlessTopaz @
[Name] == FlawlessSapphire @
[Name] == FlawlessEmerald @
[Name] == FlawlessRuby @
[Name] == FlawlessDiamond @
[Name] == FlawlessSkull @
[Name] == PerfectAmethyst @
[Name] == PerfectTopaz @
[Name] == PerfectSapphire @
[Name] == PerfectEmerald @
[Name] == PerfectRuby @
[Name] == PerfectDiamond @
[Name] == PerfectSkull @
//##############################################################################
// 매직 아이템 큐빙
//==============================================================================
[Name] == SmallCharm && [Quality] == Magic && [Level] >= 97 %1 @
//[Name] == LargeCharm && [Quality] == Magic && [Level] >= 99 %1 @
//[Name] == GrandCharm && [Quality] == Magic && [Level] >= 94 %1 @
//[Name] == Monarch && [Quality] == Magic && [Level] >= 99 %1 @
//##########################################################################
// 큐빙 설정하기
//---------------
// 주의: 큐빙에 사용되는 모든 아이템은 '@'를 반드시 설정해야 합니다.
// 참고: 설정한 순서대로 큐빙합니다.
//==========================================================================
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
//##########################################################################
// 큐빙할 매직 아이템 설정하기
//-----------------------------
// 주의: 큐빙한 후 아이템이니에 설정된 아이템이 아니면 버립니다.
// 참고: 설정한 순서대로 큐빙합니다.
//==========================================================================
// 매직 아이템 설정하기
//----------------------
// 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
이렇게 했는데 뭐가 잘못된간가요?..
미확참을 제가 수동으로 확인해서 그런건가요?
답변 부탁드립니다 ..ㅠㅠ

