Skip to content

오리지날입니다.


// 가지고 다닐 보석 설정하기
 //---------------------------
 // 참고: 설정한 순서대로 가지고 다닙니다.
 //--------------------------------------------------------------------------
 //MyConfig_CatchShrineGemList.push(557); // Chipped Amethyst
 //MyConfig_CatchShrineGemList.push(562); // Chipped Topaz
 //MyConfig_CatchShrineGemList.push(567); // Chipped Saphire
 //MyConfig_CatchShrineGemList.push(572); // Chipped Emerald
 //MyConfig_CatchShrineGemList.push(577); // Chipped Ruby
 //MyConfig_CatchShrineGemList.push(582); // Chipped Diamond
 //MyConfig_CatchShrineGemList.push(597); // Chipped Skull

 //MyConfig_CatchShrineGemList.push(558); // Flawed Amethyst
 //MyConfig_CatchShrineGemList.push(563); // Flawed Topaz
 //MyConfig_CatchShrineGemList.push(568); // Flawed Saphire
 //MyConfig_CatchShrineGemList.push(573); // Flawed Emerald
 //MyConfig_CatchShrineGemList.push(578); // Flawed Ruby
 //MyConfig_CatchShrineGemList.push(583); // Flawed Diamond
 //MyConfig_CatchShrineGemList.push(598); // Flawed Skull

 //MyConfig_CatchShrineGemList.push(559); // Normal Amethyst
 //MyConfig_CatchShrineGemList.push(564); // Normal Topaz
 //MyConfig_CatchShrineGemList.push(569); // Normal Saphire
 //MyConfig_CatchShrineGemList.push(574); // Normal Emerald
 //MyConfig_CatchShrineGemList.push(579); // Normal Ruby
 //MyConfig_CatchShrineGemList.push(584); // Normal Diamond
 //MyConfig_CatchShrineGemList.push(599); // Normal Skull

 //MyConfig_CatchShrineGemList.push(560); // Flawless Amethyst
 //MyConfig_CatchShrineGemList.push(565); // Flawless Topaz
 //MyConfig_CatchShrineGemList.push(570); // Flawless Saphire
 //MyConfig_CatchShrineGemList.push(575); // Flawless Emerald
 //MyConfig_CatchShrineGemList.push(580); // Flawless Ruby
 //MyConfig_CatchShrineGemList.push(585); // Flawless Diamond
 MyConfig_CatchShrineGemList.push(600); // Flawless Skull


가지고 다니기 설정과

//##########################################################################
 // 큐빙할 보석 설정하기
 //----------------------
 // 주의: 큐빙 후 아이템이니에 설정된 아이템이 아니면 버립니다.
 // 참고: 설정한 순서대로 큐빙합니다.
 // 아이템이니에 설정한 보관할 아이템의 개수(%) 이상을 보관 중이면 큐빙을 하지 않습니다.
 //==========================================================================
 //MyConfig_CubingGemList.push(557); // Chipped Amethyst
 //MyConfig_CubingGemList.push(562); // Chipped Topaz
 //MyConfig_CubingGemList.push(567); // Chipped Saphire
 //MyConfig_CubingGemList.push(572); // Chipped Emerald
 //MyConfig_CubingGemList.push(577); // Chipped Ruby
 //MyConfig_CubingGemList.push(582); // Chipped Diamond
 //MyConfig_CubingGemList.push(597); // Chipped Skull

 //MyConfig_CubingGemList.push(558); // Flawed Amethyst
 //MyConfig_CubingGemList.push(563); // Flawed Topaz
 //MyConfig_CubingGemList.push(568); // Flawed Saphire
 //MyConfig_CubingGemList.push(573); // Flawed Emerald
 //MyConfig_CubingGemList.push(578); // Flawed Ruby
 //MyConfig_CubingGemList.push(583); // Flawed Diamond
 //MyConfig_CubingGemList.push(598); // Flawed Skull

 //MyConfig_CubingGemList.push(559); // Normal Amethyst
 //MyConfig_CubingGemList.push(564); // Normal Topaz
 //MyConfig_CubingGemList.push(569); // Normal Saphire
 //MyConfig_CubingGemList.push(574); // Normal Emerald
 //MyConfig_CubingGemList.push(579); // Normal Ruby
 //MyConfig_CubingGemList.push(584); // Normal Diamond
 //MyConfig_CubingGemList.push(599); // Normal Skull

 //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

이런식으로 설정을 했는데 큐빙을 안하네요. 상급스컬로 가지고 다니네요

날아다녀님 18차입니다.