Skip to content

20차 링 크래프트 질문입니다

조회 수
703
추천 수
0
등록일
 스나이퍼J
게시글 주소
https://tradia.me/diablo2/diablo2_faq/393361 복사

=====================================================
 <<< 케릭터 파일에서요>>>
====================================================
// 큐빙 설정하기
 MyConfig_CubingList.push("보석_큐빙"); // 설정: 큐빙할 보석 설정하기
 MyConfig_CubingList.push("룬_큐빙"); // 설정: 큐빙할 룬 설정하기
 MyConfig_CubingList.push("크래프트_큐빙"); // 설정: 큐빙할 크래프트 설정하기
 MyConfig_CubingList.push("매직_아이템_큐빙"); // 설정: 큐빙할 매직 아이템 설정하기
 //MyConfig_CubingList.push("레어_아이템_큐빙"); // 설정: 큐빙할 레어 아이템 설정하기
 //MyConfig_CubingList.push("노말_아이템_큐빙"); // 설정: 큐빙할 노말 아이템 설정하기
 MyConfig_CubingList.push("매직_링_큐빙");

 //##########################################################################
 // 큐빙할 룬 설정하기
 MyConfig_CubingRuneList.push([617]); // Ral Rune
 //MyConfig_CubingRuneList.push([618]); // Ort Rune
 MyConfig_CubingRuneList.push([619, 3, 562]); // Thul Rune + Chipped Topaz
 MyConfig_CubingRuneList.push([620, 3, 557]); // Amn Rune + Chipped Amethyst
 //MyConfig_CubingRuneList.push([621, 3, 567]); // Sol Rune + Chipped Saphire

//##########################################################################
 // 큐빙할 크래프트 설정하기
 // + (1-5) To Strength, (1-3)% Life Stolen Per Hit, +(10-20) To Life
 MyConfig_CubingCraftedList.push([522, 0, 621, 581]); // Ring + Sol Rune + Perfect Ruby
 // + (1-5) To Energy, Regenerate Mana (4-10)%, + (10-20) To Mana
 MyConfig_CubingCraftedList.push([522, 0, 620, 561]); // Ring + Amn Rune + Perfect Amethyst

======================================================================
 <<<<<<<<MyCubing 파일에서>>>>>>>
======================================================================
[Name] == PerfectAmethyst @
[Name] == PerfectRuby @

[Name] == AmnRune %3 @
[Name] == SolRune %3 @
[Name] == ShaelRune %2@

[Type] == Jewel %2 @

[Type] == Ring && [Quality] == Magic && [Level] >= 86 %3 @



이렇게 설정했는데 맞나요? 그리고 위에 부분에서 아래에 적힌 부분은 앞에 주석처리해도 상관없는건가요?
 
 // MyConfig_CubingList.push("매직_아이템_큐빙"); // 설정: 큐빙할 매직 아이템 설정하기
 // MyConfig_CubingList.push("매직_링_큐빙");

이렇게요............그리고
MyConfig_CubingCraftedList.push([522, 0, 621, 581]); // Ring + Sol Rune + Perfect Ruby
에서 0 이 숫자가 의미하는바는 무엇인가요?