Skip to content

날아다녀님 덕분에 안전하게 봇 사용하고 있습니다..감사합니다... 오리유저인데요...

지금 현재 아래와 같이 설정 되었는데... 오리전용으로 되어 있는건가요..?


 // 아이템 이니 설정하기
 //==========================================================================
 // 하급 아이템 이니
 //------------------
 //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");
 }


또한 오리시절로 설정되었다면...Item_configs에 있는 rares_ori.nip 속에...

[Name] == ExecutionerSword && [Quality] == rare # ([EnhancedDamage] >= 160 || ([EnhancedDamage] >= 150 && ([BarbarianSkills] == 2 || [ItemReqpercent] == -20 || [ItemReqpercent] == -30))) //

[Name] == Lance && [Quality] == rare # ([EnhancedDamage] >= 160 || ([EnhancedDamage] >= 150 && ([Durability] == 75 || [BarbarianSkills] == 2 || [ItemReqpercent] == -20 || [ItemReqpercent] == -30))) //

위부분 해석이... 익스검, 랜스는 160증뎀이상은 줍고...150이하는 버린다는 뜻인가요..?

그리고 마지막으로 오리전용은 아이템 이니 하급, 중급, 상급 이니 설정할 필요가 없는지요..

한번에 너무 많이 물어봐서 죄송합니다..;; 좋은 하루 보내세요...