Skip to content

바알참과 패캐 아뮬 링 큐빙 할려고하는데요

분류 질문 조회 수 1,554 추천 수 0


//##########################################################################
 // 큐빙 설정하기
 //==========================================================================
 MyConfig_isCubingGem = [true, true]; // [보석 큐빙하기, 아이템 로그] * 설정: 큐빙할 보석 설정하기
 MyConfig_isCubingRune = [false, false]; // [룬 큐빙하기, 아이템 로그] * 설정: 큐빙할 룬 설정하기
 MyConfig_isCubingCrafted = true; // 크래프트 큐빙 * 설정: 큐빙할 크래프트 설정하기
 MyConfig_isCubingMagic = true; // 매직 아이템 큐빙하기 * 설정: 큐빙할 매직 아이템 설정하기
 MyConfig_isCubingRare = false; // 레어 아이템 큐빙하기 * 설정: 큐빙할 레어 아이템 설정하기
 MyConfig_isCubingNormal = false; // 노멀 아이템 큐빙하기 * 설정: 큐빙할 노멀 아이템 설정하기
 MyConfig_isCubingMagicRing = false; // 매직 링 3개 큐빙하기
 MyConfig_isCubingMagicAmulet = false; // 매직 아뮬렛 3개 큐빙하기
 MyConfig_isCubingEssence = false; // 정수 큐빙하기

 MyConfig_isMakeRuneword = false; // 룬워드 아이템 만들기 * 설정: 만들 룬워드 아이템 설정하기

 MyConfig_isPickUpItem = true; // 아이템 주워 보관하기 * 설정: 주워 보관할 아이템 설정하기
 MyConfig_isDropItem = true; // 아이템 버리기 * 설정: 버릴 아이템 설정하기


 //##########################################################################
 // 큐빙할 보석 설정하기
 //----------------------
 // 주의: 큐빙 후 "아이템 이니(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)% Faster Cast Rate, Regenerate Mana (4-10)%, + (10-20) To Mana
 MyConfig_CubingCraftedList.push([520, 0, 617, 561]); // Amulet + Ral Rune + Perfect Amethyst


 // + (1-5) To Energy, Regenerate Mana (4-10)%, + (10-20) To Mana
 MyConfig_CubingCraftedList.push([522, 0, 620, 561]); // Ring + Amn Rune + Perfect Amethyst



 // 큐빙할 매직 아이템 설정하기
 //-----------------------------
 // 주의: "MyConfig_CubingMagicList.push(매직 아이템 ClassID)"가 "아이템 이니(scripts/NTBot/item_configs/*.nip)"에 설정된 아이템이면 큐빙을 하지 않습니다.
 // 큐빙 후 "아이템 이니(scripts/NTBot/item_configs/*.nip)" 또는 "주워 보관할 아이템 설정하기"에 설정된 아이템이 아니면 버립니다.
 // 참고: "매직 아이템 ClassID"가 "캐릭터설정파일(scripts/NTBot/char_configs/NTConfig_클래스_캐릭터이름.ntl)"에서 "NTConfig_Columns"를 0으로 설정한 곳에 있으면 큐빙을 하지 않습니다.
 //==========================================================================
 // 매직 아이템 설정하기
 // MyConfig_CubingMagicList.push(매직 아이템 ClassID)
 // 참고: 설정한 순서대로 큐빙을 합니다.
 //---------------------------------------

//MyConfig_CubingMagicList.push([603, 2, 4, 99]); // Small Charm
 
 //MyConfig_PickUpItemList.push([604, 1, 4, 99]); // Large Charm

 MyConfig_CubingMagicList.push([605, 2, 4, 94]); // Grand Charm
 
 //MyConfig_PickUpItemList.push([447, 1, 4, 99]); // Monarch ; Magic Cubing


 // 보석 설정하기
 // 주의: 보석을 반드시 1개 이상 설정합니다.
 //------------------------------------------
 MyConfig_CubingMagicGemList.push(586, 3); // Perfect Diamond
 //MyConfig_CubingMagicGemList.push(561); // Perfect Amethyst
 MyConfig_CubingMagicGemList.push(571, 3); // Perfect Saphire
 MyConfig_CubingMagicGemList.push(566, 3); // Perfect Topaz
 MyConfig_CubingMagicGemList.push(581, 3); // Perfect Ruby
 MyConfig_CubingMagicGemList.push(576, 3); // Perfect Emerald
 MyConfig_CubingMagicGemList.push(601, 3); // Perfect Skull



 // 주워 보관할 아이템 설정하기

 MyConfig_PickUpItemList.push([617, 3]); // Ral Rune

 MyConfig_PickUpItemList.push([620, 3]); // Amn Rune

 MyConfig_PickUpItemList.push([520, 3, 4, 95]); // Amulet : int(charlv/2) + int(input ilvl/2) = 95(ilvl)
 MyConfig_PickUpItemList.push([522, 3, 4, 90]); // Ring : int(charlv/2) + int(input ilvl/2) = 90(ilvl)
 MyConfig_PickUpItemList.push([643, 5, 3]); // Jewel
 MyConfig_PickUpItemList.push([603, 2, 4, 99]); // Small Charm
 MyConfig_PickUpItemList.push([605, 2, 4, 99]); // Grand Charm



