D2NT 오리 이니 적용
분류
봇관련
조회 수
1,639
추천 수
5
D2NT\scripts\NTBot\item_configs 폴더에서 적용할 이니가있는 폴더로 갑니다.
craft.nip
magic_rare.nip
normal.nip
set.nip
unique.nip
이런파일들이 보이실겁니다.
파일을 열면 아래문구와같은 이니가 설정되어있을것이구요
[Type] == ring && [Quality] == unique # [ItemMaxManaPercent] == 25 // Stone of Jordan
입맛대로 추가하시고, 필요없는것은 //로 제외시켜주시면 되겠습니다.
다음은 설정된 이니를 적용해야겠죠.
D2NT\scripts\NTBot\char_configs 폴더에서
NTConfig_Sorceress.ntl 파일을 열어줍니다.
(오리에서 봇은 소서니... 소서케릭터파일을 열었습니다.)
다음은 아래 문구를 찾아봅시다.
NTConfig_NIPFilePath.push("normal/gems_ori.nip");
NTConfig_NIPFilePath.push("normal/magic_rare.nip");
NTConfig_NIPFilePath.push("normal/potions.nip");
NTConfig_NIPFilePath.push("normal/magic_rare.nip");
NTConfig_NIPFilePath.push("normal/ringsamulets_ori.nip");
NTConfig_NIPFilePath.push("normal/set.nip");
NTConfig_NIPFilePath.push("normal/unique.nip");
NTConfig_NIPFilePath.push("normal/whites_ori.nip");
NTConfig_NIPFilePath.push("normal/MyShopBot.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");
이부분에서 수정한 이니 //가 제외된 Normal 폴더안의 이니경로를 적어줍니다.
NTConfig_NIPFilePath.push("normal/unique_Ori.nip");이런식으로 수정만 해주시면 되겠습니다.
질문이있어 적어봤습니다.
다아는 부분이겠지만요 ^^;;
자세한 이니설정법은 게시물을 검색하시면 더많은분들의 좋은자료들이 많이있습니다.