Skip to content

오리지널 봇 질문드립니다.

조회 수
322
추천 수
0
등록일
 알렌맥스
게시글 주소
https://tradia.me/diablo2/diablo2_faq/360660 복사

날아다녀님 봇에서
아이템이니 하급,중급,상급,고급이니 설정하는 부분중 고급이니 부분인데요.

 // 고급 아이템이니 * 흰여울님의 아이템이니 입니다.
 //-------------------------------------------------
 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");
 }

이중에 오리지널봇 고급아이템이니를 사용하려면
위와같이 확장용아이템이니 NTConfig앞에 //만 하면 되는건가요???

아시는분 좀 알려주세요.