Blizzard Sector
D2NT Bot Itemconfig question and one other problem - 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: D2NT Bot Itemconfig question and one other problem (/thread-47580.html)



D2NT Bot Itemconfig question and one other problem - quizzy51 - 09-10-2011

I am currently running D2NT31_NTBot42 with a paladin.

I did as much research as I can before making this thread and I don't want to seem like I am making posts that already have existed that can help me with these problems. Please help me out if you guys can thanks Big Grin

(First Problem)

Under Itemconfig folder theres 3 files Advance,Extreme and Normal. Do I have to remove the Advance and Extreme files from the script folder if I just want my bot to pick up all the items that are listed in the Normal folder or do I just leave all 3 files as it is? I've tried taking both the files out before and ran it only on Normal itemconfig but the bot ran 52 runs and didn't pick up one thing including full rejuv!!

(Second Problem)

Every time I am running Chaos a random Oblivion Knight would cast amplify on my paladin causing it to make a town portal and going to the healer to get rid of it. I know you probably have to do something with safecheck code but I can't figure it out. I am assuming this is the code I have to mess with but I don't know what to do.

// 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 = 0x04|0x40;
// 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 = 0x01|0x04|0x10|0x40;

NTConfig_UseRedemptionHP = 80; // Use Redemption if under this percent of life. Set to 0 if you won't
NTConfig_UseRedemptionMP = 60; // Use Redemption if under this percent of mana. Set to 0 if you won't

And also how do I set my paladin to use redemption after raping monster instead of using up all my full rejuv.