D2NT 17차 정수 이니 안줍는방법점 알려주세요.
분류
질문
조회 수
1,783
추천 수
0
17차 정수이니 점 알려주세요
//MyConfig_CubingList.push("정수_큐빙"); // 참고: 아이템이니에 설정한 보관할 아이템의 개수(%) 이상을 보관 중이면 큐빙을 하지 않습니다.
// 한글815 님의 확장용 최상급 아이템이니입니다.
//----------------------------------------------
NTConfig_NIPFilePath.push("한글815/craft_amulet.nip");
NTConfig_NIPFilePath.push("한글815/craft_armor.nip");
NTConfig_NIPFilePath.push("한글815/craft_ring.nip");
NTConfig_NIPFilePath.push("한글815/key_essence.nip");
NTConfig_NIPFilePath.push("한글815/magic_charm.nip");
NTConfig_NIPFilePath.push("한글815/magic_rare_amulet.nip");
NTConfig_NIPFilePath.push("한글815/magic_rare_arm.nip");
NTConfig_NIPFilePath.push("한글815/magic_rare_armor.nip");
NTConfig_NIPFilePath.push("한글815/magic_rare_jewel.nip");
NTConfig_NIPFilePath.push("한글815/magic_rare_ring.nip");
NTConfig_NIPFilePath.push("한글815/normal.nip");
NTConfig_NIPFilePath.push("한글815/orb.nip");
NTConfig_NIPFilePath.push("한글815/set.nip");
NTConfig_NIPFilePath.push("한글815/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");
이것만 이니 사용하고있습니다..정수 안줍는방법점 알려주세요.

