Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bot always goes to town whenever amplify damage is cast upon him..help
#1
How do i configure the script so that my baal bot doesn't go to malah to heal everytime amplify damage is cast upon him in the throne room?
Reply
#2
drewtx84 Wrote:How do i configure the script so that my baal bot doesn't go to malah to heal everytime amplify damage is cast upon him in the throne room?
open up your char config located \D2NT\scripts\NTBot\char_configs' and scroll down to the very bottom and you will see 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;
If you don't want the bot to go to town when it has any sort of curse/poison then simply change the above 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;
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Bot goes to town when he or merc is cursed and goes to stash Vnge 3 215 09-27-2011, 03:47 PM
Last Post: bugme143
  D2nt Etal Baal cast delay help DarkGoku 0 332 07-06-2011, 08:23 AM
Last Post: DarkGoku
  tired of my bot going 2 town stoned-juggalo 1 214 06-03-2011, 11:22 AM
Last Post: skidude
  bot cursed and goes to town jebas 2 312 04-15-2011, 03:03 AM
Last Post: jebas
  d2nt 3.1/4.0 pally not casting town portal commhunt 7 1,682 02-26-2011, 05:57 PM
Last Post: PoPimpinnm
  Bot Don't Cast BO VTown707 0 184 02-03-2011, 03:54 AM
Last Post: VTown707
  plz help d2nt bot keep going to town troioiizgiang 0 1,178 04-09-2010, 09:03 AM
Last Post: troioiizgiang
  Diablo II Tele in town or zpickit ShaDoW-GhOsT 11 1,244 12-19-2007, 01:28 AM
Last Post: dannes2
  Question about far cast set up plz help johnatd2 0 239 10-24-2007, 05:18 AM
Last Post: johnatd2
  Hero Editor Town Kill Question afro_box 7 1,661 03-01-2007, 08:24 AM
Last Post: VakAtk1

Forum Jump:


Users browsing this thread: 1 Guest(s)