[인벤에]미확으로 스몰,그랜드참 줍습니다.
분류
질문
조회 수
408
추천 수
2
바알참만 미확으로 하려 했는데 도대체 안되네요.
현재 미확으로 80이상의 스몰참과 그랜드참만 주워옵니다.
만지기 전의 이니는 바알참을 보석 큐빙을 하여 인벤이 많이 차지 않는데
미확으로 줍고 인벤에 있는 그랜드참은 큐빙도 하지 않습니다.
고수님들 도와주세요...
// 아이템 이니 설정하기
//==========================================================================
// 하급 아이템 이니
//------------------
//NTConfig_NIPFilePath.push("normal/normal.nip");
//NTConfig_NIPFilePath.push("normal/magic_rare.nip");
//NTConfig_NIPFilePath.push("normal/set.nip");
//NTConfig_NIPFilePath.push("normal/unique.nip");
//NTConfig_NIPFilePath.push("normal/craft.nip");
// 중급 아이템 이니
//------------------
//NTConfig_NIPFilePath.push("advance/normal.nip");
//NTConfig_NIPFilePath.push("advance/magic_rare.nip");
//NTConfig_NIPFilePath.push("advance/set.nip");
//NTConfig_NIPFilePath.push("advance/unique.nip");
//NTConfig_NIPFilePath.push("advance/craft.nip");
// 상급 아이템 이니
//------------------
//NTConfig_NIPFilePath.push("extreme/normal.nip");
NTConfig_NIPFilePath.push("extreme/magic_rare.nip");
//NTConfig_NIPFilePath.push("extreme/set.nip");
NTConfig_NIPFilePath.push("extreme/unique.nip");
NTConfig_NIPFilePath.push("extreme/craft.nip");
// 고급 아이템 이니 * 흰여울님의 아이템 이니 자료입니다.
//-------------------------------------------------------
if (me.gametype)
{ // 확장용 아이템 이니
NTConfig_NIPFilePath.push("gems.nip");
NTConfig_NIPFilePath.push("charmsjewels.nip");
NTConfig_NIPFilePath.push("crafteds.nip");
NTConfig_NIPFilePath.push("keys.nip");
NTConfig_NIPFilePath.push("magics.nip");
NTConfig_NIPFilePath.push("potions.nip");
NTConfig_NIPFilePath.push("rares.nip");
NTConfig_NIPFilePath.push("ringsamulets.nip");
NTConfig_NIPFilePath.push("runes.nip");
NTConfig_NIPFilePath.push("runewords.nip");
NTConfig_NIPFilePath.push("sets.nip");
NTConfig_NIPFilePath.push("uniques.nip");
NTConfig_NIPFilePath.push("whites.nip");
}
else
{ // 오리지널용 아이템 이니
NTConfig_NIPFilePath.push("gems_ori.nip");
NTConfig_NIPFilePath.push("magics_ori.nip");
NTConfig_NIPFilePath.push("potions.nip");
NTConfig_NIPFilePath.push("rares_ori.nip");
NTConfig_NIPFilePath.push("ringsamulets_ori.nip");
NTConfig_NIPFilePath.push("sets_ori.nip");
NTConfig_NIPFilePath.push("uniques_ori.nip");
NTConfig_NIPFilePath.push("whites_ori.nip");
//NTConfig_NIPFilePath.push("MyShopBot.nip");
}
NTConfig_SnagRange = 60; // 사냥 후 아이템을 확인하여 주울 시야
//##########################################################################
// 도박 설정하기
//==========================================================================
NTConfig_Gamble = [true, 0]; // [도박하기, 도박할 액트(0: 현재 액트)]
NTConfig_GambleStartGold = 2000000; // 도박을 시작할 골드
NTConfig_GambleStopGold = 300000; // 도박을 멈출 골드
NTConfig_GambleItem.push(520); // Amulets
NTConfig_GambleItem.push(522); // Rings
NTConfig_GambleItem.push(418); // Circlets
NTConfig_GambleItem.push(419); // Coronets
//NTConfig_GambleItem.push(334); // Leather Gloves
//NTConfig_GambleItem.push(335); // Heavy Gloves
NTConfig_GambleItem.push(336); // Chain Gloves
//NTConfig_GambleItem.push(337); // Light Gauntlets
//NTConfig_GambleItem.push(338); // Gauntlets
// 사냥터로 가기 전에 할 프리캐스트 설정하기
//-------------------------------------------
// MyConfig_Precast.push([무기 번호, 스킬 번호])
// 주의: 설정한 순서대로 합니다.
// 참고: 설정하지 않으면 기본 값으로 프리캐스트 합니다.
//==========================================================================
MyConfig_Precast.push([2, 155]); // Battle Command
//MyConfig_Precast.push([1, 52]); // Enchant
MyConfig_Precast.push([1, 117]); // Holy Shield
MyConfig_Precast.push([2, 149]); // Battle Orders
// 이동이나 사냥 중에 할 프리캐스트 설정하기
//-------------------------------------------
// MyConfig_CheckPrecast.push([무기 번호, 스킬 번호])
// 주의: Battle Orders와 Shout는 Battle Command를 설정하면 자동으로 시전하므로 Battle Command만 설정합니다.
//==========================================================================
MyConfig_CheckPrecast.push([2, 155]); // Battle Command
//MyConfig_CheckPrecast.push([1, 52]); // Enchant
MyConfig_CheckPrecast.push([1, 117]); // Holy Shield
//##########################################################################
//##########################################################################
//##########################################################################
// 큐빙 설정하기
//==========================================================================
MyConfig_isCubingGem = [true, false]; // [보석 큐빙하기, 아이템 로그] * 설정: 큐빙할 보석 설정하기
MyConfig_isCubingRune = [false, false]; // [룬 큐빙하기, 아이템 로그] * 설정: 큐빙할 룬 설정하기
MyConfig_isCubingCrafted = false; // 크래프트 큐빙 * 설정: 큐빙할 크래프트 설정하기
MyConfig_isCubingMagic = true; // 매직 아이템 큐빙하기 * 설정: 큐빙할 매직 아이템 설정하기
MyConfig_isCubingRare = false; // 레어 아이템 큐빙하기 * 설정: 큐빙할 레어 아이템 설정하기
MyConfig_isCubingNormal = false; // 노멀 아이템 큐빙하기 * 설정: 큐빙할 노멀 아이템 설정하기
MyConfig_isCubingMagicRing = false; // 매직 링 3개 큐빙하기
MyConfig_isCubingMagicAmulet = false; // 매직 아뮬렛 3개 큐빙하기
MyConfig_isCubingEssence = true; // 정수 큐빙하기
MyConfig_isMakeRuneword = false; // 룬워드 아이템 만들기 * 설정: 만들 룬워드 아이템 설정하기
MyConfig_isPickUpItem = true; // 아이템 주워 보관하기 * 설정: 주워 보관할 아이템 설정하기
MyConfig_isDropItem = true; // 아이템 버리기 * 설정: 버릴 아이템 설정하기
//##########################################################################
// 큐빙할 보석 설정하기
//----------------------
// 주의: 큐빙 후 "아이템 이니(scripts/NTBot/item_configs/*.nip)" 또는 "주워 보관할 아이템 설정하기"에 설정된 아이템이 아니면 버립니다.
//==========================================================================
//MyConfig_CubingGemList.push(557); // Chipped Amethyst
//MyConfig_CubingGemList.push(562); // Chipped Topaz
//MyConfig_CubingGemList.push(567); // Chipped Saphire
//MyConfig_CubingGemList.push(572); // Chipped Emerald
//MyConfig_CubingGemList.push(577); // Chipped Ruby
//MyConfig_CubingGemList.push(582); // Chipped Diamond
//MyConfig_CubingGemList.push(597); // Chipped Skull
//MyConfig_CubingGemList.push(558); // Flawed Amethyst
//MyConfig_CubingGemList.push(563); // Flawed Topaz
//MyConfig_CubingGemList.push(568); // Flawed Saphire
//MyConfig_CubingGemList.push(573); // Flawed Emerald
//MyConfig_CubingGemList.push(578); // Flawed Ruby
//MyConfig_CubingGemList.push(583); // Flawed Diamond
//MyConfig_CubingGemList.push(598); // Flawed Skull
//MyConfig_CubingGemList.push(559); // Normal Amethyst
//MyConfig_CubingGemList.push(564); // Normal Topaz
//MyConfig_CubingGemList.push(569); // Normal Saphire
//MyConfig_CubingGemList.push(574); // Normal Emerald
//MyConfig_CubingGemList.push(579); // Normal Ruby
//MyConfig_CubingGemList.push(584); // Normal Diamond
//MyConfig_CubingGemList.push(599); // Normal Skull
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
//##########################################################################
// 큐빙할 룬 설정하기
//--------------------
// 주의: 큐빙 후 "아이템 이니(scripts/NTBot/item_configs/*.nip)" 또는 "주워 보관할 아이템 설정하기"에 설정된 아이템이 아니면 버립니다.
//==========================================================================
//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
// 매직 아이템 설정하기
// 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
// 보석 설정하기
// 주의: 보석을 반드시 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([605,4, 4, 94]);
//##########################################################################
// 주워 보관할 아이템 설정하기
//-----------------------------
// 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([557, 1]); // Chipped Amethyst
//MyConfig_PickUpItemList.push([562, 1]); // Chipped Topaz
//MyConfig_PickUpItemList.push([567, 1]); // Chipped Saphire
//MyConfig_PickUpItemList.push([572, 1]); // Chipped Emerald
//MyConfig_PickUpItemList.push([577, 1]); // Chipped Ruby
//MyConfig_PickUpItemList.push([582, 1]); // Chipped Diamond
//MyConfig_PickUpItemList.push([597]); // Chipped Skull
//MyConfig_PickUpItemList.push([558, 1]); // Flawed Amethyst
//MyConfig_PickUpItemList.push([563, 1]); // Flawed Topaz
//MyConfig_PickUpItemList.push([568, 1]); // Flawed Saphire
//MyConfig_PickUpItemList.push([573, 1]); // Flawed Emerald
//MyConfig_PickUpItemList.push([578, 1]); // Flawed Ruby
//MyConfig_PickUpItemList.push([583, 1]); // Flawed Diamond
//MyConfig_PickUpItemList.push([598]); // Flawed Skull
//MyConfig_PickUpItemList.push([559]); // Normal Amethyst
//MyConfig_PickUpItemList.push([564]); // Normal Topaz
//MyConfig_PickUpItemList.push([569]); // Normal Saphire
//MyConfig_PickUpItemList.push([574]); // Normal Emerald
//MyConfig_PickUpItemList.push([579]); // Normal Ruby
//MyConfig_PickUpItemList.push([584]); // Normal Diamond
//MyConfig_PickUpItemList.push([599]); // Normal Skull
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([561]); // Perfect Amethyst
MyConfig_PickUpItemList.push([566]); // Perfect Topaz
MyConfig_PickUpItemList.push([571]); // Perfect Saphire
MyConfig_PickUpItemList.push([576]); // Perfect Emerald
MyConfig_PickUpItemList.push([581]); // Perfect Ruby
MyConfig_PickUpItemList.push([586]); // Perfect Diamond
MyConfig_PickUpItemList.push([601]); // Perfect Skull
//MyConfig_PickUpItemList.push([610]); // El Rune
//MyConfig_PickUpItemList.push([611]); // Eld Rune
//MyConfig_PickUpItemList.push([612]); // Tir Rune
//MyConfig_PickUpItemList.push([613]); // Nef Rune
//MyConfig_PickUpItemList.push([614]); // Eth Rune
//MyConfig_PickUpItemList.push([615]); // Ith Rune
//MyConfig_PickUpItemList.push([616]); // Tal Rune
//MyConfig_PickUpItemList.push([617]); // Ral Rune
//MyConfig_PickUpItemList.push([618]); // Ort Rune
//MyConfig_PickUpItemList.push([619]); // Thul Rune
//MyConfig_PickUpItemList.push([620]); // Amn Rune
//MyConfig_PickUpItemList.push([621]); // Sol Rune
//MyConfig_PickUpItemList.push([622]); // Shael Rune
//MyConfig_PickUpItemList.push([623]); // Dol Rune
//MyConfig_PickUpItemList.push([624]); // Hel Rune
//MyConfig_PickUpItemList.push([625]); // Io Rune
//MyConfig_PickUpItemList.push([626]); // Lum Rune
//MyConfig_PickUpItemList.push([627]); // Ko Rune
//MyConfig_PickUpItemList.push([628]); // Fal Rune
//MyConfig_PickUpItemList.push([629]); // Lem Rune
//MyConfig_PickUpItemList.push([647]); // Key of Terror
//MyConfig_PickUpItemList.push([648]); // Key of Hate
//MyConfig_PickUpItemList.push([649]); // Key of Destruction
//MyConfig_PickUpItemList.push([654, 1]); // Twisted Essence of Suffering
//MyConfig_PickUpItemList.push([655, 1]); // Charged Essence of Hatred
MyConfig_PickUpItemList.push([656, 1]); // Burning Essence of Terror
MyConfig_PickUpItemList.push([657, 1]); // Festering Essence of Destruction
// 흰여울님의 크래프트 큐빙 자료를 바탕으로 설정하였습니다.
//----------------------------------------------------------
MyConfig_PickUpItemList.push([603, 7, 7, 85]); // Small Charm
//MyConfig_PickUpItemList.push([604, 1, 4, 99]); // Large Charm
MyConfig_PickUpItemList.push([605, 4, 4, 85]); // Grand Charm
//MyConfig_PickUpItemList.push([447, 1, 4, 99]); // Monarch ; Magic Cubing
//MyConfig_PickUpItemList.push([418, 1, 6]); // Circlet
//MyConfig_PickUpItemList.push([419, 1, 6]); // Coronet
//MyConfig_PickUpItemList.push([420, 1, 6]); // Tiara
//MyConfig_PickUpItemList.push([421, 1, 6]); // Diadem

