Skip to content

 //##########################################################################
 // 아이템 설정하기
 //==========================================================================
 // 하급 아이템이니
 //-----------------
 //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");

 // ORIGINAL
 //------------------

 NTConfig_NIPFilePath.push("ori/gems_ori.nip");
 NTConfig_NIPFilePath.push("ori/magics_ori.nip");
 NTConfig_NIPFilePath.push("ori/MyShopBot.nip");
 NTConfig_NIPFilePath.push("ori/rares_ori.nip");
 NTConfig_NIPFilePath.push("ori/ringsamulets_ori.nip");
 NTConfig_NIPFilePath.push("ori/sets_ori.nip");
 NTConfig_NIPFilePath.push("ori/uniques_ori.nip");
 NTConfig_NIPFilePath.push("ori/whites_ori.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");
 //NTConfig_NIPFilePath.push("MyShopBot.nip");
 }

오리지널 이니는 오리(ori)라는 폴더를 만들고 이니들을 모아넣고 위와같이 설정해 주었습니다.
그런데 아래부분에 있는 *흰여울님의 아이템이니는 위와 같이 주석처리를 해놔도 되는건가요?
아니면 오리지널 이니는 흰여울님의 아이템이니 부분을 주석처리 하지 않고 써야 하는건가요..?