Skip to content

날아다녀님 최신버전에서 크래프트 질문이 있습니다.

분류 질문 조회 수 210 추천 수 0

날아다녀님 최신버전 사용중입니다. 계속 아이템만 물어오게 하다가 이번에 패캐목걸 크래프트도 해볼려고 정보강좌란 찾아가면서 설정해 봤는데요, 재료 아이템을 전혀 물어오질 않습니다.

밑에는 제가 캐릭이니에서 수정한 사항인데 혹시 빠진 부분이나 수정할 부분 조언 부탁드립니다.
혹시 이 뿐만이 아니라 다른 이니도 건드려야 되는지도 알려주시면 감사하겠습니다.

-----------------------------------------------------------------------------------------------------------------------------
 // 큐빙 설정하기
 //==========================================================================
 MyConfig_isCubingGem = [false, false]; // [보석 큐빙하기, 아이템 로그] * 설정: 큐빙할 보석 설정하기
 MyConfig_isCubingRune = [false, false]; // [룬 큐빙하기, 아이템 로그] * 설정: 큐빙할 룬 설정하기
 MyConfig_isCubingCrafted = true; // 크래프트 큐빙 * 설정: 큐빙할 크래프트 설정하기
 l→ 이부분을 false에서 true로 바꾸었습니다.

 MyConfig_isCubingMagic = false; // 매직 아이템 큐빙하기 * 설정: 큐빙할 매직 아이템 설정하기
 MyConfig_isCubingRare = false; // 레어 아이템 큐빙하기 * 설정: 큐빙할 레어 아이템 설정하기
 MyConfig_isCubingNormal = false; // 노멀 아이템 큐빙하기 * 설정: 큐빙할 노멀 아이템 설정하기
 MyConfig_isCubingMagicRing = false; // 매직 링 3개 큐빙하기
 MyConfig_isCubingMagicAmulet = false; // 매직 아뮬렛 3개 큐빙하기
 MyConfig_isCubingEssence = false; // 정수 큐빙하기
 MyConfig_isMakeRuneword = false; // 룬워드 아이템 만들기 * 설정: 만들 룬워드 아이템 설정하기
 MyConfig_isPickUpItem = true; // 아이템 주워 보관하기 * 설정: 주워 보관할 아이템 설정하기
l→ 이부분을 false에서 true로 바꾸었습니다.

 MyConfig_isDropItem = false; // 아이템 버리기 * 설정: 버릴 아이템 설정하기


//##########################################################################
 // 큐빙할 크래프트 설정하기
 //--------------------------

 // 캐스터 아이템

 // (5-10)% Faster Cast Rate, Regenerate Mana (4-10)%, + (10-20) To Mana
 MyConfig_CubingCraftedList.push([520, 95, 617, 561]); // Amulet + Ral Rune + Perfect Amethyst
l→ 이부분 주석을 제거하고 숨랩을 95로 바꾸었습니다.


 //##########################################################################
 // 주워 보관할 아이템 설정하기
 //-----------------------------
