06-13-2010, 07:25 AM
Naggerr Wrote:What's happening everyone.
I managed to get the bot running on my first try, and let me say it is amazing!
I'm sort of new with it and was wondering how do I adjust the "check self safe in field" states. I.e. If if my merc gets amp dmg on him do i set that to 1x08 instead of 0x08? I was also wondering how to tell my sorc to go back to town if she needs some healing potions. She has mf gear(blizz spec) and isn't anything like a pure light sorc w/ infinity. She tends to spam pots, and then the game ends since she was about to die =D (When she could have potted.
if u want to remove the curse checks open your chars config file and scroll all the way down and find
change 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 = 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;
this will make the bot not go to town when u get cursed
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;
AI-Hammerdin Wrote:when i click add profile on the manager, it says this:
Run time error '339':
Component 'comdlg32.ocx' or one of its dependencies not correctly registered: a file is missing or invalid
I've downloaded the file comdlg32.ocx but im not sure where to put it or if that's even what i have to do.
Please Help
You are trying to use d2nt 3.1 right? If u are using vista/windows 7 make sure u are running the program as admin.
That file should be in your C:\WINDOWS\system32 and if its missing or corrupt it could be caused by a virus on your pc or many other things.
Try putting the file u downloaded in system32, Post bot letting me know if this fixed your issue. This is a pc issue and bot a bot prob
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]