Skip to content

날아다녀님 3.1버전최신판 크래프트 설정방법 질문드립니다

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

제가 아무리해도 보석하고 룬만 줍고 다른걸 줍지를 않네요~~
보석큐빙은 정상적으로 되고 있습니다~
혹시 제가 뭐 잘못했는지 확인좀해주세요~
캐릭이니는 밑에 복사해 두었습니다~~
그리고 아이탬이니=>매직이니에서 미확뱀장 미확아멧 주석해제 해두었습니다~~
룬이니에서 필요한룬 주석해제 해두었습니다
보석 이니에서도 필요한 보석 주석해제 해두었습니다~

제가 하려는 크랩은 블러드아멧 블러드강타장 블러드링 캐스터아뮬 이렇게 4가지입니다~~

혹시 제가 잘못한 부분이 있는지 확인 부탁드립니다
그리고 크랩 하려면 설정해야 되는곳이 어디어디인지도 가르쳐 주시기 바랍니다~~
감사합니다~~



//##########################################################################
 // 이동 중 사용할 성소 설정하기
 //==========================================================================
 MyConfig_CatchExperienceShrine = false; // 경험의 성소
 MyConfig_CatchGemShrine = true; // 보석의 성소

 // 가지고 다닐 보석 개수 설정하기
 //--------------------------------
 MyConfig_GemShrineHave = 1;

 // 가지고 다닐 보석 설정하기
 //---------------------------
 
 //MyConfig_GemShrineGem.push(560); // Flawless Amethyst
 //MyConfig_GemShrineGem.push(565); // Flawless Topaz
 //MyConfig_GemShrineGem.push(570); // Flawless Saphire
 //MyConfig_GemShrineGem.push(575); // Flawless Emerald
 MyConfig_GemShrineGem.push(580); // Flawless Ruby
 //MyConfig_GemShrineGem.push(585); // Flawless Diamond
 //MyConfig_GemShrineGem.push(600); // Flawless Skull

 // 큐빙 설정하기
 //==========================================================================
 MyConfig_isCubingGem = [true, true]; // [보석 큐빙하기, 아이템 로그] * 설정: 큐빙할 보석 설정하기
 MyConfig_isCubingRune = [false, true]; // [룬 큐빙하기, 아이템 로그] * 설정: 큐빙할 룬 설정하기
 MyConfig_isCubingCrafted = 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 = false; // 아이템 주워 보관하기 * 설정: 주워 보관할 아이템 설정하기
 MyConfig_isDropItem = false; // 아이템 버리기 * 설정: 버릴 아이템 설정하기


 //##########################################################################
 // 큐빙할 보석 설정하기
 //----------------------
 // 주의: 큐빙 후 "아이템 이니(scripts/NTBot/item_configs/*.nip)" 또는 "주워 보관할 아이템 설정하기"에 설정된 아이템이 아니면 버립니다.
 //==========================================================================
 
 
 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([아이템 ClassID, 아이템 ClassID의 레벨, 룬 ClassID, 보석 ClassID])
 // 아이템 ClassID의 레벨: 설정한 레벨 이상의 "아이템 ClassID"를 큐빙합니다.(0은 "아이템 ClassID"의 레벨 검사를 생략합니다)
 // 주의: "아이템 ClassID"가 "아이템 이니(scripts/NTBot/item_configs/*.nip)"에 설정된 아이템이면 큐빙을 하지 않습니다.
 // 주얼은 자동으로 찾아 큐빙합니다. "아이템 이니(scripts/NTBot/item_configs/*.nip)"에 설정된 주얼이면 큐빙을 하지 않습니다.
 // 큐빙 후 "아이템 이니(scripts/NTBot/item_configs/*.nip)" 또는 "주워 보관할 아이템 설정하기"에 설정된 아이템이 아니면 버립니다.
 // 참고: 큐빙 재료로 사용할 주얼은 "주워 보관할 아이템 설정하기"에서 줍도록 설정합니다.
 //==========================================================================
 // 블러드 아이템
 //---------------
 // 5-10% Deadly Strike, (1-3)% Life Stolen Per Hit, +(10-20) To Life
 //MyConfig_CubingCraftedList.push([308, 0, 617, 581]); // Helm + Ral Rune + Perfect Ruby
 //MyConfig_CubingCraftedList.push([354, 0, 617, 581]); // Casque + Ral Rune + Perfect Ruby
 MyConfig_CubingCraftedList.push([424, 0, 617, 581]); // Armet + Ral Rune + Perfect Ruby


 // Crushing Blow (5-10)%, (1-3)% Life Stolen Per Hit, +(10-20) To Life
 //MyConfig_CubingCraftedList.push([335, 0, 613, 581]); // Heavy Gloves + Nef Rune + Perfect Ruby
 //MyConfig_CubingCraftedList.push([381, 0, 613, 581]); // Sharkskin Gloves + Nef Rune + Perfect Ruby
 MyConfig_CubingCraftedList.push([451, 0, 613, 581]); // Vampirebone Glove + Nef Rune + Perfect Ruby


 // + (1-5) To Strength, (1-3)% Life Stolen Per Hit, +(10-20) To Life
 MyConfig_CubingCraftedList.push([522, 0, 621, 581]); // Ring + Sol Rune + Perfect Ruby



 // 캐스터 아이템
 
 // (5-10)% Faster Cast Rate, Regenerate Mana (4-10)%, + (10-20) To Mana
 MyConfig_CubingCraftedList.push([520, 0, 617, 561]); // Amulet + Ral Rune + Perfect Amethyst


 //##########################################################################
 // 주워 보관할 아이템 설정하기
 //-----------------------------
 // MyConfig_PickUpItemList.push([아이템 ClassID])
 // MyConfig_PickUpItemList.push([아이템 ClassID, 보관할 개수])
 // MyConfig_PickUpItemList.push([아이템 ClassID, 보관할 개수, 아이템 퀄리티])
 // MyConfig_PickUpItemList.push([아이템 ClassID, 보관할 개수, 아이템 퀄리티, 아이템 레벨])
 // MyConfig_PickUpItemList.push([아이템 ClassID, 보관할 개수, 아이템 퀄리티, 아이템 레벨, 에테리얼])
 // MyConfig_PickUpItemList.push([아이템 ClassID, 보관할 개수, 아이템 퀄리티, 아이템 레벨, 에테리얼, 소켓 수])
 // 참고: 아이템 이니(scripts/NTBot/item_configs/*.nip) 설정에 해당되지 않는 아이템들(안줍거나 팔거나 버리는 것) 중에서 여기에 설정한 아이템들을 주워 보관합니다.
 // 설정하지 않거나 보관할 개수 0, 아이템 퀄리티 0, 아이템 레벨 0, 에테리얼 0, 소켓 수 9는 각각의 검사를 생략합니다.
 // 보관할 개수 : 아이템 이니(scripts/NTBot/item_configs/*.nip) 설정에 해당되는 아이템은 보관할 개수에서 제외됩니다.
 // 아이템 퀄리티: 1 = Low Quality, 2 = Normal, 3 = Superior, 4 = Magic, 5 = Set, 6 = Rare, 7 = Unique, 8 = Crafted, 9 = Tempered
 // 아이템 레벨 : 설정한 레벨 이상의 아이템을 줍습니다.
 // 아이템 레벨에 100을 더해서 설정하면 "공식1"이 적용됩니다. "공식1": int(케릭터 레벨 / 2) + int(아이템 레벨 / 2)
 // 예) 90은 아이템 레벨 90이상 줍습니다.
 // 190은 "공식1"을 적용하여 줍습니다.(캐릭터 레벨이 90이라면 아이템 레벨 90이상 줍습니다. 95라면 86이상 줍습니다)
 // 에테리얼 : 0 = 모두, 1 = 에테리얼, 2 = 노에테리얼
 //==========================================================================
 //MyConfig_PickUpItemList.push([557, 1]); // Chipped Amethyst
 //MyConfig_PickUpItemList.push([562, 1]); // Chipped Topaz
 //MyConfig_PickUpItemList.push([567, 1]); // Chipped Saphire
 //MyConfig_PickUpItemList.push([572, 1]); // Chipped Emerald
 //MyConfig_PickUpItemList.push([577, 1]); // Chipped Ruby
 //MyConfig_PickUpItemList.push([582, 1]); // Chipped Diamond
 //MyConfig_PickUpItemList.push([597]); // Chipped Skull

 //MyConfig_PickUpItemList.push([558, 1]); // Flawed Amethyst
 //MyConfig_PickUpItemList.push([563, 1]); // Flawed Topaz
 //MyConfig_PickUpItemList.push([568, 1]); // Flawed Saphire
 //MyConfig_PickUpItemList.push([573, 1]); // Flawed Emerald
 //MyConfig_PickUpItemList.push([578, 1]); // Flawed Ruby
 //MyConfig_PickUpItemList.push([583, 1]); // Flawed Diamond
 //MyConfig_PickUpItemList.push([598]); // Flawed Skull

 //MyConfig_PickUpItemList.push([559]); // Normal Amethyst
 //MyConfig_PickUpItemList.push([564]); // Normal Topaz
 //MyConfig_PickUpItemList.push([569]); // Normal Saphire
 //MyConfig_PickUpItemList.push([574]); // Normal Emerald
 //MyConfig_PickUpItemList.push([579]); // Normal Ruby
 //MyConfig_PickUpItemList.push([584]); // Normal Diamond
 //MyConfig_PickUpItemList.push([599]); // Normal Skull

 //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, 2]); // Nef Rune
 //MyConfig_PickUpItemList.push([614]); // Eth Rune
 //MyConfig_PickUpItemList.push([615]); // Ith Rune
 //MyConfig_PickUpItemList.push([616]); // Tal Rune
 MyConfig_PickUpItemList.push([617, 4]); // Ral Rune
 //MyConfig_PickUpItemList.push([618]); // Ort Rune
 //MyConfig_PickUpItemList.push([619]); // Thul Rune
 //MyConfig_PickUpItemList.push([620]); // Amn Rune
 MyConfig_PickUpItemList.push([621, 4]); // 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]); // Key of Terror
 //MyConfig_PickUpItemList.push([648]); // Key of Hate
 //MyConfig_PickUpItemList.push([649]); // 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, 180]); // 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.04.21 22:32
    MyConfig_isPickUpItem = false; // 아이템 주워 보관하기 * 설정: 주워 보관할 아이템 설정하기 이거 하나 true 사용함으로 설정을 안하셨네요
  • anti blue 2010.04.22 00:43
    그리고 아이탬이니=>매직이니에서 미확뱀장 미확아멧 주석해제 해두었습니다~~ 룬이니에서 필요한룬 주석해제 해두었습니다 보석 이니에서도 필요한 보석 주석해제 해두었습니다~ 1.위에 것 모두 주석처리 하세요. 2.MyConfig_isPickUpItem = true; // 아이템 주워 보관하기 3.주워 보관할 아이템 에서 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 나머지는 다 맞는듯 합니다/

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 35 file 트디개발자 2023.09.20 947.8k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 50.9k
공지   맨땅 초보자 가이드 614 file 뮤리아 2020.10.16 1016.4k
공지   카카오톡 1:1 채팅방 만드는 법 106 트디개발자 2018.05.20 430.9k
> 질문 날아다녀님 3.1버전최신판 크래프트 설정방법 질문드립니다 2 이동호 2010.04.21 1.1k
1610 질문 이렇게 에러가 뜨는데 어떻게 하죠? 1 §마린블루 2010.04.21 237
1609 질문 날라다녀님최신버전 아이템 줍는것 질문입니다. 3 사이보그[009] 2010.04.21 176
1608 질문 소순이가 공격할때 거리를 좀 띄우고 싶은데 알려주세요^^" 7 아이니쥬 2010.04.21 1.1k
1607 질문 날려다녀님 봇 이니 정수 줍게 할려면 어떻게 해야하나요 1 좋은하루 2010.04.21 579
1606 질문 날아다녀님 봇 오토버스 질문드립니다. 1 가가멜 2010.04.21 1.7k
1605 질문 팔라방패이니질문드립니다 3 llDARKll 2010.04.21 193
1604 질문 봇 이니 질문 있습니다 ^^:; 2 락발라드 2010.04.21 109
1603 질문 드워프 스타링 최상이니가 궁금합니다 2 방랑객 2010.04.21 233
1602 기타 디아 설치 관련 질문입니다. 1 THE_ONE 2010.04.21 453
1601 질문 NT봇 방 생성시 멈춤현상 2 프리호프 2010.04.21 2.0k
1600 질문 매니저상에서 아이템로그부분 질문좀요... 2 spshdi 2010.04.21 592
1599 질문 바알 및 크랩 큐빙 질문입니다. 2 프라다악마 2010.04.21 1.4k
1598 질문 날아다녀님 봇 UNHANDLED EXCEPTION 오류가 뜹니다 2 hyDra보우 2010.04.21 1.3k
1597 질문 날아다녀님 쫄봇관련해서 다시한번 질문올려봅니다 2 다시해보자디아 2010.04.21 331
1596 질문 봇이 로비에서 계속 대기하면서 시작을 안하네요.. 2 디아싸랑 2010.04.21 1.8k
1595 질문 유닉 아이템 미확줍기설정 질문드려봅니다.. 5 시드★ 2010.04.21 586
1594 질문 피트 사냥시 궁금한 점이 있습니다. 5 꿀대장 2010.04.21 677
1593 질문 봇 아이템 로그 말인데요.. 2 하얀오후 2010.04.21 317
1592 질문 D2NT 3.1 and NTBot 4.2에서 안다잡기 자리 질문입니다 8 한심한 거지™[A3L] 2010.04.21 973