4솟 Halberd 줍지 않게 할려면 어떻게 해야합니까?
분류
질문
조회 수
1,785
추천 수
0
0. 버전 : 날라다녀님 12차 버전
1. 증상 : 이제 더이상 노말 4솟 폴암류는 필요없습니다. 그런데 통찰 재료여서 그런지
노말템 인데도 줍습니다. 인벤의 압박으로 더이상 줍고 싶지않습니다.
유독 halberd 4솟을 주워 놓습니다. 이니에서 찾아봐도 halberd는 없는데 말이죠.
2. 질문 : Halberd 4솟, 줍고 싶지 않습니다. 어떤 파일을 찾아서 막으면 될까요?
2. 이니 셋팅 :
//##########################################################################
// 아이템 설정하기
//==========================================================================
// 하급 아이템이니
//-----------------
//NTConfig_NIPFilePath.push("normal/craft.nip");
//NTConfig_NIPFilePath.push("normal/magic_rare.nip");
NTConfig_NIPFilePath.push("normal/normal.nip");
//NTConfig_NIPFilePath.push("normal/set.nip");
NTConfig_NIPFilePath.push("normal/unique.nip");
// 중급 아이템이니
//-----------------
//NTConfig_NIPFilePath.push("advance/craft.nip");
NTConfig_NIPFilePath.push("advance/magic_rare.nip");
NTConfig_NIPFilePath.push("advance/normal.nip");
//NTConfig_NIPFilePath.push("advance/set.nip");
NTConfig_NIPFilePath.push("advance/unique.nip");
// 상급 아이템이니
//-----------------
//NTConfig_NIPFilePath.push("extreme/craft.nip");
NTConfig_NIPFilePath.push("extreme/magic_rare.nip");
NTConfig_NIPFilePath.push("extreme/normal.nip");
NTConfig_NIPFilePath.push("extreme/set.nip");
NTConfig_NIPFilePath.push("extreme/unique.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");
}

