안녕하세요 큐빙 크래프트 개수에 질문드릴게요
분류
질문
조회 수
1,578
추천 수
0
Shevchenko
https://tradia.me/diablo2/diablo2_faq/367080
제가 지금 캐스터 아뮬만 큐빙하고 싶어서요
랄룬1개 주얼 1개 아뮬1개 퍼펙자수정1개 이렇게 설정해놨는데요
맞게 한건지 모르겠는데 자꾸 몇개씩더 저장해놔서요 혹시 잘못된거라도 있나요?
아래는 제가 주석제거한거랑 개수설정한거에요
MyConfig_CubingList.push("보석_큐빙"); // 설정: 큐빙할 보석 설정하기
MyConfig_CubingList.push("크래프트_큐빙"); // 설정: 큐빙할 크래프트 설정하기
큐빙할 보석 설정하기
MyConfig_CubingGemList.push(560); // Flawless Amethyst
큐빙할 크래프트 설정하기
MyConfig_CubingCraftedList.push([520, 0, 617, 561]); // Amulet + Ral Rune + Perfect Amethyst
주워 보관할 아이템 설정하기
MyConfig_PickUpItemList.push([560, 3]); // Flawless Amethyst
MyConfig_PickUpItemList.push([561, 1]); // Perfect Amethyst
MyConfig_PickUpItemList.push([617, 1]); // 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
맞게 했는지 알고싶습니다.

