Results 1 to 4 of 4
  1. #1

    Default D2NT Check Self Safe question

    heya been trying to figure out what the code below is for i most people say dont touch it but no one says why i would like to have a complete understand of the program i use to better program it to do what i want so any info on what the code below is for and how i can use it to my benifit or my demise please inform me .

    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;

  2. #2

    Default

    im no code master or w/e but that is the script that allows your bot to know its own health, mana, and curse status. Then from that it either cleanses its self or keeps going

  3. #3

    Default

    yea i figured it has something to with that i just was wondering if i can edit it to make my bot go to town when posioned cause she flakes on baal runs cause of that when she gets poison she doesnt go to town to heal

  4. #4
    Ancient Jammer74's Avatar
    Join Date
    Jun 2005
    Location
    Toronto,Ontario
    Posts
    452

    Default

    Quote Originally Posted by Bosx View Post
    yea i figured it has something to with that i just was wondering if i can edit it to make my bot go to town when posioned cause she flakes on baal runs cause of that when she gets poison she doesnt go to town to heal
    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 = 0x02|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;
    just add 0x02 where the green is in the script above
    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)

Thread Information

Users Browsing this Thread

There are currently 4 users browsing this thread. (0 members and 4 guests)

Similar Threads

  1. Question about D2NT
    By Xantos in forum Hacks Bots and Editors
    Replies: 4
    Last Post: 02-09-2011, 02:29 PM
  2. Bot: d2nt 3.1 ver dudu script is need check this out
    By ponteer in forum Hacks Bots and Editors
    Replies: 3
    Last Post: 12-29-2010, 12:24 PM
  3. D2NT 3.0 question
    By Gunnz in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 06-22-2010, 09:55 AM
  4. Bot: d2nt safe?
    By fwua in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 09-07-2009, 03:11 AM
  5. Question about D2NT Bot
    By LEMike09 in forum Hacks Bots and Editors
    Replies: 3
    Last Post: 08-14-2009, 05:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •