오리용 파볼오브소서 캐릭터 파일 설정문의입니다.
분류
질문
조회 수
1,745
추천 수
0
날아다녀님 7차 수정본입니다.
블리소서용으로 되어있는데 파볼오브에도 적용가능한가해서 질문드려요
사냥턴 설정은 저렇게 되있고 나머지는 주석처리 되있습니다.
또한 오리 아이탬 이니는 아래와 같이 놓았을 때
item_config 폴더 안의 xxx_ori 를 적용받는건가요?
//--------------------------------------------------------------------------
// 오리지널 블리자드 소서리스용 사냥터
//--------------------------------------------------------------------------
NTConfig_Script.push("MyAndariel.ntj"); // 안다리엘 안전하게 잡기
MyConfig_MyAndarielKill = 0; // 0: 왼쪽 벽/ 1: 머리 찍기/ 2: 입구 근처 상자 쌓여있는 곳
MyConfig_MyAndarielLeechBot = 0; // 0: 사용 안함/ 1: 쫄봇(멈춤)/ 2: 쫄봇(움직임)
MyConfig_MyAndarielAntidotePotion = 0; // 사 먹을 해독포션 개수
NTConfig_Script.push("MyDuriel.ntj"); // 듀리얼 안전하게 잡기
MyConfig_MyDurielKill = 0; // 0: 맞짱/ 1: 거리 유지하기/ 2: 티리얼 있는 곳으로 유인하기
MyConfig_MyDurielLeechBot = 0; // 0: 사용 안함/ 1: 쫄봇(멈춤)/ 2: 쫄봇(움직임)
NTConfig_Script.push("MyMephisto.ntj"); // 메피스토 안전하게 잡기
MyConfig_MyMephistoKill = 0; // 0: 맞짱/ 1: 강 쪽으로 유인하기
MyConfig_MyMephistoCouncilMember = false; // 카운슬 멤버 잡기
MyConfig_MyMephistoLeechBot = 0; // 0: 사용 안함/ 1: 쫄봇(멈춤)/ 2: 쫄봇(움직임)
//##########################################################################
// 아이템 설정하기
//==========================================================================
// 하급 아이템 이니
//------------------
//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");
}