이니 설정 질문드립니다.
분류
질문
조회 수
1,748
추천 수
0
제가 이니를 노말로 설정하고 싶으면 이렇게 하면 되는지 확인좀 부탁드려요.
//##########################################################################
// 아이템 설정하기
//==========================================================================
// 확장용 하급 아이템이니
//------------------------
NTConfig_NIPFilePath.push("normal/craft.nip");
NTConfig_NIPFilePath.push("normal/magics.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");
// 한글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/essence.nip");
//NTConfig_NIPFilePath.push("한글815/key.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");
밑에 더있던 최상급이니는 사용을 안할꺼라 지워버렸는데
상관없는지 질문드려요..
제가 지금처럼 이니 설정해 놓은게 맞는것인지 확인좀 부탁드립니다.

