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
3871 질문 날아다녀님 7차 쫄봇 질문 드립니다. 4 -데빌- 2010.07.07 1.6k
3870 질문 봇이 사냥중에 우버방 잡는거와 지정 아이피 방 잡는거 질문입니다. 3 에훗A1L 2010.07.07 1.7k
3869 질문 네크가 시폭을 잘 안하는군요 3 IntheMist 2010.07.07 909
3868 질문 장기봇 질문드립니다 8 쥐샥기즈 2010.07.07 1.3k
3867 질문 아이템이니에서 미확에테 줍게 설정하는부분이 궁금합니다.[해결] 2 SPiTZ 2010.07.07 420
> 질문 크래프트 링, 목걸이 질문드립니다 4 A K I R A 2010.07.07 556
3865 질문 디아런 봇 돌릴시 방만들고 잠시후에 공지를 날리고싶은데요.. 9 유티케스 2010.07.07 467
3864 질문 자동 아이템 보기에 대해 질문 드려요. 4 원더걸스 2010.07.07 972
3863 질문 창고지기에 대해 하나도 모르는데요..쫌알려주실분계신가요.. 5 스비 2010.07.07 604
3862 질문 7차 봇사용중 아이템 안주어올때 2 현진우 2010.07.07 528
3861 질문 7차 매직링,아뮬로 크래프트 질문입니다. 2 zamuka 2010.07.07 292
3860 질문 날아다녀님7차 쫄봇좀 도와주세요 1 사이보그[009] 2010.07.07 617
3859 질문 액1 타워 5층 카운테라스 3 korea.com 2010.07.07 496
3858 질문 날아다녀님 7차 오류문제입니다.(NTBotgame.ntj(32)) 7 x사과나무x 2010.07.07 737
3857 질문 815 님의 최상급 이니를 사용하고난후부터 1 Cool_Zod[A1L] 2010.07.07 873
3856 기타 자료 요청 드립니다 (D2NT 3.1-NTbot4.2_2차) - 완료 1 비타미노 2010.07.07 250
3855 질문 7차 버전 어쎄트랩씬으로 보스몹 잡을때 휠윈드로 계속 공격합니다. 2 harusari 2010.07.07 591
3854 질문 쫄봇시 쫄캐릭이 자꾸 방생성을 합니다. 3 그라믄안돼 2010.07.07 330
3853 질문 재시작때문에 변경했는데도 재시작되네요. 2 하우스미깡 2010.07.07 993
3852 질문 날아다녀님 7차버전 쫄봇 질문입니다 2 란무 2010.07.07 369