Skip to content

크래프트를 하게 해놨는데요.. 자수정을 엄청 모아놔요..

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

설정상으로 하나만 놔두라고 한것같은데...

더 추가해야할부분이 있나요

퍼펙 자수정은 하나만 보관하고 나머지는 버리게 하고 싶은데..

루비는 2개만 놔두는거 같은데 자수정을 계속 쌓아놓네요..

제 이니입니다

//##########################################################################
 // 주워 보관할 아이템 설정하기
 //-----------------------------
 // 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, 1]); // Perfect Amethyst
 //MyConfig_PickUpItemList.push([566]); // Perfect Topaz
 //MyConfig_PickUpItemList.push([571]); // Perfect Saphire
 //MyConfig_PickUpItemList.push([576]); // Perfect Emerald
 MyConfig_PickUpItemList.push([581, 2]); // 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
 //MyConfig_PickUpItemList.push([618]); // Ort Rune
 //MyConfig_PickUpItemList.push([619]); // Thul Rune
 //MyConfig_PickUpItemList.push([620]); // Amn Rune
 MyConfig_PickUpItemList.push([621,2]); // 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 Essense 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, 1, 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, 2]); // 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)
  • SuHoan 2010.05.09 22:52
    MyConfig_PickUpItemList.push([560]); // Flawless Amethyst 이리된걸 MyConfig_PickUpItemList.push([560, 1]); // Flawless Amethyst 이런형식으로 변경해주세요^^
  • 테리웃 2010.05.09 22:58
    정말 감사합니다 ^^~!!!!
  • anti blue 2010.05.10 02:33
    MyConfig_PickUpItemList.push([561, 1]); // Perfect Amethyst 한개 보관 설정이 맞게 되어 있는데요.. 아이템 이니중 normal 이니에서 퍼자를 모으게 되어 있는지 확인해보세요.

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 35 file 트디개발자 2023.09.20 948.2k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 51.0k
공지   맨땅 초보자 가이드 615 file 뮤리아 2020.10.16 1016.5k
공지   카카오톡 1:1 채팅방 만드는 법 106 트디개발자 2018.05.20 430.9k
2551 질문 아이템 이니좀 봐주세요.. 1 FeliZ_하늘.. 2010.05.10 1.4k
2550 질문 날아다녀님 버젼 질문입니다.. 3 구라핸섬 2010.05.09 187
2549 질문 이니 질문인데요. 아이템 스킬관련.. 1 롸봇 2010.05.09 153
2548 질문 쫄봇질문...혹시 3보쌈과 디아 잡는분있으신가요..? 2 보석맨..^^ 2010.05.09 316
2547 질문 큐빙 질문합니다 4 룹-바이올릿 2010.05.09 1.8k
2546 질문 쫄봇 질문이요..ㅜㅜ 답변 부탁드려요 9 GG 2010.05.09 560
> 질문 크래프트를 하게 해놨는데요.. 자수정을 엄청 모아놔요.. 3 테리웃 2010.05.09 367
2544 질문 날아다녀님 봇 3.1 사용하고 있는데요. 3 싸이다 2010.05.09 161
2543 질문 삥밥봇 질문입니다. 1 므흣4 2010.05.09 247
2542 질문 이라샤셋 제대로 설정된건가요?? 3 로망 2010.05.09 1.9k
2541 질문 날아다녀님봇사용중 바알참돌리기 질문입니다 2 어지린 2010.05.09 994
2540 질문 쫄봇.. 왜 이런건가요? 1 대리운전^^ 2010.05.09 321
2539 질문 날아단님 3차에서 디아런 블랙리스트 기능은 없나요? 2 이카리 2010.05.09 1.2k
2538 질문 인챈봉을 줏으려고 합니다. 8 M.U.9단 2010.05.09 732
2537 질문 날아다녀님 쫄봇중 길막힘 현상시 포탈여는 명령어질문입니다. 1 걸사비우 2010.05.09 968
2536 질문 4솟모넉과 4솟팔라방패 아무거나 다줍고싶습니다. 2 메탈릭 2010.05.09 1.8k
2535 질문 룬 업글 시 보석 줍기 관련 질문입니다. 2 Sorry Friend 2010.05.09 1.1k
2534 기타 로더관련 질문입니다. 2 창쓰 2010.05.09 171
2533 질문 쫄봇 프리캐스팅 설정 관련 질문입니다. 2 독사같은놈 2010.05.09 1.7k
2532 질문 아뮬렛 크래프트 ^^ 2 룹-바이올릿 2010.05.09 1.5k