//==========================================================================
 MyConfig_PickUpItemList.push([560]); // Flawless Amethyst → 재료로 자수정이 필요해서 주석을 제거했습니다.
 //MyConfig_PickUpItemList.push([565]); // Flawless Topaz
 //MyConfig_PickUpItemList.push([570]); // Flawless Saphire
 //MyConfig_PickUpItemList.push([575]); // Flawless Emerald
 //MyConfig_PickUpItemList.push([580]); // Flawless Ruby
 //MyConfig_PickUpItemList.push([585]); // Flawless Diamond
 //MyConfig_PickUpItemList.push([600]); // Flawless Skull

 MyConfig_PickUpItemList.push([561]); // Perfect Amethyst → 퍼팩트로 합치고 땅에 버릴까봐 여기도 주석을 제거했습니다.
 //MyConfig_PickUpItemList.push([566]); // Perfect Topaz
 //MyConfig_PickUpItemList.push([571]); // Perfect Saphire
 //MyConfig_PickUpItemList.push([576]); // Perfect Emerald
 //MyConfig_PickUpItemList.push([581]); // Perfect Ruby
 //MyConfig_PickUpItemList.push([586]); // Perfect Diamond
 //MyConfig_PickUpItemList.push([601]); // Perfect Skull

 //MyConfig_PickUpItemList.push([610]); // El Rune
 //MyConfig_PickUpItemList.push([611]); // Eld Rune
 //MyConfig_PickUpItemList.push([612]); // Tir Rune
 //MyConfig_PickUpItemList.push([613]); // Nef Rune
 //MyConfig_PickUpItemList.push([614]); // Eth Rune
 //MyConfig_PickUpItemList.push([615]); // Ith Rune
 //MyConfig_PickUpItemList.push([616]); // Tal Rune
 MyConfig_PickUpItemList.push([617, 2]); // Ral Rune → 재료로 랄룬이 필요해서 주석을 제거했습니다. 2개 가지고 다니라고 '2'를 추가해 줬습니다.
 //MyConfig_PickUpItemList.push([618]); // Ort Rune


 MyConfig_PickUpItemList.push([520, 2, 4, 190]); // Amulet : int(charlv/2) + int(input ilvl/2) = 90(ilvl)
 l→ 재료 아뮬렛이 필요해서 주석을 제거하고 수량 '2'로 바꾸었습니다.
 //MyConfig_PickUpItemList.push([522, 2, 4, 186]); // Ring : int(charlv/2) + int(input ilvl/2) = 86(ilvl)
 MyConfig_PickUpItemList.push([643, 2]); // Jewel → 재료 주얼이 필요해서 주석을 제거하고 수량 2로 바꾸었습니다.
  • 지바람™ 2010.05.14 16:57
    캐스트 아뮬 크랩하기 에서 필요한 부분을 아래 기재했습니다. // 큐빙 설정하기 //========================================================================== MyConfig_isCubingGem = [true, false]; // [보석 큐빙하기, 아이템 로그] * 설정: 큐빙할 보석 설정하기 MyConfig_isCubingCrafted = true; // 크래프트 큐빙 * 설정: 큐빙할 크래프트 설정하기 MyConfig_isPickUpItem = true; // 아이템 주워 보관하기 * 설정: 주워 보관할 아이템 설정하기 //########################################################################## // 큐빙할 보석 설정하기 //---------------------- 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 // 큐빙할 크래프트 설정하기 MyConfig_CubingCraftedList.push([520, 0, 617, 561]); // Amulet + Ral Rune + Perfect Amethyst // 주워 보관할 아이템 설정하기 MyConfig_PickUpItemList.push([560]); // Flawless Amethyst //MyConfig_PickUpItemList.push([565]); // Flawless Topaz //MyConfig_PickUpItemList.push([570]); // Flawless Saphire //MyConfig_PickUpItemList.push([575]); // Flawless Emerald //MyConfig_PickUpItemList.push([580]); // Flawless Ruby //MyConfig_PickUpItemList.push([585]); // Flawless Diamond //MyConfig_PickUpItemList.push([600]); // Flawless Skull MyConfig_PickUpItemList.push([561, 3]); // Perfect Amethyst //MyConfig_PickUpItemList.push([566]); // Perfect Topaz //MyConfig_PickUpItemList.push([571]); // Perfect Saphire //MyConfig_PickUpItemList.push([576]); // Perfect Emerald //MyConfig_PickUpItemList.push([581, 3]); // Perfect Ruby //MyConfig_PickUpItemList.push([586]); // Perfect Diamond //MyConfig_PickUpItemList.push([601]); // Perfect Skull //MyConfig_PickUpItemList.push([610]); // El Rune //MyConfig_PickUpItemList.push([611]); // Eld Rune //MyConfig_PickUpItemList.push([612]); // Tir Rune //MyConfig_PickUpItemList.push([613]); // Nef Rune //MyConfig_PickUpItemList.push([614]); // Eth Rune //MyConfig_PickUpItemList.push([615]); // Ith Rune //MyConfig_PickUpItemList.push([616]); // Tal Rune MyConfig_PickUpItemList.push([617, 3]); // Ral Rune //MyConfig_PickUpItemList.push([618]); // Ort Rune //MyConfig_PickUpItemList.push([619]); // Thul Rune //MyConfig_PickUpItemList.push([620, 2]); // Amn Rune //MyConfig_PickUpItemList.push([621, 1]); // Sol Rune //MyConfig_PickUpItemList.push([622]); // Shael Rune //MyConfig_PickUpItemList.push([623]); // Dol Rune //MyConfig_PickUpItemList.push([624]); // Hel Rune //MyConfig_PickUpItemList.push([625]); // Io Rune //MyConfig_PickUpItemList.push([626]); // Lum Rune //MyConfig_PickUpItemList.push([627]); // Ko Rune //MyConfig_PickUpItemList.push([628]); // Fal Rune //MyConfig_PickUpItemList.push([629]); // Lem Rune //MyConfig_PickUpItemList.push([647, 2]); // Key of Terror //MyConfig_PickUpItemList.push([648, 2]); // Key of Hate //MyConfig_PickUpItemList.push([649, 2]); // Key of Destruction //MyConfig_PickUpItemList.push([654, 1]); // Twisted Essence of Suffering //MyConfig_PickUpItemList.push([655, 1]); // Charged Essence of Hatred //MyConfig_PickUpItemList.push([656, 1]); // Burning Essence of Terror //MyConfig_PickUpItemList.push([657, 1]); // Festering Essence of Destruction // 흰여울님의 크래프트 큐빙 자료를 바탕으로 설정하였습니다. //---------------------------------------------------------- //MyConfig_PickUpItemList.push([603, 2, 4, 94]); // Small Charm //MyConfig_PickUpItemList.push([604, 1, 4, 99]); // Large Charm //MyConfig_PickUpItemList.push([605, 1, 4, 94]); // Grand Charm //MyConfig_PickUpItemList.push([447, 1, 4, 99]); // Monarch ; Magic Cubing //MyConfig_PickUpItemList.push([418, 1, 6]); // Circlet //MyConfig_PickUpItemList.push([419, 1, 6]); // Coronet //MyConfig_PickUpItemList.push([420, 1, 6]); // Tiara //MyConfig_PickUpItemList.push([421, 1, 6]); // Diadem MyConfig_PickUpItemList.push([520, 2, 4, 190]); // Amulet : int(charlv/2) + int(input ilvl/2) = 90(ilvl) MyConfig_PickUpItemList.push([522, 2, 4, 186]); // Ring : int(charlv/2) + int(input ilvl/2) = 86(ilvl) MyConfig_PickUpItemList.push([643, 3]); // Jewel //MyConfig_PickUpItemList.push([381, 1, 4, 178]); // Sharkskin Gloves : int(charlv/2) + int(input ilvl/2) = 78(ilvl) //MyConfig_PickUpItemList.push([451, 1, 4, 179]); // Vampirebone Gloves : int(charlv/2) + int(input ilvl/2) = 79(ilvl) //MyConfig_PickUpItemList.push([382, 1, 4, 179]); // Heavy Bracers : int(charlv/2) + int(input ilvl/2) = 79(ilvl) //MyConfig_PickUpItemList.push([452, 1, 4, 179]); // Vambraces : int(charlv/2) + int(input ilvl/2) = 79(ilvl) //MyConfig_PickUpItemList.push([354, 1, 4, 184]); // Casque : int(charlv/2) + int(input ilvl/2) = 84(ilvl) //MyConfig_PickUpItemList.push([424, 1, 4, 184]); // Armet : int(charlv/2) + int(input ilvl/2) = 84(ilvl) //MyConfig_PickUpItemList.push([391, 1, 4, 185]); // Sharkskin Belt : int(charlv/2) + int(input ilvl/2) = 85(ilvl) //MyConfig_PickUpItemList.push([461, 1, 4, 185]); // Vampirefang Belt : int(charlv/2) + int(input ilvl/2) = 85(ilvl) //MyConfig_PickUpItemList.push([392, 1, 4, 185]); // Mash Belt : int(charlv/2) + int(input ilvl/2) = 85(ilvl) //MyConfig_PickUpItemList.push([462, 1, 4, 185]); // Mithril Coil : int(charlv/2) + int(input ilvl/2) = 85(ilvl) //MyConfig_PickUpItemList.push([388, 1, 4, 185]); // Battle Boots : int(charlv/2) + int(input ilvl/2) = 85(ilvl) //MyConfig_PickUpItemList.push([458, 1, 4, 185]); // Mirrored Boots : int(charlv/2) + int(input ilvl/2) = 85(ilvl) //MyConfig_PickUpItemList.push([447, 1, 4, 182]); // Monarch ; Crafted Cubing : int(charlv/2) + int(input ilvl/2) = 82(ilvl)
  • 호두껍질 2010.05.14 16:58
    다른건 설정 맞습니다. 보석 큐빙에도 true로 해주세요
  • DarthVader 2010.05.14 17:12
    지바람님 상세한 설명 너무 감사드립니다. 호두껍질님 조언 감사합니다.^^

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 35 file 트디개발자 2023.09.20 947.8k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 50.9k
공지   맨땅 초보자 가이드 614 file 뮤리아 2020.10.16 1016.3k
공지   카카오톡 1:1 채팅방 만드는 법 106 트디개발자 2018.05.20 430.9k
> 질문 날아다녀님 최신버전에서 크래프트 질문이 있습니다. 3 DarthVader 2010.05.14 210
2750 질문 봇이 슈페리어카이트쉴드, 슈페리어호크헬름 이런걸 먹네요^^; 1 허브닥터 2010.05.14 308
2749 질문 D2NT Manager 두창을 띄워놓고 씁니다 5 숙바라기[변태] 2010.05.14 472
2748 질문 나락과 핀들 동시에 사냥 이닝 2 페로샤스 2010.05.14 429
2747 질문 봇 계정정지 관련 질문입니다. 1 lira 2010.05.14 1.8k
2746 질문 쫄봇 기사 케릭 인식문제에 대해 여쭤봅니다 2 어쩌란말이냐 2010.05.14 292
2745 질문 한컴에 두봇을 돌리려고 합니다 17 나이것참 2010.05.14 1.4k
2744 질문 아이템 코드 표를 못찾겠네요....ㅎㅎ 2 별빛플라이 2010.05.14 1.0k
2743 질문 프리섭입니다. 서버를 어떻게 바꿀 수 있나요? 5 피튀는두리 2010.05.14 1.8k
2742 질문 날아다녀님 크랩이니 질문있습니다 1 listener[O.P] 2010.05.14 494
2741 질문 튕김현상 1 korea.com 2010.05.14 419
2740 질문 큐빙 질문입니다. 1 Sedra 2010.05.14 1.4k
2739 질문 팔라랑 바바 랩당어레투구 이니좀 부탁드려요 14 홍홍아 2010.05.14 1.3k
2738 질문 창고지기 설정을 못하고 있습니다. 8 ieye 2010.05.14 582
2737 질문 한번 더 질문합니다. [매직 다뎀 큐빙] 4 지바람™ 2010.05.14 1.4k
2736 질문 룬조합설정 질문드려요 1 칙칙폭폭 2010.05.14 238
2735 질문 공방 디아런봇하는도중에 2 음하하 2010.05.14 487
2734 질문 정수이니 질문입니다 1 잔다르크 2010.05.14 888
2733 질문 봇이 액트1,2,3,4,5 보스만 잡으면 팅기내요. 4 민귀 2010.05.14 315
2732 질문 퀘드랍 플라이 소서에 대한 질문입니다. 2 에푸킬러 2010.05.14 430