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 949.1k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 51.0k
공지   맨땅 초보자 가이드 615 file 뮤리아 2020.10.16 1016.9k
공지   카카오톡 1:1 채팅방 만드는 법 106 트디개발자 2018.05.20 431.0k
6771 질문 17차 봇 관련 질문드려봅니다 2 싸나이! 2011.01.26 735
6770 질문 날아다녀님 17차버젼의 봇 질문입니다 3 file 네티즌[A3/O.L.S] 2011.01.26 792
6769 질문 17차 사용중입니다 가끔식 공방을 만드네요(완료) 2 Panda™ 2011.01.26 1.8k
6768 질문 디아 바알 쫄봇 질문입니다. 6 ☆샤인☆ 2011.01.26 450
6767 질문 8차 사용시 파티 관련 질문 드립니다. 3 jenosh 2011.01.27 349
6766 질문 날아다녀님버전14차수정판사용중 큐빙질문입니다 3 못먹는 윈포 2011.01.27 566
6765 질문 815님 이니를 설정 중인데요.(완료) 2 0번의사랑 2011.01.27 625
6764 질문 날아다녀 17차 바알봇 몹리젠 시간동안 메테오(블리자드) 안쏘는 법 1 riverun 2011.01.27 325
6763 질문 봇순이가 움직이질않아요 2 file 양포졸[O.P] 2011.01.28 938
6762 질문 봇 틀면 화면 위에 d2nt 랑 아이피 안보이게 할수없나요? 2 고무신 2011.01.28 1.7k
6761 질문 10차) 나라트하크 사냥 설정 확인 요청 3 난장 2011.01.28 1.7k
6760 질문 숨렙 확인하고 주워오게 하고 싶습니다. 1 오픈유어아이즈 2011.01.28 1.5k
6759 질문 한방에 8케릭 접속해서 디아런돌리는방법... 2 깜장여우 2011.01.28 1.1k
6758 질문 크랩 돌리는데 룬을 좀많이주워오네요 3 왕초루네 2011.01.28 1.7k
> 질문 17차봇) 상급보석을 주워서 퍼보를 만들지 않네요.(완료) 4 0번의사랑 2011.01.28 1.5k
6756 기타 디아 방생성후 디아창 비활성화시 누군가 조인했을 때 소리알림 2 riverun 2011.01.28 163
6755 질문 날아다녀님봇으로 (오리)바바리안 봇돌리는데 질문좀합니다 2 AFG_입곱바바[A1L] 2011.01.28 579
6754 질문 오리 봇 질문드립니다 - 언제부터 앵벌 가능한가요? - 1 나의인생최강 2011.01.29 1.1k
6753 질문 17차 쫄봇 설정 관련 질문입니다~ [완료] 3 바라미르 2011.01.29 907
6752 질문 제가 뭘 잘못 한듯 한데 좀 봐주세요. 5 file 0번의사랑 2011.01.29 1.2k