Skip to content

날아다녀님16차 사용중인데 노멀큐빙 질문

조회 수
1,759
추천 수
0
등록일
 바이타민
게시글 주소
https://tradia.me/diablo2/diablo2_faq/383250 복사

검색에 게속 수정해봐도 16차버전에서 쓰는중에 아이템 재료는 다 있어도 큐빙을 안합니다..

이니설정 건든곳은

케릭터 이니 , 마이큐빙 , 아이템이니 입니다..

캐릭터는 검색해서 제 나름 쓸것만 큐빙하게 만들어 뒀어요.
보석이랑 크랩 스몰참은 돌리는데 에테 벅큐는 안하네요..
보석, 룬 , 재료(에테노솟무기,갑옷)는 다 있는데 큐빙안하고 그냥놔둡니다..;

 //=================================================================
 // 큐빙 설정하기
 //---------------
 // 주의: 큐빙에 사용되는 모든 아이템은 '@'를 반드시 설정해야 합니다.
 // 참고: 설정한 순서대로 큐빙합니다.
 //================================================================= MyConfig_CubingList.push("보석_큐빙"); // 설정: 큐빙할 보석 설정하기
 MyConfig_CubingList.push("노멀_아이템_큐빙"); // 설정: 큐빙할 노멀 아이템 설정하기
 MyConfig_CubingList.push("크래프트_큐빙"); // 설정: 큐빙할 크래프트 설정하기
 MyConfig_CubingList.push("매직_아이템_큐빙"); // 설정: 큐빙할 매직 아이템 설정하기

 //##########################################################################
 // 큐빙할 노멀 아이템 설정하기
 //-----------------------------
 // MyConfig_CubingNormalList.push([노멀 아이템 ClassID, 에테리얼, 첫 번째 룬 ClassID, 두 번째 룬 ClassID, 보석 ClassID])
 // 에테리얼: 0 = 모두, 1 = 에테리얼, 2 = 노에테리얼
 // 주의: 큐빙 후 아이템이니에 설정된 아이템이 아니면 버립니다.
 // 참고: 설정한 순서대로 큐빙합니다.
 //==========================================================================
 //MyConfig_CubingNormalList.push([갑옷, 1, 616, 619, 566]); // 갑옷 + Tal Rune + Thul Rune + Perfect Topaz

 MyConfig_CubingNormalList.push([442, 1, 616, 619, 566]); // 세크리드플레이트

 MyConfig_CubingNormalList.push([441, 1, 616, 619, 566]); // 쉐도우플레이트

 MyConfig_CubingNormalList.push([440, 1, 616, 619, 566]); // 레커드플레이트

 MyConfig_CubingNormalList.push([438, 1, 616, 619, 566]); // 헬포지플레이트

 MyConfig_CubingNormalList.push([439, 1, 616, 619, 566]); // 크라켄쉘

 MyConfig_CubingNormalList.push([443, 1, 616, 619, 566]); // 아칸플레이트

 MyConfig_CubingNormalList.push([437, 1, 616, 619, 566]); // 발록스킨

 //MyConfig_CubingNormalList.push([435, 1, 616, 619, 566]); // 본위브
 //MyConfig_CubingNormalList.push([436, 1, 616, 619, 566]); // 그레이트허버크
 //MyConfig_CubingNormalList.push([434, 1, 616, 619, 566]); // 로리케이티드메일
 //MyConfig_CubingNormalList.push([433, 1, 616, 619, 566]); // 다이아몬드메일
 //MyConfig_CubingNormalList.push([432, 1, 616, 619, 566]); // 와이어 플리스
 //MyConfig_CubingNormalList.push([431, 1, 616, 619, 566]); // 스케어 허스크
 //MyConfig_CubingNormalList.push([455, 1, 616, 619, 566]); // Wyrmhide
 //MyConfig_CubingNormalList.push([429, 1, 616, 619, 566]); // 더스크 갑

 //MyConfig_CubingNormalList.push([방패, 0, 616, 620, 581]); // 방패 + Tal Rune + Amn Rune + Perfect Ruby

 MyConfig_CubingNormalList.push([502, 1, 616, 620, 581]); // 볼텍

 //MyConfig_CubingNormalList.push([무기, 1, 617, 620, 561]); // 무기 + Ral Rune + Amn Rune + Perfect Amethyst

 MyConfig_CubingNormalList.push([255, 1, 617, 620, 561]); // thresher(쓰레셔)

 MyConfig_CubingNormalList.push([258, 1, 617, 620, 561]); // giantthresher(자이언트쓰레셔)

 MyConfig_CubingNormalList.push([257, 1, 617, 620, 561]); // greatpoleaxe(그레이트 폴엑스)

 MyConfig_CubingNormalList.push([256, 1, 617, 620, 561]); // crypticaxe (크립틱엑스)

 //MyConfig_CubingNormalList.push([투구, 0, 617, 619, 571]); // 투구 + Ral Rune + Thul Rune + Perfect Sapphire


아래는 노멀아이템 제가 필요한것만 추린거거든요.. 무기입니다..


[Name] == ColossusVoulge && [Quality] == normal && [Flag] == ethereal # [Sockets] == 4 && [EnhancedDamage] >= 15

[Name] == thresher && [Quality] == normal && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 4)

[Name] == crypticaxe && [Quality] == superior && [Flag] == ethereal # [Sockets] == 4 && [EnhancedDamage] >= 15

[Name] == giantthresher && [Quality] == normal && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 4)

[Name] == giantthresher && [Quality] == superior && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 4 || [Sockets] == 6) && [EnhancedDamage] >= 15

[Name] == greatpoleaxe && [Quality] == normal && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 4)

[Name] == greatpoleaxe && [Quality] == superior && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 4 || [Sockets] == 6) && [EnhancedDamage] >= 15