Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make my bot stop
#1
How do I make my bot stop going into town after iron maiden spell is casted on him. Its annoying and keeps going in and out of town in chaos runs. What file do i go to edit ? and what do i edit?
?
Reply
#2
iron maiden isn't cast in chaos sanc anymore,as of patch 1.13
but you can edit this portion of your charactername config to modify for decrepify,poison,amp damage ect
its located at the bottom of the file and looks like 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
    [COLOR=DarkOrange]NTConfig_CheckSelfSafe = 0x04|0x08|0x40;[/COLOR]
    // 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
    [COLOR=Olive]NTConfig_CheckMercSafe = 0x01|0x04|0x10|0x40;[/COLOR]

the orange line is where you config for yourself and the green line is where you config for your merc, if you dont wanna use this function just put a zero in place of the numbers like 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
     [COLOR=DarkOrange]NTConfig_CheckSelfSafe = 0[/COLOR]
     // 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
     [COLOR=Olive]NTConfig_CheckMercSafe = 0[/COLOR]

[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply
#3
Jammer74 Wrote:iron maiden isn't cast in chaos sanc anymore,as of patch 1.13
but you can edit this portion of your charactername config to modify for decrepify,poison,amp damage ect
its located at the bottom of the file and looks like 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
    [COLOR=darkorange]NTConfig_CheckSelfSafe = 0x04|0x08|0x40;[/COLOR]
    // 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
    [COLOR=olive]NTConfig_CheckMercSafe = 0x01|0x04|0x10|0x40;[/COLOR]
the orange line is where you config for yourself and the green line is where you config for your merc, if you dont wanna use this function just put a zero in place of the numbers like 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
     [COLOR=darkorange]NTConfig_CheckSelfSafe = 0[/COLOR]
     // 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
     [COLOR=olive]NTConfig_CheckMercSafe = 0[/COLOR]

thx this really helped
Reply
#4
my pleasure,if you need anything else just ask
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to set up the d2nt bot so it'll stop after 10 runs for awhile then restart ? asn831 13 320 06-06-2012, 07:06 AM
Last Post: comper
  Starting to make some LLD pickits bmxrider1279 30 824 04-09-2012, 01:12 PM
Last Post: comper
  Can I make my bot pick up items to sell for gold? Romis 3 406 02-02-2012, 08:37 AM
Last Post: comper
  Make me a walkthrough sigley89 15 475 02-01-2012, 01:47 PM
Last Post: comper
  How to make second skill work on baal on round 2 imune to magic cezars 7 479 09-01-2011, 12:25 PM
Last Post: kevinbod
  I use GVetal but i want to kno how do i make my Druid bot summon a Grizzly to tank? DarkGoku 4 616 06-26-2011, 04:28 PM
Last Post: DarkGoku
  How to make My bot Clear Arcane Sanctuary? canadasim 0 188 06-09-2011, 02:44 AM
Last Post: canadasim
  Help me Make Bot Do Only Pindle,Andy,Meph Please Dissarray 5 389 05-15-2011, 04:38 PM
Last Post: skidude
  Anyone have or can make this script? Pauluk1986 1 221 05-15-2011, 04:14 PM
Last Post: skidude
  How do I make bot use Smite on certain bosses like Andy, Mephy, Baal Quill9820 2 257 04-26-2011, 12:25 AM
Last Post: Valdez

Forum Jump:


Users browsing this thread: 1 Guest(s)