Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tired of my bot going 2 town
#1
ok so my bot keeps going to town everytime he's crused and its really annoying i was wondering how 2 make it so he stops going to town everytime hes cursed
Reply
#2
Go to your char's config and scroll all the way down and u 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;

Change it 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 214 09-27-2011, 03:47 PM
Last Post: bugme143
  bot cursed and goes to town jebas 2 311 04-15-2011, 03:03 AM
Last Post: jebas
  d2nt 3.1/4.0 pally not casting town portal commhunt 7 1,679 02-26-2011, 05:57 PM
Last Post: PoPimpinnm
  Bot always goes to town whenever amplify damage is cast upon him..help drewtx84 1 392 06-22-2010, 10:28 AM
Last Post: skidude
  plz help d2nt bot keep going to town troioiizgiang 0 1,176 04-09-2010, 09:03 AM
Last Post: troioiizgiang
  For those of you who are tired of getting tppked here is your chance for revenge. TppkKiller 0 469 03-13-2008, 12:26 AM
Last Post: TppkKiller
  Diablo II Tele in town or zpickit ShaDoW-GhOsT 11 1,244 12-19-2007, 01:28 AM
Last Post: dannes2
  VERY TIRED D2loader help again spartand117 0 312 07-11-2007, 02:26 AM
Last Post: spartand117
  Hero Editor Town Kill Question afro_box 7 1,657 03-01-2007, 08:24 AM
Last Post: VakAtk1
  ok, im tired of this liddo_kun 48 1,836 12-22-2006, 11:46 AM
Last Post: PoTatoes

Forum Jump:


Users browsing this thread: 1 Guest(s)