알바 돌리면서 보석큐빙도 하고 싶은데 자꾸 보관만 해요.
분류
질문
조회 수
1,676
추천 수
0
캐릭설정파일(char_configs)에서 아래와 같이 설정하고 봇을 돌려봤는데 그냥 보석을 보관함에 저장만 합니다.
이거 왜 이런거죠? 큐브 위치가 잘못되어서 그런건가요? 캐릭인벤에 큐브를 갖다놔봐도 소용이 없네요.
혹시 자동큐빙할 땐 이니에서 보석을 주석처리해야 하는건지요.
//##########################################################################
// 큐빙 설정하기
//---------------
// 참고: 설정한 순서대로 큐빙합니다.
//==========================================================================
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_isMakeRuneword = false; // 룬워드 아이템 만들기 * 설정: 만들 룬워드 아이템 설정하기
MyConfig_isPickUpItem = false; // 아이템 주워 보관하기 * 설정: 주워 보관할 아이템 설정하기
MyConfig_isDropItem = false; // 아이템 버리기 * 설정: 버릴 아이템 설정하기
//##########################################################################
// 큐빙할 보석 설정하기
//----------------------
// 주의: 큐빙 후 "아이템이니(scripts/NTBot/item_configs/*.nip)" 또는 "주워 보관할 아이템 설정하기"에 설정된 아이템이 아니면 버립니다.
//==========================================================================
//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