Skip to content

17차봇) 상급보석을 주워서 퍼보를 만들지 않네요.(완료)

분류 질문 조회 수 1,451 추천 수 1

 //##########################################################################
 // 큐빙 설정하기
 //---------------
 // 주의: 큐빙에 사용되는 모든 아이템은 '@'를 반드시 설정해야 합니다.
 // 참고: 설정한 순서대로 큐빙합니다.
 //==========================================================================
 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


캐릭이니에서 요렇게 하면 되는게 아닌가요?

상급 보석을 모아 두기만 해서 여쭈어 봅니다.
  • 왕초루네 2011.01.28 20:10
    아이템이니 주석표시 되어있나요?
  • 독도사령관 2011.01.28 21:20
    아이템이니에서는 상급도 주석 처리 하셔야 합니다 // ##### Gems ########################## //[Name] == ChippedAmethyst // 최하급 자수정 //[Name] == ChippedDiamond // 최하급 다이아몬드 //[Name] == ChippedEmerald // 최하급 에메랄드 //[Name] == ChippedRuby // 최하급 루비 //[Name] == ChippedSapphire // 최하급 사파이어 //[Name] == ChippedSkull // 최하급 스컬 //[Name] == ChippedTopaz // 최하급 토파즈 //[Name] == FlawedAmethyst // 하급 자수정 //[Name] == FlawedDiamond // 하급 다이아몬드 //[Name] == FlawedEmerald // 하급 에메랄드 //[Name] == FlawedRuby // 하급 루비 //[Name] == FlawedSapphire // 하급 사파이어 //[Name] == FlawedSkull // 하급 스컬 //[Name] == FlawedTopaz // 하급 토파즈 //[Name] == Amethyst // 자수정 //[Name] == Diamond // 다이아몬드 //[Name] == Emerald // 에메랄드 //[Name] == Ruby // 루비 //[Name] == Skull // 스컬 //[Name] == Sapphire // 사파이어 //[Name] == Topaz // 토파즈 //[Name] == FlawlessAmethyst // 상급 자수정 //[Name] == FlawlessDiamond // 상급 다이아몬드 //[Name] == FlawlessEmerald // 상급 에메랄드 //[Name] == FlawlessRuby // 상급 루비 //[Name] == FlawlessSapphire // 상급 사파이어 //[Name] == FlawlessSkull // 상급 스컬 //[Name] == FlawlessTopaz // 상급 토파즈 [Name] == PerfectAmethyst // 최상급 자수정 //[Name] == PerfectDiamond // 최상급 다이아몬드 //[Name] == PerfectEmerald // 최상급 에메랄드 [Name] == PerfectRuby // 최상급 루비 //[Name] == PerfectSapphire // 최상급 사파이어 //[Name] == PerfectSkull // 최상급 스컬 //[Name] == PerfectTopaz // 최상급 토파즈
  • 독도사령관 2011.01.28 21:23
    캐릭 이니에서는 //########################################################################## // 큐빙 설정하기 //--------------- // 주의: 큐빙에 사용되는 모든 아이템은 '@'를 반드시 설정해야 합니다. // 참고: 설정한 순서대로 큐빙합니다. //========================================================================== 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
  • 0번의사랑 2011.01.29 09:04
    독도님 답변 감사합니다. 전 이니에 모두다 주석을 해제 해버렸더니 이런결과가 나온것 같네요

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 35 file 트디개발자 2023.09.20 948.0k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 51.0k
공지   맨땅 초보자 가이드 614 file 뮤리아 2020.10.16 1016.4k
공지   카카오톡 1:1 채팅방 만드는 법 106 트디개발자 2018.05.20 430.9k
6551 질문 날아다녀님 17차 봇 질문 1 좋은하루 2011.01.30 271
6550 질문 날아님15차로 쫄봇 사용중입니다 체라 스테틱 사용질문 3 ™둥이아빠 2011.01.30 1.6k
6549 질문 쫄봇을 해보고 싶습니다...(완료) 6 ROKMC_꼰티 2011.01.30 646
6548 질문 45올레 세타는 어디서 나오나요..? 2 대경사랑 2011.01.30 641
6547 질문 서버상태도 좋은데 자꾸 리스타트를 하는 원인이 멀까요? 3 라두가 2011.01.30 703
6546 질문 17차 쫄봇이 말썽이네요 1 들풀 2011.01.30 570
6545 질문 17차 샵봇 npc 에 관한 질문입니다.(완료) 5 ㅇ하래짱ㅇ 2011.01.30 598
6544 질문 8봇이면 cpu가 어느정도가 되어야지하나요? 3 깜장여우 2011.01.29 1.2k
6543 질문 크랩부츠 돌리려고합니다 1 시로사키 2011.01.29 2.1k
6542 질문 17차 봇입니다. 2 삭풍 2011.01.29 599
6541 질문 블리 파볼소서 공격설정 질문입니다.(날아다녀님 17차) 1 도라이 2011.01.29 1.5k
6540 질문 제가 뭘 잘못 한듯 한데 좀 봐주세요. 5 file 0번의사랑 2011.01.29 1.2k
6539 질문 17차 쫄봇 설정 관련 질문입니다~ [완료] 3 바라미르 2011.01.29 907
6538 질문 오리 봇 질문드립니다 - 언제부터 앵벌 가능한가요? - 1 나의인생최강 2011.01.29 1.1k
6537 질문 날아다녀님봇으로 (오리)바바리안 봇돌리는데 질문좀합니다 2 AFG_입곱바바[A1L] 2011.01.28 579
6536 기타 디아 방생성후 디아창 비활성화시 누군가 조인했을 때 소리알림 2 riverun 2011.01.28 163
> 질문 17차봇) 상급보석을 주워서 퍼보를 만들지 않네요.(완료) 4 0번의사랑 2011.01.28 1.5k
6534 질문 크랩 돌리는데 룬을 좀많이주워오네요 3 왕초루네 2011.01.28 1.7k
6533 질문 한방에 8케릭 접속해서 디아런돌리는방법... 2 깜장여우 2011.01.28 1.1k
6532 질문 숨렙 확인하고 주워오게 하고 싶습니다. 1 오픈유어아이즈 2011.01.28 1.5k