날아다녀님 봇 이니에대해서 질문 하겟습니다.
분류
질문
조회 수
1,709
추천 수
0
// 하급 아이템 이니
//------------------
//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");
이렇게 주석처리를 한다면 유니크는 중급 / 나머지는 상급 이니로 주워오는것이 맞는건지
꼭 한가지 이니만써야하는지 초보라 잘모르겟습니다.ㅠㅠ

