노말 아이템 큐빙에 대해서 질문드립니다.
분류
질문
조회 수
362
추천 수
0
무공 만들려고 에테 폴암 큐빙을 하려고 설정하였는데 작동을 안하네요.
어디가 잘못된것인지..
1. item_configs의 normal.nip
[Name] == Thresher && [Quality] == normal && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 4) // Cubing or
[Name] == crypticaxe && [Quality] == normal && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 4) // Cubing or
[Name] == greatpoleaxe && [Quality] == normal && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 4) // Cubing or
[Name] == GiantThresher && [Quality] == normal && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 4) // Cubing or
으로 설정하였고
2. Mycubing.nip
-룬 큐빙
[Name] == RalRune %1 @
[Name] == AmnRune %1 @
-보석은 최상급 자수정은 줍게 설정
-노말 아이템 큐빙
[Name] == Thresher && [Quality] == normal @
[Name] == crypticaxe && [Quality] == normal @
[Name] == greatpoleaxe && [Quality] == normal @
[Name] == GiantThresher && [Quality] == normal @
케릭터 설정파일에서는
MyConfig_CubingList.push("노말_아이템_큐빙"); // 설정: 큐빙할 노말 아이템 설정하기
// 큐빙할 노말 아이템 설정하기
//MyConfig_CubingNormalList.push([갑옷, 0, 616, 619, 566]); // 갑옷 + Tal Rune + Thul Rune + Perfect Topaz
//MyConfig_CubingNormalList.push([투구, 0, 617, 619, 571]); // 투구 + Ral Rune + Thul Rune + Perfect Sapphire
//MyConfig_CubingNormalList.push([방패, 0, 616, 620, 581]); // 방패 + Tal Rune + Amn Rune + Perfect Ruby
MyConfig_CubingNormalList.push([255, 1, 617, 620, 561]); // 무기 + Ral Rune + Amn Rune + Perfect Amethyst
MyConfig_CubingNormalList.push([256, 1, 617, 620, 561]); // 무기 + Ral Rune + Amn Rune + Perfect Amethyst
MyConfig_CubingNormalList.push([257, 1, 617, 620, 561]); // 무기 + Ral Rune + Amn Rune + Perfect Amethyst
MyConfig_CubingNormalList.push([258, 1, 617, 620, 561]); // 무기 + Ral Rune + Amn Rune + Perfect Amethyst
로 설정하였는데 룬하고 보석하고 전부 모아 놓고도 큐빙을 안하네요. 다른데 더 설정해야하는 곳이 있는지요?
아님 설정이 잘못된 것인지요?
답변 부탁드립니다.

