날아다녀님14차 봇인데요 상급보석설정 질문 드립니다
분류
질문
조회 수
979
추천 수
0
케릭터 이니 보석 써있는곳 모두 주석한거 같고요...
화이트던가;;; 보석 나오는데 모두 주석 처리 했는데 자꾸 가져오죠??
케릭터 이니 설정입니다
// 보석 설정하기
//---------------
// 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
//##########################################################################
// 큐빙 설정하기
//---------------
// 주의: 큐빙에 사용되는 모든 아이템은 '@'를 설정해야 합니다.
// 참고: 설정한 순서대로 큐빙합니다.
//==========================================================================
//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_SnagPotion에서 활력포션과 대량의 활력포션을 보관하도록 설정해야 작동합니다.
//MyConfig_CubingList.push("룬워드_아이템_만들기"); // 설정: 만들 룬워드 아이템 설정하기
// 큐빙할 보석 설정하기
//----------------------
// 주의: 큐빙 후 아이템이니에 설정된 아이템이 아니면 버립니다.
// 참고: 설정한 순서대로 큐빙합니다.
//==========================================================================
//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
_____________________________________________________________
노말.nip 설정인데요
//[Chipped Gems]
// [Name] == ChippedAmethyst //
// [Name] == ChippedDiamond //
// [Name] == ChippedEmerald //
// [Name] == ChippedRuby //
// [Name] == ChippedSapphire //
// [Name] == ChippedSkull //
// [Name] == ChippedTopaz //
//[Flawed Gems]
// [Name] == FlawedAmethyst //
// [Name] == FlawedDiamond //
// [Name] == FlawedEmerald //
// [Name] == FlawedRuby //
// [Name] == FlawedSapphire //
// [Name] == FlawedSkull //
// [Name] == FlawedTopaz //
//[Normal Gems]
// [Name] == Amethyst //
// [Name] == Diamond //
// [Name] == Emerald //
// [Name] == Ruby //
// [Name] == Skull //
// [Name] == Sapphire //
// [Name] == Topaz //
//[Flawless Gems]
// [Name] == FlawlessAmethyst @ //
// [Name] == FlawlessDiamond @ //
// [Name] == FlawlessEmerald @ //
// [Name] == FlawlessRuby @ //
// [Name] == FlawlessSapphire @ //
// [Name] == FlawlessSkull @ //
// [Name] == Flawless Topaz @ //
//[Perfect Gems]
[Name] == PerfectAmethyst %2 @ //
[Name] == PerfectDiamond @ //
[Name] == PerfectEmerald @ //
[Name] == PerfectRuby %3 @ //
[Name] == PerfectSapphire @ //
[Name] == PerfectSkull @ //
[Name] == PerfectTopaz @ //
초보지만 그래도 찾아가면서 다 주석처리 한것 같은데요...;
왜 상급보석을 주서다 놓을가요..;;

