Skip to content
  • 단테s 2010.07.07 21:12
    제가 바보인가요.....-ㅁ-; 무슨 말인지 이해를 못하겠네요 ^^; 1. 이니 설정은 다 했다. 2. 보석 큐빙도 한다. 3. 목걸이, 링은 확인하고 버린다 4. 목걸이, 링 크래프트는 된다, 다른곳 도와주라 ;;;;
  • A K I R A 2010.07.07 22:37
    보석설정은 했느데매직 링하고 목걸이는 확인하고 다버립니다,,,
  • 단테s 2010.07.08 07:54
    //########################################################################## // 주워 보관할 아이템 설정하기 //----------------------------- // 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, 1]); // Normal Amethyst MyConfig_PickUpItemList.push([564, 1]); // Normal Topaz MyConfig_PickUpItemList.push([569, 1]); // 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, 1]); // Perfect Amethyst MyConfig_PickUpItemList.push([566, 1]); // 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, 1]); // Tal Rune MyConfig_PickUpItemList.push([617, 1]); // Ral Rune //MyConfig_PickUpItemList.push([618]); // Ort Rune MyConfig_PickUpItemList.push([619, 1]); // Thul Rune MyConfig_PickUpItemList.push([620, 1]); // Amn Rune //MyConfig_PickUpItemList.push([621]); // 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, 3]); // Key of Terror //MyConfig_PickUpItemList.push([648, 3]); // Key of Hate //MyConfig_PickUpItemList.push([649, 3]); // 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([653, 1]); // Token Of Absolution // 흰여울님의 크래프트 큐빙 자료를 바탕으로 설정하였습니다. //---------------------------------------------------------- //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, 1, 4, 190]); // Amulet : int(charlv/2) + int(input ilvl/2) = 90(ilvl) MyConfig_PickUpItemList.push([522, 1, 4, 186]); // Ring : int(charlv/2) + int(input ilvl/2) = 86(ilvl) MyConfig_PickUpItemList.push([643, 1]); // Jewel 보시면 맨 마지막에 아뮬렛, 링, 주얼을 줍는 설정이 있습니다 이렇게 해주시면 됩니다^^
  • A K I R A 2010.07.08 08:28
    단테님 감사합니다..설정하겠습니다.

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 35 file 트디개발자 2023.09.20 947.6k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 50.9k
공지   맨땅 초보자 가이드 614 file 뮤리아 2020.10.16 1016.2k
공지   카카오톡 1:1 채팅방 만드는 법 106 트디개발자 2018.05.20 430.8k
9431 질문 7차 매직링,아뮬로 크래프트 질문입니다. 2 zamuka 2010.07.07 292
9430 질문 7차 봇사용중 아이템 안주어올때 2 현진우 2010.07.07 528
9429 질문 창고지기에 대해 하나도 모르는데요..쫌알려주실분계신가요.. 5 스비 2010.07.07 604
9428 질문 자동 아이템 보기에 대해 질문 드려요. 4 원더걸스 2010.07.07 972
9427 질문 디아런 봇 돌릴시 방만들고 잠시후에 공지를 날리고싶은데요.. 9 유티케스 2010.07.07 467
> 질문 크래프트 링, 목걸이 질문드립니다 4 A K I R A 2010.07.07 556
9425 질문 아이템이니에서 미확에테 줍게 설정하는부분이 궁금합니다.[해결] 2 SPiTZ 2010.07.07 420
9424 질문 장기봇 질문드립니다 8 쥐샥기즈 2010.07.07 1.3k
9423 질문 네크가 시폭을 잘 안하는군요 3 IntheMist 2010.07.07 909
9422 질문 봇이 사냥중에 우버방 잡는거와 지정 아이피 방 잡는거 질문입니다. 3 에훗A1L 2010.07.07 1.7k
9421 질문 날아다녀님 7차 쫄봇 질문 드립니다. 4 -데빌- 2010.07.07 1.6k
9420 질문 D2NT3.1 개조디아봇 - 겜블 - 왜 기사만 할까요? 3 프리윌리 2010.07.07 951
9419 질문 D2NT3.1(디아런) 바바 함성 관련 2 프리윌리 2010.07.08 585
9418 질문 엘리드루 사거리 급질문입니다 1 BOSIO 2010.07.08 1.7k
9417 질문 봇 화이트이니 추가방법 질문입니다 3 두루넹 2010.07.08 408
9416 질문 파볼오브소서입니다. 이뮨몹 잡을 때 스킬을 지정하고 싶은데요. 2 케이지 2010.07.08 1.2k
9415 질문 날아다녀님 7차버전 창고지기 설정 질문입니다.. 10 더운나라 2010.07.08 920
9414 질문 스태틱과 포탈 딜레이에 대한 질문이예요. 3 절망속고뇌 2010.07.08 542
9413 질문 쌍패 모넉 2솟 이상 줍고싶습니다. 1 OriLove_love 2010.07.08 315
9412 질문 봇돌아가는 상태를 다른 컴퓨터로도 볼수있나요 ? 4 쥬닷 2010.07.08 320