안녕하세요. 아이템 설정과 디아런 설정에 관해 여쭙니다.
분류
질문
조회 수
1,465
추천 수
-1
요 아래는요. 19차 날아다녀님의 char_configs 에서 일부분을 복사했는데요.
저는 저렇게 해놓고 다니는데요. 이상하게 봇순이하고 봇돌이가 늘 창고에 물어놓는것이라고는 듀리엘잡으면 나오는 정수뿐이더군요. 만 하루를 돌려도 그래요. 도대체 왜 아무것도 안 물어올까요? 너무 상급이라서 그러나요? 상급이라도 정수는 하급아닌가요?
뭘 손봐야 할지요? 저 아래서요. 중급으로 해볼까 하고 확장용 중급이니 앞의 // 이것들을 모두 없앴더니 오류나면서 안되는거 같던데요. 그러면 안되나요?
두번쨰 질문요!
렙업을 하기 위해 디아런과 바알런을 많이 시키고 싶은데요. 그것은 19차에서 뭘 수정하면 될 까요?
자세한 설명좀 부탁드릴꼐요. 진심으로 감사합니다. 꾸벅
//##########################################################################
// 아이템 설정하기
//==========================================================================
// 확장용 하급 아이템이니
//------------------------
//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");
// 한글815 님의 확장용 최상급 아이템이니입니다.
//----------------------------------------------
//NTConfig_NIPFilePath.push("한글815/craft_amulet.nip");
//NTConfig_NIPFilePath.push("한글815/craft_armor.nip");
//NTConfig_NIPFilePath.push("한글815/craft_ring.nip");
//NTConfig_NIPFilePath.push("한글815/essence.nip");
//NTConfig_NIPFilePath.push("한글815/key.nip");
//NTConfig_NIPFilePath.push("한글815/magic_charm.nip");
//NTConfig_NIPFilePath.push("한글815/magic_rare_amulet.nip");
//NTConfig_NIPFilePath.push("한글815/magic_rare_arm.nip");
//NTConfig_NIPFilePath.push("한글815/magic_rare_armor.nip");
//NTConfig_NIPFilePath.push("한글815/magic_rare_jewel.nip");
//NTConfig_NIPFilePath.push("한글815/magic_rare_ring.nip");
//NTConfig_NIPFilePath.push("한글815/normal.nip");
//NTConfig_NIPFilePath.push("한글815/orb.nip");
//NTConfig_NIPFilePath.push("한글815/set.nip");
//NTConfig_NIPFilePath.push("한글815/unique.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");
}

