잡룬을 계속 주워오네요..
분류
질문
조회 수
1,413
추천 수
1
아이템 이니
// ##### Runes #########################
//[Name] == ElRune
//[Name] == EldRune
//[Name] == TirRune
//[Name] == NefRune
//[Name] == EthRune
//[Name] == IthRune
//[Name] == TalRune
//[Name] == RalRune
//[Name] == OrtRune
//[Name] == ThulRune
//[Name] == AmnRune
//[Name] == SolRune
//[Name] == ShaelRune
[Name] == DolRune
[Name] == HelRune
[Name] == IoRune
[Name] == LumRune
[Name] == KoRune
[Name] == FalRune
[Name] == LemRune
[Name] == PulRune
[Name] == UmRune
[Name] == MalRune
[Name] >= IstRune && [Name] <= ZodRune
케릭터이니
//##########################################################################
// 큐빙 설정하기
//---------------
// 참고: 설정한 순서대로 큐빙합니다.
//==========================================================================
MyConfig_CubingList.push("보석_큐빙"); // 설정: 큐빙할 보석 설정하기
//MyConfig_CubingList.push("룬_큐빙"); // 설정: 큐빙할 룬 설정하기
//MyConfig_CubingList.push("크래프트_큐빙"); // 설정: 큐빙할 크래프트 설정하기
//MyConfig_CubingList.push("매직_아이템_큐빙"); // 설정: 큐빙할 매직 아이템 설정하기
//MyConfig_CubingList.push("레어_아이템_큐빙"); // 설정: 큐빙할 레어 아이템 설정하기
//MyConfig_CubingList.push("노멀_아이템_큐빙"); // 설정: 큐빙할 노멀 아이템 설정하기
//MyConfig_CubingList.push("매직_링_큐빙");
//MyConfig_CubingList.push("매직_아뮬렛_큐빙");
//MyConfig_CubingList.push("정수_큐빙");
//MyConfig_CubingList.push("룬워드_아이템_만들기"); // 설정: 만들 룬워드 아이템 설정하기
MyConfig_isPickUpItem = false; // 아이템 주워 보관하기 * 설정: 주워 보관할 아이템 설정하기
MyConfig_isDropItem = false; // 아이템 버리기 * 설정: 버릴 아이템 설정하기
// 큐빙할 룬 설정하기
//--------------------
// 주의: 큐빙 후 "아이템 설정하기"와 "주워 보관할 아이템 설정하기"에 설정된 아이템이 아니면 버립니다.
// 참고: 설정한 순서대로 큐빙합니다.
//==========================================================================
//MyConfig_CubingRuneList.push([610]); // El Rune
//MyConfig_CubingRuneList.push([611]); // Eld Rune
//MyConfig_CubingRuneList.push([612]); // Tir Rune
//MyConfig_CubingRuneList.push([613]); // Nef Rune
//MyConfig_CubingRuneList.push([614]); // Eth Rune
//MyConfig_CubingRuneList.push([615]); // Ith Rune
//MyConfig_CubingRuneList.push([616]); // Tal Rune
//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
//MyConfig_CubingRuneList.push([622, 3, 577]); // Shael Rune + Chipped Ruby
//MyConfig_CubingRuneList.push([623, 3, 572]); // Dol Rune + Chipped Emerald
//MyConfig_CubingRuneList.push([624, 3, 582]); // Hel Rune + Chipped Diamond
//MyConfig_CubingRuneList.push([625, 3, 563]); // Io Rune + Flawed Topaz
//MyConfig_CubingRuneList.push([626, 3, 558]); // Lum Rune + Flawed Amethyst
//MyConfig_CubingRuneList.push([627, 3, 568]); // Ko Rune + Flawed Saphire
//MyConfig_CubingRuneList.push([628, 3, 578]); // Fal Rune + Flawed Ruby
//MyConfig_CubingRuneList.push([629, 3, 573]); // Lem Rune + Flawed Emerald
//MyConfig_CubingRuneList.push([630, 2, 583]); // Pul Rune + Flawed Diamond
//MyConfig_CubingRuneList.push([631, 2, 564]); // Um Rune + Topaz
//MyConfig_CubingRuneList.push([632, 2, 559]); // Mal Rune + Amethyst
//MyConfig_CubingRuneList.push([633, 2, 569]); // Ist Rune + Saphire
//MyConfig_CubingRuneList.push([634, 2, 579]); // Gul Rune + Ruby
//MyConfig_CubingRuneList.push([635, 2, 574]); // Vex Rune + Emerald
//MyConfig_CubingRuneList.push([636, 2, 584]); // Ohm Rune + Diamond
//MyConfig_CubingRuneList.push([637, 2, 565]); // Lo Rune + Flawless Topaz
//MyConfig_CubingRuneList.push([638, 2, 560]); // Sur Rune + Flawless Amethyst
//MyConfig_CubingRuneList.push([639, 2, 570]); // Ber Rune + Flawless Saphire
//MyConfig_CubingRuneList.push([640, 2, 580]); // Jah Rune + Flawless Ruby
//MyConfig_CubingRuneList.push([641, 2, 575]); // Cham Rune + Flawless Emerald
이상하게 룬관련된건 전부 주석처리 했는데 주석처리 되있는 룬도 가리지않고 다 주워옵니다.
큐빙은 보석만 되게 설정해놨고.. 뭐가문젠지 감이안오네요;
저상태로 혼자 해결해보려고 이것저것 해보다가 한 3일 돌려보니까
잡룬만 창고 3케릭에 다 쌓여있습니다;
이걸어찌해야할지;

