Skip to content

날아다녀님 최신버전에서 크래프트 질문이 있습니다.

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

날아다녀님 최신버전 사용중입니다. 계속 아이템만 물어오게 하다가 이번에 패캐목걸 크래프트도 해볼려고 정보강좌란 찾아가면서 설정해 봤는데요, 재료 아이템을 전혀 물어오질 않습니다.

밑에는 제가 캐릭이니에서 수정한 사항인데 혹시 빠진 부분이나 수정할 부분 조언 부탁드립니다.
혹시 이 뿐만이 아니라 다른 이니도 건드려야 되는지도 알려주시면 감사하겠습니다.

-----------------------------------------------------------------------------------------------------------------------------
 // 큐빙 설정하기
 //==========================================================================
 MyConfig_isCubingGem = [false, false]; // [보석 큐빙하기, 아이템 로그] * 설정: 큐빙할 보석 설정하기
 MyConfig_isCubingRune = [false, false]; // [룬 큐빙하기, 아이템 로그] * 설정: 큐빙할 룬 설정하기
 MyConfig_isCubingCrafted = true; // 크래프트 큐빙 * 설정: 큐빙할 크래프트 설정하기
 l→ 이부분을 false에서 true로 바꾸었습니다.

 MyConfig_isCubingMagic = false; // 매직 아이템 큐빙하기 * 설정: 큐빙할 매직 아이템 설정하기
 MyConfig_isCubingRare = false; // 레어 아이템 큐빙하기 * 설정: 큐빙할 레어 아이템 설정하기
 MyConfig_isCubingNormal = false; // 노멀 아이템 큐빙하기 * 설정: 큐빙할 노멀 아이템 설정하기
 MyConfig_isCubingMagicRing = false; // 매직 링 3개 큐빙하기
 MyConfig_isCubingMagicAmulet = false; // 매직 아뮬렛 3개 큐빙하기
 MyConfig_isCubingEssence = false; // 정수 큐빙하기
 MyConfig_isMakeRuneword = false; // 룬워드 아이템 만들기 * 설정: 만들 룬워드 아이템 설정하기
 MyConfig_isPickUpItem = true; // 아이템 주워 보관하기 * 설정: 주워 보관할 아이템 설정하기
l→ 이부분을 false에서 true로 바꾸었습니다.

 MyConfig_isDropItem = false; // 아이템 버리기 * 설정: 버릴 아이템 설정하기


//##########################################################################
 // 큐빙할 크래프트 설정하기
 //--------------------------

 // 캐스터 아이템

 // (5-10)% Faster Cast Rate, Regenerate Mana (4-10)%, + (10-20) To Mana
 MyConfig_CubingCraftedList.push([520, 95, 617, 561]); // Amulet + Ral Rune + Perfect Amethyst
l→ 이부분 주석을 제거하고 숨랩을 95로 바꾸었습니다.


 //##########################################################################
 // 주워 보관할 아이템 설정하기
 //-----------------------------
