이니 설정 관련해서 여쭈워 봅니다!
분류
질문
조회 수
1,735
추천 수
1
제가 16차를 쓰고있는데요!
케릭이니에 아이템 설정부분에 대해서 급 궁금한 점이 있어서요!
한글님 최상이니를 주로 쓰는데,, 한글님이니는 극최상이라 레어탬은
잘 못가져 오더라고요!
그래서 눈요기라도 할겸해 흰여울님꺼를 중복해서 쓰고
있는데 이럴 경우 두개다 적용이 돼는 건지 아님 낮은 쪽이 적용되는 건지 궁금합니다!
NTConfig_NIPFilePath.push("한글815/craft.nip");
NTConfig_NIPFilePath.push("한글815/key.nip");
NTConfig_NIPFilePath.push("한글815/magic_rare.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");

