크래프트 큐빙 질문입니다.
분류
질문
조회 수
693
추천 수
0
크랩을 하려면 아이템이니에서 룬을 주석처리 해야 하나요??
당체 크랩을 하지 않네요..
아래 설정입니다..
Mycubing===========
// 룬 큐빙
//==============================================================================
//[Name] == RalRune %3 @
//[Name] == SolRune %3 @
rune.nip===========
============================
[Name] == RalRune %3 @ //
//[Name] == OrtRune //
//[Name] == ThulRune //
//[Name] == AmnRune //
[Name] == SolRune %3 @ //
//##########################################################################
// 큐빙 설정하기
//---------------
// 주의: 큐빙에 사용되는 모든 아이템은 '@'를 반드시 설정해야 합니다.
// 참고: 설정한 순서대로 큐빙합니다.
//==========================================================================
MyConfig_CubingList.push("보석_큐빙"); // 설정: 큐빙할 보석 설정하기
MyConfig_CubingList.push("룬_큐빙"); // 설정: 큐빙할 룬 설정하기
MyConfig_CubingList.push("크래프트_큐빙"); // 설정: 큐빙할 크래프트 설정하기
MyConfig_CubingList.push("매직_아이템_큐빙"); // 설정: 큐빙할 매직 아이템 설정하기
// 블러드 아이템
//---------------
// 5-10% Faster Run/Walk, (1-4)% Life Stolen Per Hit, +(10-20) To Life
//MyConfig_CubingCraftedList.push([520, 0, 620, 581]); // Amulet + Amn Rune + Perfect Ruby
// + (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

