하급 이니로 설정 했을때 표시안된 아이템도 줏어오나요?
분류
질문
조회 수
1,734
추천 수
0
D2nt 3.1 NtBot 4.2_1 버전입니다.
밑에 글처럼 케릭터 이니를 설정했습니다.
질문1. 하급이니 내용을 보면 상급 이니 보다 없는 내용이 많더군요
이런경우에 하급이니에 없고 상급이니에 있는 아이템은 어떻게 되는건가요?
줏어 온다면 옵션 상관없이 줏어오는건가요?
질문2. 아래처럼 설정했을시 노말 폴더 안에 없는 이니는 폴더 밖에 있는 이니들이 적용되는건가요?
ex) gems.nip , charmsjewels.nip
질문3. 노말 폴더 밖에 이니들이 적용된다면 하급으로 적용 되나요 아니면 현재 이니 상태로 적용되나요?
// 하급 아이템 이니
//------------------
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");

