봇 설치 다운받고 이니 설정 질문드려요
분류
질문
조회 수
610
추천 수
0
지금 자료실에 있는 최신 자료 받았습니다
이니를 설정하고 싶은데
캐릭 설정 보니 중급이니가 있더라구요?
그렇다면 최상급이니 다 주석처리하고 중급이니 주석 없애면 중급이니로 적용되는건가요??
// 확장용 하급 아이템이니
//------------------------
//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");
// 한글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");
요지는 최상급란은 종류가 많은데 중급은 종류가 적어서 중급이니로 마출려면 이렇게만 해두면 되는건지 궁금해서입니다.

