[완료] 바알참을 큐빙하지않고 퍼보만 계속 모으고 있습니다
분류
질문
조회 수
1,512
추천 수
0
바알참을 큐빙을 안하고 퍼보석을 계속 모으고 있습니다
셋팅실수인듯 한데 2일째 찾아보고 있지만 본인의 능력에 한계에 도달
고수님의 조언을 구하고자 합니다
도와주십시요 부탁합니다
크랩에 사용되는 자수정이나 루비는 정상적으로 사용되고 있으나
1). 퍼토파,퍼에머랄드, 퍼다야, 퍼골을 계속 창고에 보관하고
그랜드참에 큐빙재료로 사용하지 않습니다
===> 아이템이니 노말에 있는 보석종류는 주석처리되어 있습니다
2). 크랩장갑에 사용되는 퍼사파의경우 한개만 파사파만들어 보관하구
퍼상급을 큐빙없이 창고에 계속 보관중입니다
케릭터설정
D2NT3.1_NTBot4.2_20\scripts\NTBot\char_configs
//##########################################################################
// 큐빙 설정하기
//---------------
// 주의: 큐빙에 사용되는 모든 아이템은 '@'를 반드시 설정해야 합니다.
// 참고: 설정한 순서대로 큐빙합니다.
//==========================================================================
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_CubingList.push("룬워드_아이템_만들기"); // 설정: 만들 룬워드 아이템
//##########################################################################
// 큐빙할 보석 설정하기
//----------------------
MyConfig_CubingGemList.push(560); // Flawless Amethyst
MyConfig_CubingGemList.push(565); // Flawless Topaz
MyConfig_CubingGemList.push(570); // Flawless Saphire
MyConfig_CubingGemList.push(575); // Flawless Emerald
MyConfig_CubingGemList.push(580); // Flawless Ruby
MyConfig_CubingGemList.push(585); // Flawless Diamond
MyConfig_CubingGemList.push(600); // Flawless Skull
//##########################################################################
// 큐빙할 매직 아이템 설정하기
//-----------------------------
// 주의: 큐빙한 후 아이템이니에 설정된 아이템이 아니면 버립니다.
// 참고: 설정한 순서대로 큐빙합니다.
//==========================================================================
// 매직 아이템 설정하기
//----------------------
// MyConfig_CubingMagicList.push(매직 아이템 ClassID)
//==========================================================================
//MyConfig_CubingMagicList.push(447); // Monarch
//MyConfig_CubingMagicList.push(603); // Small Charm
//MyConfig_CubingMagicList.push(604); // Large Charm
MyConfig_CubingMagicList.push(605); // Grand Charm
// 보석 설정하기
//---------------
// MyConfig_CubingMagicGemList.push([보석 ClassID, 보관 개수])
// 보관 개수: 보관 중인 보석이 설정치 이상일 때만 큐빙에 사용합니다.
// 주의: 보석을 1개 이상 설정합니다.
//==========================================================================
//MyConfig_CubingMagicGemList.push([561]); // Perfect Amethyst
MyConfig_CubingMagicGemList.push([566]); // Perfect Topaz
//MyConfig_CubingMagicGemList.push([571]); // Perfect Saphire
MyConfig_CubingMagicGemList.push([576]); // Perfect Emerald
//MyConfig_CubingMagicGemList.push([581]); // Perfect Ruby
MyConfig_CubingMagicGemList.push([586]); // Perfect Diamond
MyConfig_CubingMagicGemList.push([601]); // Perfect Skull
큐빙이니
D2NT3.1_NTBot4.2_20\scripts\NTBot\item_configs\mycubing.nip
//##############################################################################
// 보석 큐빙
//==============================================================================
//[Name] == ChippedAmethyst %1 @
//[Name] == ChippedTopaz %1 @
//[Name] == ChippedSapphire %1 @
//[Name] == ChippedEmerald %1 @
//[Name] == ChippedRuby %1 @
//[Name] == ChippedDiamond %1 @
//[Name] == ChippedSkull %1 @
//[Name] == FlawedAmethyst %1 @
//[Name] == FlawedTopaz %1 @
//[Name] == FlawedSapphire %1 @
//[Name] == FlawedEmerald %1 @
//[Name] == FlawedRuby %1 @
//[Name] == FlawedDiamond %1 @
//[Name] == FlawedSkull %1 @
//[Name] == Amethyst @
//[Name] == Topaz @
//[Name] == Sapphire @
//[Name] == Emerald @
//[Name] == Ruby @
//[Name] == Diamond @
//[Name] == Skull @
[Name] == FlawlessAmethyst @
[Name] == FlawlessTopaz @
[Name] == FlawlessSapphire @
[Name] == FlawlessEmerald @
[Name] == FlawlessRuby @
[Name] == FlawlessDiamond @
[Name] == FlawlessSkull @
[Name] == PerfectAmethyst %2 @
[Name] == PerfectTopaz @
[Name] == PerfectSapphire %1 @
[Name] == PerfectEmerald @
[Name] == PerfectRuby %3 @
[Name] == PerfectDiamond @
[Name] == PerfectSkull @
//##############################################################################
// 룬 큐빙
//==============================================================================
//[Name] == ElRune @
//[Name] == EldRune @
//[Name] == TirRune @
[Name] == NefRune %1 @
//[Name] == EthRune @
[Name] == IthRune %1 @
//[Name] == TalRune @
[Name] == RalRune %2 @
[Name] == OrtRune %1 @
//[Name] == ThulRune @
//[Name] == AmnRune @
[Name] == SolRune %2 @
//[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] == GulRune @
//[Name] == VexRune @
//[Name] == OhmRune @
//[Name] == LoRune @
//[Name] == SurRune @
//[Name] == BerRune @
//[Name] == JahRune @
//[Name] == ChamRune @
//[Name] == ZodRune @
//##############################################################################
// 크래프트 큐빙
//==============================================================================
//[Name] == SharkskinGloves && [Quality] == Magic && [CharacterItemLevel] >= 78 %1 @
[Name] == VampireboneGloves && [Quality] == Magic && [CharacterItemLevel] >= 79 %1 @
//[Name] == HeavyBracers && [Quality] == Magic && [CharacterItemLevel] >= 79 %1 @
[Name] == Vambraces && [Quality] == Magic && [CharacterItemLevel] >= 79 %1 @
//[Name] == Casque && [Quality] == Magic && [CharacterItemLevel] >= 84 %1 @
[Name] == Armet && [Quality] == Magic && [CharacterItemLevel] >= 84 %1 @
//[Name] == SharkskinBelt && [Quality] == Magic && [CharacterItemLevel] >= 85 %1 @
[Name] == VampirefangBelt && [Quality] == Magic && [CharacterItemLevel] >= 85 %1 @
//[Name] == MeshBelt && [Quality] == Magic && [CharacterItemLevel] >= 85 %1 @
//[Name] == MithrilCoil && [Quality] == Magic && [CharacterItemLevel] >= 85 %1 @
//[Name] == BattleBoots && [Quality] == Magic && [CharacterItemLevel] >= 85 %1 @
//[Name] == MirroredBoots && [Quality] == Magic && [CharacterItemLevel] >= 85 %1 @
//[Name] == Monarch && [Quality] == Magic && [CharacterItemLevel] >= 82 %1 @
[Type] == Jewel %3 @
//##############################################################################
// 매직 아이템 큐빙
//==============================================================================
//[Name] == SmallCharm && [Quality] == Magic && [Level] >= 94 %2 @
//[Name] == LargeCharm && [Quality] == Magic && [Level] >= 99 %1 @
[Name] == GrandCharm && [Quality] == Magic && [Level] >= 99 %2 @
//[Name] == Monarch && [Quality] == Magic && [Level] >= 99 %1 @
//##############################################################################
// 레어 아이템 큐빙
//==============================================================================
//[Type] == Scepter && [Quality] == Rare %1 @
//##############################################################################
// 노말 아이템 큐빙
//==============================================================================
//##############################################################################
// 매직 링/아뮬렛 큐빙
//==============================================================================
[Type] == Ring && [Quality] == Magic && [CharacterItemLevel] >= 86 %2 @
[Type] == Amulet && [Quality] == Magic && [CharacterItemLevel] >= 90 %2 @
//##############################################################################
// 정수 큐빙
//==============================================================================
//[Name] == TwistedEssenceOfSuffering %1 @
//[Name] == ChargedEssenseOfHatred %1 @
//[Name] == BurningEssenceOfTerror %1 @
//[Name] == FesteringEssenceOfDestruction %1 @
//##############################################################################
// 활력포션 큐빙
//==============================================================================
//[Name] == RejuvenationPotion @
//##############################################################################
// 룬워드 아이템 만들기
//==============================================================================
이상입니다 감사합니다

