Skip to content

하급룬과 하급보석등 다 잘되는데 상급보석은 큐빙이나 줍지를 않네요..

 // 큐빙 설정하기
 //===============================================================
 MyConfig_isCubingGem = [true, true]; // [보석 큐빙하기, 아이템 로그] * 설정: 큐빙할 보석 설정하기

 // 큐빙할 보석 설정하기
 MyConfig_CubingGemList.push(560); // Flawless Amethyst

 // 주워 보관할 아이템 설정하기
 MyConfig_PickUpItemList.push([560, 1]); // Flawless Amethyst
 //MyConfig_PickUpItemList.push([565]); // Flawless Topaz
 //MyConfig_PickUpItemList.push([570]); // Flawless Saphire
 //MyConfig_PickUpItemList.push([575]); // Flawless Emerald
 //MyConfig_PickUpItemList.push([580]); // Flawless Ruby
 //MyConfig_PickUpItemList.push([585]); // Flawless Diamond
 //MyConfig_PickUpItemList.push([600]); // Flawless Skull

 MyConfig_PickUpItemList.push([561, 1]); // Perfect Amethyst

이렇게 했습니다..

보석을 줍지않나 싶어서 모든 상급보석도 주워 보관하게 해봤지만 그냥 지나쳐버리네요..

어느 부분이 잘못된건가요??

답변 기다리며 즐거운 하루되세요..^^