날아다녀님 12차 케릭터 설정 부분 조언 받으려 합니다.. (__)
분류
질문
조회 수
511
추천 수
0
날아 다녀님 12차 버전을 쓰고 있습니다..
캐릭 설정을 다 끝맞춘 상황인대
좀 정확치 않은 것이 있어서 여쭤 보려 합니다..
현재 아래와 같이.. 중급 이니에 주석만 더 재거 해놓은 상태 입니다.
//##########################################################################
// 아이템 설정하기
//==========================================================================
// 하급 아이템이니
//-----------------
//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");
// 고급 아이템이니 * 흰여울님의 아이템이니 입니다.
//-------------------------------------------------
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");
이렇게만 하면 중급 용 이니를 주워 오는건가요??
그렇다면 item_configs 여기에 있는 아이템 이니의 중급용을 적용 시키는 건가요??
들어가서 열어 보니 흰여울님깨서 만든 이니던대 전부 최상급만 적용 시켜놓으신듯해서..T^T
알바 소순이가 2틀동안 가져 온거라곤 말룬 풀룬 정도내요..ㅎ.ㅎㅎ
혹시 이니 설정이 잘못 된것이 아닌가 해서 질문 드려요.. (__)

