Skip to content

9차)흰여울님 이니 사용법 질문입니다.

조회 수
1,416
추천 수
0
등록일

안녕하세요 랜보입니다.

9차에 흰여울님 이니를 사용하려고 하는데요

이니를 보면


 // 고급 아이템이니 * 흰여울님의 아이템이니 입니다.
 //-------------------------------------------------
 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");
 }

처음부터 이니에 주석처리가 되있지 않습니다
아이템 설정하기에서 상급 중급 하급에 주석처리만 하면 흰여울님 이니가 적용되는건가요
적용되게 하려면 어떻게 해야되는지요

그럼 수고하세요 감사합니다. ^^