18차 크래프트 이니 잘못된점좀 알려주세요
분류
질문
조회 수
454
추천 수
0
캐스터 목걸이와 블러드링을 크래프트 하고 싶습니다.
검색해서 여기저기 고쳐봤지만 왜 크래프트를 안하는지 모르겠네요
MyConfig_CubingList.push("보석_큐빙"); // 설정: 큐빙할 보석 설정하기
MyConfig_CubingList.push("크래프트_큐빙"); // 설정: 큐빙할 크래프트 설정하기
MyConfig_CubingGemList.push(560); // Flawless Amethyst
MyConfig_CubingGemList.push(580); // Flawless Ruby
MyConfig_CubingCraftedList.push([522, 0, 621, 581]); // Ring + Sol Rune + Perfect Ruby
MyConfig_CubingCraftedList.push([520, 0, 617, 561]); // Amulet + Ral Rune + Perfect Amethyst
MyConfig_CubingMagicGemList.push([561, 1]); // Perfect Amethyst
MyConfig_CubingMagicGemList.push([581, 1]); // Perfect Ruby
캐릭터 이니는 위와 같이 수정하였고 마이 큐빙은
[Name] == FlawlessAmethyst %4 @
[Name] == FlawlessRuby %4 @
[Name] == PerfectAmethyst %3 @
[Name] == PerfectRuby %3 @
[Name] == RalRune %3 @
[Name] == SolRune %3 @
[Type] == Jewel %3 @
[Type] == Ring && [Quality] == Magic && [CharacterItemLevel] >= 92 %2 @
[Type] == Amulet && [Quality] == Magic && [CharacterItemLevel] >= 92 %2 @
까지 수정하였고 아이템이니에서보석들과 랄룬 솔룬은 줍지 않도록 설정했습니다.
지금 설정으로 돌리면 보석을 모아서 퍼펙트 보석으로 만드는것 같은데 창고에 주얼과 룬 보석 링 아뮬이 있음에도
크래프트를 돌리지 않습니다. 아이템이니에서 크래프트된 링과 아뮬은 무조건 창고에 넣어놓으라고 했음에도 말이죠.
어디가 잘못된 걸까요?

