D2NT31_NTBot42 사용하는데 아템이니 설정 질문입니다
분류
질문
조회 수
652
추천 수
0
D2NT31_NTBot42 사용하는데 아템이니 설정 질문입니다
D2NT31_NTBot42로 갈아타면서 전에 쓰던 힌여울님의 아템이니를 그대로 가져와
연결을 했습니다..매번 아템이니를 일일이 바꾸는것도 귀찮고해서
아래처럼 연결을 했구요,,,정수에 관한것만 내용자체가 없어서 그것만 keys 란에 만들어넣었습니다
이럿게 해도 전혀 문제가없는건가요? 봇을 돌린지 꽤 오래되는데 전혀 재료관련해서는
가져오는게 없어서...예를 들면 15방상 메이지 라던가
전에 스탠캐릭으로는 하루에 하나 두개는 물어왓던거같은데
지금 95랩햄딘이 한개를 못가져오네요....아템이니가 너무빡빡해서 그런가
아니면 전에 사용하던 아템이니가 지금 D2NT31과는 안맞는건가...잘모르는 저로서는 궁금합니다
//-----------------------------------------------------------------------------------
// SnagIt configuration
// Select one group only (normal / advance / extreme)
//-----------------------------------------------------------------------------------
//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");
}