//==========================================================================
 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, 2]); // Ral Rune → 재료로 랄룬이 필요해서 주석을 제거했습니다. 2개 가지고 다니라고 '2'를 추가해 줬습니다.
 //MyConfig_PickUpItemList.push([618]); // Ort Rune


 MyConfig_PickUpItemList.push([520, 2, 4, 190]); // Amulet : int(charlv/2) + int(input ilvl/2) = 90(ilvl)
 l→ 재료 아뮬렛이 필요해서 주석을 제거하고 수량 '2'로 바꾸었습니다.
 //MyConfig_PickUpItemList.push([522, 2, 4, 186]); // Ring : int(charlv/2) + int(input ilvl/2) = 86(ilvl)
 MyConfig_PickUpItemList.push([643, 2]); // Jewel → 재료 주얼이 필요해서 주석을 제거하고 수량 2로 바꾸었습니다.
  • 지바람™ 2010.05.14 16:57
    캐스트 아뮬 크랩하기 에서 필요한 부분을 아래 기재했습니다. // 큐빙 설정하기 //========================================================================== MyConfig_isCubingGem = [true, false]; // [보석 큐빙하기, 아이템 로그] * 설정: 큐빙할 보석 설정하기 MyConfig_isCubingCrafted = true; // 크래프트 큐빙 * 설정: 큐빙할 크래프트 설정하기 MyConfig_isPickUpItem = true; // 아이템 주워 보관하기 * 설정: 주워 보관할 아이템 설정하기 //########################################################################## // 큐빙할 보석 설정하기 //---------------------- 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([520, 0, 617, 561]); // Amulet + Ral Rune + Perfect Amethyst // 주워 보관할 아이템 설정하기 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, 3]); // Perfect Amethyst //MyConfig_PickUpItemList.push([566]); // Perfect Topaz //MyConfig_PickUpItemList.push([571]); // Perfect Saphire //MyConfig_PickUpItemList.push([576]); // Perfect Emerald //MyConfig_PickUpItemList.push([581, 3]); // 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, 3]); // 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, 1]); // 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, 2]); // Key of Terror //MyConfig_PickUpItemList.push([648, 2]); // Key of Hate //MyConfig_PickUpItemList.push([649, 2]); // 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, 3]); // 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)
  • 호두껍질 2010.05.14 16:58
    다른건 설정 맞습니다. 보석 큐빙에도 true로 해주세요
  • DarthVader 2010.05.14 17:12
    지바람님 상세한 설명 너무 감사드립니다. 호두껍질님 조언 감사합니다.^^

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 35 file 트디개발자 2023.09.20 948.7k
공지 안내 D2NT 처음 이용하는 분은 튜토리얼을 참고바랍니다. 135 우녕자 2014.12.21 51.0k
2565 질문 지금 디아런이나 바알런 할시 3기사 체제중 궁금증 3 래더49 2010.05.15 824
2564 질문 아이템 보관할 갯수에 대해 질문하나만 할게요. 1 DLM_겸이♂ 2010.05.15 1.2k
2563 질문 쫄봇이 기사방 따라 들어가는건 어떤걸 수정해야 하나요? 4 소리소리 2010.05.15 811
2562 질문 이니 질문입니다. 벨트물어오기 1 숙바라기[변태] 2010.05.15 151
2561 질문 날아다녀님 3차버전 응답없음 문제 질문드립니다.. 3 김난봉 2010.05.15 592
2560 질문 날아다녀님2차버전은이제 받지 못하는건가요? 3 마사노리 2010.05.15 1.7k
2559 질문 날아다녀님 버전 샵봇 오류 좀 해결해 주세요. 1 hanyoung1999 2010.05.15 799
2558 질문 날아다녀님 2차버젼 큐빙설정 질문입니다. 4 봉봉비 2010.05.15 1.2k
2557 질문 날라다녀님 nt 봇 우버 잡기 관련 질문입니다. 2 SS박과장 2010.05.15 1.6k
2556 질문 날아다녀님3차수정봇 쫄봇이 바알런중에 포탈에들어가지를않습니다. 10 통큰아제 2010.05.15 1.7k
2555 질문 날아다녀님 이니질문 드립니다 4 힌돌이 2010.05.15 916
2554 질문 투컴으로 한방에 8계정 2 zibek 2010.05.15 1.5k
2553 질문 날아다녀님봇 거리를 꼭 5, 10,15.. 로 해야하나요? 3 걸사비우 2010.05.15 1.7k
2552 질문 햄딘사냥경로와 봇큐빙질문합니다 1 하루일기 2010.05.14 1.8k
2551 질문 쫄봇 공격스킬 지정오류 질문입니다. 2 artprince20 2010.05.14 1.2k
2550 질문 슈페붙은건 다 물어오는데 어떻게 고치죠? 1 허브닥터 2010.05.14 686
2549 질문 계속 연결이 끊겼습니다가 뜹니다.. 1 parliament. 2010.05.14 1.2k
2548 질문 d2nt 헤븐리스톤님 버젼) 방 비밀번호 문제, 2 tyen 2010.05.14 286
2547 질문 봇돌이가 증표를 자꾸 인벤에다가 보관하네요 5 혁명 2010.05.14 1.8k
> 질문 날아다녀님 최신버전에서 크래프트 질문이 있습니다. 3 DarthVader 2010.05.14 210