Skip to content

크래프트 아뮬 봇 질문입니다.

조회 수
264
추천 수
0
등록일
 쿠모쿠모
게시글 주소
https://tradia.me/diablo2/diablo2_faq/336295 복사

제가 설정을 아래와 같이 햇습니다.

// 가지고 다닐 보석 개수 설정하기
 //--------------------------------
 MyConfig_GemShrineHave = 1;

// 보석 종류
MyConfig_GemShrineGem.push(560); // Flawless Amethyst

//##########################################################################
 // 큐빙 설정하기
 //==========================================================================
 MyConfig_isCubingGem = true; // 보석을 큐빙합니다. 큐빙할 보석 설정은 "큐빙할 보석 설정하기"에서
 MyConfig_isCubingRune = false; // 룬을 큐빙합니다. 큐빙할 룬 설정은 "큐빙할 룬 설정하기"에서
 MyConfig_isCubingCrafted = true; // 크래프트로 큐빙합니다. 큐빙할 크래프트 설정은 "큐빙할 크래프트 설정하기"에서
 MyConfig_isCubingMagic = false; // 매직 아이템을 큐빙합니다. 큐빙할 매직 아이템 설정은 "큐빙할 매직 아이템 설정하기"에서
 MyConfig_isCubingRare = false; // 레어 아이템을 큐빙합니다. 큐빙할 레어 아이템 설정은 "큐빙할 레어 아이템 설정하기"에서
 MyConfig_isCubingNormal = false; // 노멀 아이템을 큐빙합니다. 큐빙할 노멀 아이템 설정은 "큐빙할 노멀 아이템 설정하기"에서
 MyConfig_isCubingMagicRing = false; // 매직 링 3개를 큐빙합니다.
 MyConfig_isCubingMagicAmulet = false; // 매직 아뮬렛 3개를 큐빙합니다.
 MyConfig_isCubingEssense = false; // 정수를 큐빙합니다.

 MyConfig_isMakeRuneword = false; // 룬워드 아이템을 만듭니다. 만들 룬워드 아이템 설정은 "만들 룬워드 아이템 설정하기"에서

 MyConfig_isPickUpItem = true; // 아이템을 주워 보관합니다. 주워 보관할 아이템 설정은 "주워 보관할 아이템 설정하기"에서
 MyConfig_isDropItem = false; // 아이템을 버립니다. 버릴 아이템 설정은 "버릴 아이템 설정하기"에서

 
//##########################################################################
 // 큐빙할 보석 설정하기
 //----------------------
 MyConfig_CubingGemList.push(560); // Flawless Amethyst


 //##########################################################################
 // 큐빙할 룬 설정하기
 //--------------------
 MyConfig_CubingRuneList.push([617,1]); // Ral Rune

캐스터 크래프트

 // (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개 이상 선택합니다.
 //------------------------------------------
 //MyConfig_CubingMagicGemList.push(586); // Perfect Diamond
 MyConfig_CubingMagicGemList.push(561); // Perfect Amethyst

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


 MyConfig_PickUpItemList.push([560]); // Flawless Amethyst


 MyConfig_PickUpItemList.push([561]); // Perfect Amethyst

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


 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, 2]); // Jewel


랄룬을 안줍는건지.. 만들고 버리는건지 ㅠㅠ 안들어오네요.. 에고