크렙아뮬 돌리는 설정을 질문해서 아래와같이 답변을 받았습니다.
그런데 왜 크렙아뮬돌리는 재료를 아무것도 물어오지않구 큐빙을 안하는지 모르겠습니다.
캐릭터 파일을 열어서
//큐빙 설정하기
MyConfig_isCubingGem = [true, false]; // [보석 큐빙하기, 아이템 로그] * 설정: 큐빙할 보석 설정하기
MyConfig_isCubingCrafted = true; // 크래프트 큐빙 * 설정: 큐빙할 크래프트 설정하기
// 큐빙할 보석 설정하기
MyConfig_CubingGemList.push(560); // Flawless Amethyst
//큐빙할 크래프트 설정하기
// (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
//주워 보관할 아이템 설정하기
MyConfig_PickUpItemList.push([560]); // Flawless Amethyst
MyConfig_PickUpItemList.push([561]); // Perfect Amethyst
MyConfig_PickUpItemList.push([617, 2]); // Ral Rune
MyConfig_PickUpItemList.push([520, 1, 4, 190]); // Amulet : int(charlv/2) + int(input ilvl/2) = 90(ilvl)
MyConfig_PickUpItemList.push([643, 1]); // Jewel
위 해당설정을 찾아서 앞에 주석을 지우시면 됩니다..
머가 잘못된걸까요?