Skip to content

날아다녀 7차 봇 잡주얼 주어오기 이니질문

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

//##########################################################################
// 주워 보관할 아이템 설정하기
//-----------------------------
// 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]); // Nef Rune
//MyConfig_PickUpItemList.push([614]); // Eth Rune
//MyConfig_PickUpItemList.push([615]); // Ith Rune
//MyConfig_PickUpItemList.push([616]); // Tal Rune
//MyConfig_PickUpItemList.push([617]); // Ral Rune
//MyConfig_PickUpItemList.push([618]); // Ort Rune
//MyConfig_PickUpItemList.push([619]); // Thul Rune
//MyConfig_PickUpItemList.push([620]); // 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]); // 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]); // 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)


//##########################################################################
// 버릴 아이템 설정하기
//----------------------
// MyConfig_DropItemList.push([아이템 ClassID, 보관할 개수])
// MyConfig_DropItemList.push([아이템 ClassID, 보관할 개수, 아이템 퀄리티])
// 참고: 설정하지 않거나 아이템 퀄리티 0은 아이템 퀄리티 검사를 생략합니다.
// 아이템 퀄리티 3이하는 아이템 레벨과 상관없이 버리고 4이상은 아이템 레벨이 낮은 것부터 버립니다.
// 주의: 아이템 퀄리티를 설정하지 않거나 0, 1, 2, 3으로 설정 할 경우, 아이템 이니(scripts/NTBot/item_configs/*.nip)와 비교하지 않고 설정한대로 무조건 버립니다.
//==========================================================================
//MyConfig_DropItemList.push([,]);
//MyConfig_DropItemList.push([,,]);

이렇게 설정되어잇는데 잘못된건가요??자꾸만 주얼먹자마자 바로판매하네요..

  • 만주를점령하자 2010.08.15 01:05
    주얼 갯수를 지정해보세요..
  • 두루넷짱 2010.08.15 11:11
    안녕하세요 답변감사합니다.. 주얼갯수 어떻게지정하는지요??초짜라 상세히 알려주시면감사하겟습니다

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 35 file 트디개발자 2023.09.20 947.7k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 50.9k
4511 질문 스킬설정에 대해서 여쭤보겠습니다. 1 shamanlord 2010.08.15 1.2k
4510 질문 9차 크랩 재료를 버리는거 같습니다.. 5 치맥 2010.08.15 662
4509 질문 봇에관해서 2 모텔꽃 2010.08.15 279
4508 기타 요즘 같이 방파기 어려울 때 2 LivingDeath 2010.08.15 483
4507 질문 날아다녀님의 봇 시간에 대한 질문입니다. 2 김밥말이 2010.08.15 940
4506 질문 날아다녀님 7차 봇 매직아뮬 줍게하고싶습니다 3 두루넷짱 2010.08.15 457
4505 질문 3라센/3마블/3블아 스웨자 혼돈 재료 주워오게 하고 싶습니다. 4 혁명 2010.08.15 373
4504 질문 9차 버전 질문 있습니다 큐빙 관련 4 씀씀이 2010.08.15 501
4503 질문 (9차버전) 웨이 질문입니다. 1 하양*^^*까망 2010.08.15 596
4502 질문 [9차] 특정 아이템 먹으면 멍때림 현상 1 stormos 2010.08.15 1.3k
4501 질문 봇돌이에 다들 애니, 횃불 사용하나요? 3 포핸즈 2010.08.15 1.1k
4500 질문 d2jsp 구동중 창고에한번들르면 에라가 발생합니다. 2 baba_zzang 2010.08.15 301
4499 질문 마비나 갑옷 이니 질문입니다 15 2년전그리고오늘 2010.08.15 698
4498 질문 (날아다녀9차) 바바 함성 관련 질문점요(미해결) 1 Dia타임 2010.08.15 247
4497 질문 케릭터 설정 로드 [NTConfig_xxxxxxxx.ntl 실패 ㅜㅜ 3 태식 2010.08.15 296
4496 질문 니라트하크 설정하는거좀 봐주세요 2 상순언니 2010.08.15 918
> 질문 날아다녀 7차 봇 잡주얼 주어오기 이니질문 2 두루넷짱 2010.08.14 362
4494 질문 날아다녀 9차 햄딘기사 바알에서 포탈여는 위치 질문드립니다. 1 zamuka 2010.08.14 564
4493 질문 인벤설정과 큐빙 아메트 질문입니다^^ 3 치맥 2010.08.14 600
4492 질문 오리봇순이 질문요!. 오리 이니 가지고 계신분 없으신가요??? 2 김밥말이 2010.08.14 720