크래프트 질문 드립니다.
분류
질문
조회 수
999
추천 수
0
봇 정말 어렵군요..
조금씩 알아가는 재미가 쏠쏠합니다.
처음시작해서 현재 알바생 2마리 돌리고 있습니다. 더 늘릴거구요..
이번에는 크래프트에 도전해 보려고 합니다. 선배님들의 도움이 절실히 필요합니다.
제가 넉백장갑, 강타장, 치타머리, 크랩아뮬, 크랩링을 돌리려고 합니다.
맞게 주석처리 되었는지 확인 부탁드립니다.
먼저 Mycubing.nip 설정..
//##############################################################################
// 보석 큐빙
//==============================================================================
[Name] == FlawlessAmethyst @
[Name] == FlawlessSapphire @
[Name] == FlawlessRuby @
//##############################################################################
// 룬 큐빙
//==============================================================================
[Name] == NefRune %1 @
[Name] == RalRune %2 @
[Name] == OrtRune %1 @
[Name] == AmnRune %1 @
//##############################################################################
// 크래프트 큐빙
//==============================================================================
[Name] == VampireboneGloves && [Quality] == Magic && [CharacterItemLevel] >= 79 %1 @
[Name] == Vambraces && [Quality] == Magic && [CharacterItemLevel] >= 79 %1 @
[Name] == Armet && [Quality] == Magic && [CharacterItemLevel] >= 84 %1 @
[Type] == Amulet && [Quality] == Magic&&[CharacterItemLevel] >= 90 %1 @
[Type] == Jewel %5 @
===================================================================================
케릭터 설정
// 가지고 다닐 보석 설정하기
//---------------------------
MyConfig_CatchShrineGemHave = 3;
MyConfig_CatchShrineGemList.push(560); // Flawless Amethyst
MyConfig_CatchShrineGemList.push(570); // Flawless Saphire
MyConfig_CatchShrineGemList.push(580); // Flawless Ruby
// 큐빙 설정하기
MyConfig_CubingList.push("보석_큐빙"); // 설정: 큐빙할 보석 설정하기
MyConfig_CubingList.push("크래프트_큐빙"); // 설정: 큐빙할 크래프트 설정하기
// 큐빙할 보석 설정하기
MyConfig_CubingGemList.push(560); // Flawless Amethyst
MyConfig_CubingGemList.push(570); // Flawless Saphire
MyConfig_CubingGemList.push(580); // Flawless Ruby
// 큐빙할 크래프트 설정하기
MyConfig_CubingCraftedList.push([452, 0, 618, 571]); // Vambraces + Ort Rune + Perfect Sapphire
MyConfig_CubingCraftedList.push([424, 0, 617, 581]); // Armet + Ral Rune + Perfect Ruby
MyConfig_CubingCraftedList.push([451, 0, 613, 581]); // Vampirebone Glove + Nef Rune + Perfect Ruby
MyConfig_CubingCraftedList.push([520, 0, 617, 561]); // Amulet + Ral Rune + Perfect Amethyst
MyConfig_CubingCraftedList.push([522, 0, 620, 561]); // Ring + Amn Rune + Perfect Amethyst
이렇게 설정하려고 하는데 맞게 되었는지 확인 부탁드립니다.
너무 길어서 가능하려나 모르겠네요..

