헤븐리스톤님 봇사용자인대 이니설정좀 문의하겠습니다
분류
질문
조회 수
1,191
추천 수
0
헤븐리스톤님 봇사용한지 이틀됐는대요
캐릭안에 이니있는대 Select one group only (normal / advance / extreme)이부분을
노말로만 하구싶으면 advance / extreme 이두게를 삭재해야 하는건가요
아니면 건드리지말구 게속사용하나요
//-----------------------------------------------------------------------------------
// SnagIt configuration
// Select one group only (normal / advance / extreme)
//-----------------------------------------------------------------------------------
if (me.gametype)
{ // 확장용 아이템 이니
NTConfig_NIPFilePath.push("gems.nip");
NTConfig_NIPFilePath.push("crafteds.nip");
NTConfig_NIPFilePath.push("keys.nip");
NTConfig_NIPFilePath.push("magics.nip");
NTConfig_NIPFilePath.push("potions.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");

