숨렙99짜리 매직아이템 큐빙에 대한 질문입니다.
분류
질문
조회 수
1,839
추천 수
0
매직참, 매직아머, 매직웨폰 등의 숨렙 99짜리 매직템들을 큐빙하려고 하는데 제가 아래에 설정한대로
하면 되는건지 궁금합니다. 왠지 좀 허술한게.. 틀린것 같아서요. -_- 조언 좀 부탁드립니다.
몇몇개의 아이템은 제가 임의로 추가했고 중간에 표시했어요.
근데말이죠.. 아직 이니에선 해당아이템들을 주석처리 안했는데, 이니설정을 주석처리 해버리면
무슨 기준으로 큐빙을 하는건가요? 내장된 옵션이라도 있는건가? ㅇㅇ;;
//##########################################################################
// 큐빙 설정하기
//---------------
// 참고: 설정한 순서대로 큐빙합니다.
//==========================================================================
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_isMakeRuneword = false; // 룬워드 아이템 만들기 * 설정: 만들 룬워드 아이템 설정하기
MyConfig_isPickUpItem = true; // 아이템 주워 보관하기 * 설정: 주워 보관할 아이템 설정하기
MyConfig_isDropItem = false; // 아이템 버리기 * 설정: 버릴 아이템 설정하기
//##########################################################################
// 큐빙할 보석 설정하기
//----------------------
// 주의: 큐빙 후 "아이템이니(scripts/NTBot/item_configs/*.nip)" 또는 "주워 보관할 아이템 설정하기"에 설정된 아이템이 아니면 버립니다.
//==========================================================================
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)"가 "아이템이니(scripts/NTBot/item_configs/*.nip)"에 설정된 아이템이면 큐빙을 하지 않습니다.
// 큐빙 후 "아이템이니(scripts/NTBot/item_configs/*.nip)" 또는 "주워 보관할 아이템 설정하기"에 설정된 아이템이 아니면 버립니다.
// 참고: "매직 아이템 ClassID"가 "캐릭터이니(scripts/NTBot/char_configs/NTConfig_클래스_캐릭터이름.ntl)"에서 "NTConfig_Columns"를 0으로 설정한 곳에 있으면 큐빙을 하지 않습니다.
//==========================================================================
// 매직 아이템 설정하기
// MyConfig_CubingMagicList.push(매직 아이템 ClassID)
// 참고: 설정한 순서대로 큐빙을 합니다.
//--------------------------------------
MyConfig_CubingMagicList.push(603); // Small Charm
MyConfig_CubingMagicList.push(604); // Large Charm
MyConfig_CubingMagicList.push(605); // Grand Charm
MyConfig_CubingMagicList.push(447); // Monarch
MyConfig_CubingMagicList.push(58); // Jewel <=== 제가 추가한 것★
MyConfig_CubingMagicList.push(12); // Amulet <=== 제가 추가한 것★
MyConfig_CubingMagicList.push(10); // Ring <=== 제가 추가한 것★
MyConfig_CubingMagicList.push(420); // Tiara <=== 제가 추가한 것★
MyConfig_CubingMagicList.push(421); // Diadem <=== 제가 추가한 것★
MyConfig_CubingMagicList.push(443); // Archon Plate <=== 제가 추가한 것★
MyConfig_CubingMagicList.push(498); // Sacred Targe <=== 제가 추가한 것★
MyConfig_CubingMagicList.push(225); // Phase Blade <=== 제가 추가한 것★
MyConfig_CubingMagicList.push(301); // Matriarchal Bow <=== 제가 추가한 것★
// 보석 설정하기
// 주의: 보석을 반드시 1개 이상 설정합니다.
//------------------------------------------
MyConfig_CubingMagicGemList.push(586); // Perfect Diamond
MyConfig_CubingMagicGemList.push(561); // Perfect Amethyst
MyConfig_CubingMagicGemList.push(571); // Perfect Saphire
MyConfig_CubingMagicGemList.push(566); // Perfect Topaz
MyConfig_CubingMagicGemList.push(581); // Perfect Ruby
MyConfig_CubingMagicGemList.push(576); // Perfect Emerald
MyConfig_CubingMagicGemList.push(601); // Perfect Skull
//##########################################################################
// 주워 보관할 아이템 설정하기
//-----------------------------
// MyConfig_PickUpItemList.push([아이템 ClassID])
// MyConfig_PickUpItemList.push([아이템 ClassID, 보관할 개수])
// MyConfig_PickUpItemList.push([아이템 ClassID, 보관할 개수, 아이템 퀄리티])
// MyConfig_PickUpItemList.push([아이템 ClassID, 보관할 개수, 아이템 퀄리티, 아이템 레벨])
// MyConfig_PickUpItemList.push([아이템 ClassID, 보관할 개수, 아이템 퀄리티, 아이템 레벨, 에테리얼])
// MyConfig_PickUpItemList.push([아이템 ClassID, 보관할 개수, 아이템 퀄리티, 아이템 레벨, 에테리얼, 소켓 수])
// 참고: 아이템이니(scripts/NTBot/item_configs/*.nip) 설정에 해당되지 않는 아이템들(안줍거나 팔거나 버리는 것) 중에서 여기에 설정한 아이템들을 주워 보관합니다.
// 설정하지 않거나 보관할 개수 0, 아이템 퀄리티 0, 아이템 레벨 0, 에테리얼 0, 소켓 수 9는 각각의 검사를 생략합니다.
// 보관할 개수 : 아이템이니(scripts/NTBot/item_configs/*.nip) 설정에 해당되는 아이템은 보관할 개수에서 제외됩니다.
// 아이템 퀄리티: 1 = Low Quality, 2 = Normal, 3 = Superior, 4 = Magic, 5 = Set, 6 = Rare, 7 = Unique, 8 = Crafted, 9 = Tempered
// 아이템 레벨 : 설정한 레벨 이상의 아이템을 줍습니다.
// 아이템 레벨에 100을 더해서 설정하면 "공식1"이 적용됩니다. "공식1": int(케릭터 레벨 / 2) + int(아이템 레벨 / 2)
// 예) 90은 아이템 레벨 90이상 줍습니다.
// 190은 "공식1"을 적용하여 줍습니다.(캐릭터 레벨이 90이라면 아이템 레벨 90이상 줍습니다. 95라면 86이상 줍습니다)
// 에테리얼 : 0 = 모두, 1 = 에테리얼, 2 = 노에테리얼
//==========================================================================
MyConfig_PickUpItemList.push([560]); // Flawless Amethyst
MyConfig_PickUpItemList.push([565]); // Flawless Topaz
MyConfig_PickUpItemList.push([570]); // Flawless Saphire
MyConfig_PickUpItemList.push([575]); // Flawless Emerald
MyConfig_PickUpItemList.push([580]); // Flawless Ruby
MyConfig_PickUpItemList.push([585]); // Flawless Diamond
MyConfig_PickUpItemList.push([600]); // Flawless Skull
// 흰여울님의 크래프트 큐빙 자료를 바탕으로 설정하였습니다.
//----------------------------------------------------------
MyConfig_PickUpItemList.push([603, 2, 4, 99]); // Small Charm
MyConfig_PickUpItemList.push([604, 1, 4, 99]); // Large Charm
MyConfig_PickUpItemList.push([605, 1, 4, 99]); // Grand Charm
MyConfig_PickUpItemList.push([447, 1, 4, 99]); // Monarch ; Magic Cubing
MyConfig_PickUpItemList.push([58, 1, 4, 90]); // Jewel (숨렙90) <=== 제가 추가한 것★
MyConfig_PickUpItemList.push([12, 1, 4, 99]); // Amulet <=== 제가 추가한 것★
MyConfig_PickUpItemList.push([10, 1, 4, 99]); // Ring <=== 제가 추가한 것★
MyConfig_PickUpItemList.push([420, 1, 4, 99]); // Tiara* <=== 제가 추가한 것★
MyConfig_PickUpItemList.push([421, 1, 4, 99]); // Diadem* <=== 제가 추가한 것★
MyConfig_PickUpItemList.push([443, 1, 4, 99]); // Archon Plate <=== 제가 추가한 것★
MyConfig_PickUpItemList.push([498, 1, 4, 99]); // Sacred Targe <=== 제가 추가한 것★
MyConfig_PickUpItemList.push([225, 1, 4, 99]); // Phase Blade <=== 제가 추가한 것★
MyConfig_PickUpItemList.push([301, 1, 4, 99]); // Matriarchal Bow <=== 제가 추가한 것★