이렇게 설정 했는데 안되네요 저기 설명에 보면 아이템 이니에서 먹게 해노면 큐빙 안된다고 해서 안먹게끔

//[Name] == GrandCharm && [Quality] == magic && [Level] >= 94 // 이렇게 주석 처리햇는데요

큐빙 을 하지 않고요 크래프트 같은경우는 주얼을 미확으로 주서 오네요 왜이런거죠 번거로우시더라고 답변좀

해주시면 감사하겟습니다
  • 햄톨이^^ 2010.08.02 22:08
    바알그랜드참이면 99렙입니다;;;;;;;;;; 94는 나락참이에요
  • [無情] 미르 2010.08.02 22:11
    주얼 미확은 참주얼이니에 들어가서 미확주얼로 되어 있나 확인해보세요. 그리고 바알참은 //########################################################################## // 큐빙할 매직 아이템 설정하기 //----------------------------- // 주의: "MyConfig_CubingMagic"가 "아이템 이니(scripts/NTBot/item_configs/*.nip)"에 설정된 아이템이면 큐빙을 하지 않습니다. // 큐빙 후 "아이템 이니(scripts/NTBot/item_configs/*.nip)" 또는 "주워 보관할 아이템 설정하기"에 설정된 아이템이 아니면 버립니다. // 참고: "매직 아이템 ClassID"가 "캐릭터설정파일(scripts/NTBot/char_configs/NTConfig_클래스_캐릭터이름.ntl)"에서 "NTConfig_Columns"를 0으로 설정한 곳에 있으면 큐빙을 하지 않습니다. //========================================================================== // 매직 아이템 설정하기 // MyConfig_CubingMagic = 매직 아이템 ClassID // 주의: 매직 아이템을 1개만 선택합니다. //--------------------------------------- //MyConfig_CubingMagic = 603; // Small Charm //MyConfig_CubingMagic = 604; // Large Charm MyConfig_CubingMagic = 605; // Grand Charm //MyConfig_CubingMagic = 447; // Monarch //########################################################################## // 주워 보관할 아이템 설정하기 //----------------------------- // 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, 1]); // 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,3]); // Tir Rune MyConfig_PickUpItemList.push([613,1]); // Nef Rune //MyConfig_PickUpItemList.push([614]); // Eth Rune //MyConfig_PickUpItemList.push([615]); // Ith Rune //MyConfig_PickUpItemList.push([616,2]); // 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,2]); // 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,3]); // 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([630]); // Pul Rune MyConfig_PickUpItemList.push([631]); // Um Rune MyConfig_PickUpItemList.push([632]); // Mal Rune MyConfig_PickUpItemList.push([633]); // Ist Rune MyConfig_PickUpItemList.push([634]); // Gul Rune //MyConfig_PickUpItemList.push([647, 3]); // Key of Terror //MyConfig_PickUpItemList.push([648]); // 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([603, 1, 4, 94]); // Small Charm //MyConfig_PickUpItemList.push([604, 1, 4, 99]); // Large Charm MyConfig_PickUpItemList.push([605, 2, 4, 99]); // Grand Charm MyConfig_PickUpItemList.push([447, 2, 4, 99]); // Monarch ; Magic Cubing 이렇게 되어 있어야 하는데 좀 꼬인거 같아요.
  • [無情] 미르 2010.08.02 22:14
    너무 길어서 간단하게 줄이면.. 1. 우선 주얼을 미확으로 보관한다면 참주얼 이니에서 주얼 미확보관으로 되어 있는지 확인하세요. 2바알참 규빙은 위에 있는데, 필요한 부분만 가져오면(본문 내용과 틀린). //########################################################################## // 큐빙할 매직 아이템 설정하기 //----------------------------- // 주의: "MyConfig_CubingMagic"가 "아이템 이니(scripts/NTBot/item_configs/*.nip)"에 설정된 아이템이면 큐빙을 하지 않습니다. // 큐빙 후 "아이템 이니(scripts/NTBot/item_configs/*.nip)" 또는 "주워 보관할 아이템 설정하기"에 설정된 아이템이 아니면 버립니다. // 참고: "매직 아이템 ClassID"가 "캐릭터설정파일(scripts/NTBot/char_configs/NTConfig_클래스_캐릭터이름.ntl)"에서 "NTConfig_Columns"를 0으로 설정한 곳에 있으면 큐빙을 하지 않습니다. //========================================================================== // 매직 아이템 설정하기 // MyConfig_CubingMagic = 매직 아이템 ClassID // 주의: 매직 아이템을 1개만 선택합니다. //--------------------------------------- //MyConfig_CubingMagic = 603; // Small Charm //MyConfig_CubingMagic = 604; // Large Charm MyConfig_CubingMagic = 605; // Grand Charm (이부분이 빠진거 같아요) //MyConfig_CubingMagic = 447; // Monarch //########################################################################## // 주워 보관할 아이템 설정하기 //----------------------------- // 흰여울님의 크래프트 큐빙 자료를 바탕으로 설정하였습니다. //---------------------------------------------------------- //MyConfig_PickUpItemList.push([603, 1, 4, 94]); // Small Charm //MyConfig_PickUpItemList.push([604, 1, 4, 99]); // Large Charm MyConfig_PickUpItemList.push([605, 2, 4, 99]); // Grand Charm MyConfig_PickUpItemList.push([447, 2, 4, 99]); // Monarch ; Magic Cubing
  • [無情] 미르 2010.08.02 22:17
    주얼도 좀 틀린거 같네요. MyConfig_PickUpItemList.push([643, 5, 3]); // Jewel 아래처럼 MyConfig_PickUpItemList.push([643, 3]); // Jewel 주얼 3개보관(크랩은 매직이나 레어, 유닉 상관없어요)
  • 햄톨이^^ 2010.08.02 22:19
    MyConfig_PickUpItemList.push([643, 5, 3]); // Jewel이부분을 MyConfig_PickUpItemList.push([643, 5]); // Jewel 이렇게 수정하시고요 MyConfig_CubingMagicList.push([605, 2, 4, 94]); // Grand Charm이부분도 MyConfig_CubingMagicList.push([605, 2, 4, 99]); // Grand Charm 이렇게 수정해보세요 부워 보관한 참은 99렙이고 큐빙할참은 94렙이라서 안하는거 같네요
  • 아이씨™[어울림] 2010.08.02 22:20
    //########################################################################## // 큐빙할 매직 아이템 설정하기 // 보석 설정하기 // 주의: 보석을 반드시 1개 이상 설정합니다. //------------------------------------------ MyConfig_CubingMagicGemList.push(586); // Perfect Diamond //MyConfig_CubingMagicGemList.push(561); // Perfect Amethyst MyConfig_CubingMagicGemList.push(571); // Perfect Saphire MyConfig_CubingMagicGemList.push(566); // Perfect Topaz MyConfig_CubingMagicGemList.push(581); // Perfect Ruby MyConfig_CubingMagicGemList.push(576); // Perfect Emerald MyConfig_CubingMagicGemList.push(601); // Perfect 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([643, 보관할 개수]); // Jewel 주얼은 아이템퀄리티(유니크,레어,매직)상관없이 큐빙가능하니 보관할 개수만 지정하시면 됩니다.

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 34 file 트디개발자 2023.09.20 945.3k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 50.9k
공지   맨땅 초보자 가이드 612 file 뮤리아 2020.10.16 1014.7k
공지   카카오톡 1:1 채팅방 만드는 법 106 트디개발자 2018.05.20 430.2k
4311 질문 날아다녀님9차본 사냥터 설정하기 4 find_nickname 2010.08.03 1.7k
4310 질문 8봇 이상인 분들 사냥 시간 몇분 해놓으세요? 6 saturday0611 2010.08.03 1.3k
4309 질문 봇 다운받으려면 레벨몇이여야되나요? 1 큰개미핥기 2010.08.02 1.5k
4308 설명 봇 키는것도 귀찮다 하시는분들 GMacro v2.0 이용하기 1 안산훈남 2010.08.02 1.4k
4307 질문 [질문] [창고지기]를 설명을 보고 처리를 했는데... 8 Devilish 2010.08.02 1.1k
4306 질문 9차버전 피트 1층 사냥질문입니다 6 비각 2010.08.02 1.8k
4305 질문 바알 참 돌리는거 추가질문 (수정본) 틀린거있나확인좀요~ 2 우미 2010.08.02 287
4304 질문 nt봇 6차 바바 달리기와 캐산 아뮬 질문입니다. 2 [無情] 미르 2010.08.02 193
> 질문 바알참과 패캐 아뮬 링 큐빙 할려고하는데요 6 우미 2010.08.02 1.6k
4302 질문 쫄봇에 관해서 질문있어요... 3 *냥냥* 2010.08.02 364
4301 질문 mt 붓 로더 질문 드맆니다 1 왕초™ 2010.08.02 546
4300 질문 날아다녀님 9차수정봇 질문입니다 4 OLDMAN[OMD] 2010.08.02 582
4299 질문 아이템 손쉽게 옮기기 질문입니다. 4 카리스마 2010.08.02 1.8k
4298 질문 Common Log 에 뜨는 게임 참가 실패를 안뜨게 하고 싶습니다. 3 kertesz[A1L] 2010.08.02 602
4297 질문 멀티를 하고싶은데 ... 4 봐쥬세요 2010.08.02 502
4296 질문 레어링.아뮬 미확으로 줍고싶네요 9 Shot™ 2010.08.02 574
4295 질문 우물에 대한 설정은 미확인인가요? 3 상순언니 2010.08.01 373
4294 질문 무독 스몰참 안먹게 하는법 .... 3 명준 2010.08.01 393
4293 질문 돌리기참 레밸설정 질문 2 벤치프레스 2010.08.01 1.7k
4292 질문 봇 사냥터 주석처리, 매니저 메시지 질문입니다. 5 yala 2010.08.01 307