Blizzard Sector
bot cursed and goes to town - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: bot cursed and goes to town (/thread-47254.html)



bot cursed and goes to town - jebas - 04-14-2011

just wondering if there is a way to set the bot up so that it doesnt go to town every time its cursed cause some games it goes to town 10-12 times in a run. Makes for crapy norm chaos runs lollaugh:


bot cursed and goes to town - Bervan - 04-15-2011

At the bottom of your NTConfig_<CharacterClass>_<CharacterName>.ntj file you will see something close to this:
Code:
// Check self safe in field (NOT in town). Set to 0 if you won't
    // 0x01 : Potion, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 :  Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
    NTConfig_CheckSelfSafe = 0;
    // Check merc's safe in field (NOT in town). Set to 0 if you won't
    // 0x01 : Death, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 :  Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
    NTConfig_CheckMercSafe = 0;

Set the CheckSelfSafe and CheckMercSafe equal to zero. (or just copy and past that code chunk over yours) Big Grin


bot cursed and goes to town - jebas - 04-15-2011

thank you for that
i want sure what all that meant at the bottom of config file
still new to runnin bot so appreciate the help