Skip to content

아이템 이니에 관한 질문입니다.

조회 수
199
추천 수
0
등록일
 옴팡찌니
게시글 주소
https://tradia.me/diablo2/diablo2_faq/353898 복사

 //##########################################################################
 // 아이템 이니 설정하기
 //==========================================================================
 // 하급 아이템 이니
 //------------------
 //NTConfig_NIPFilePath.push("normal/normal.nip");
 //NTConfig_NIPFilePath.push("normal/magic_rare.nip");
 //NTConfig_NIPFilePath.push("normal/set.nip");
 //NTConfig_NIPFilePath.push("normal/unique.nip");
 //NTConfig_NIPFilePath.push("normal/craft.nip");

 // 중급 아이템 이니
 //------------------
 //NTConfig_NIPFilePath.push("advance/normal.nip");
 //NTConfig_NIPFilePath.push("advance/magic_rare.nip");
 //NTConfig_NIPFilePath.push("advance/set.nip");
 //NTConfig_NIPFilePath.push("advance/unique.nip");
 //NTConfig_NIPFilePath.push("advance/craft.nip");

 // 상급 아이템 이니
 //------------------
 //NTConfig_NIPFilePath.push("extreme/normal.nip");
 //NTConfig_NIPFilePath.push("extreme/magic_rare.nip");
 //NTConfig_NIPFilePath.push("extreme/set.nip");
 //NTConfig_NIPFilePath.push("extreme/unique.nip");
 //NTConfig_NIPFilePath.push("extreme/craft.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");

지금이상태가 고급이상만 물어오는 설정으로 알고있는데요

그럼 상급 이상물어오려면 //<< 이 주석을 어디서부터 지워야하는지 좀 알려주세요

아직 개념이 잘 파악이 안되서 잘 모르겟네요'ㅡ'