Page 28 of 68 FirstFirst ... 18262728293038 ... LastLast
Results 541 to 560 of 1355
  1. #541

    Default

    how can I change the order of the bosses that the bot does...I assume if I just re-arrange them it should work but I'd like to know from someone who knows for sure.

  2. #542

    Default need a little help

    Im running windows 7 64 bit and just downloaded this. i configed the bot like the tutorial says. however when i click run i get this "The exception unknown software exception 9Oxcoooo417) occurred in the application at location Ox1oo9oa62 can anyone tell me how to fix this. also im pretty dumb when it comes to stuff but if u give me detailed directions i can follow them. thanks in advance to anyone who helps/trys to help. I Am running as admin. still reading all the posts to try to resolve this but still ned an answer as of now thanks
    Last edited by thetruelestat; 12-06-2010 at 06:05 PM.

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

    Default

    Quote Originally Posted by JustinVoorhees View Post
    how can I change the order of the bosses that the bot does...I assume if I just re-arrange them it should work but I'd like to know from someone who knows for sure.
    Yeah thats how you do it.
    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)

  4. #544

    Default

    hey i also have a small problem with the bot and wish and in all reality pray someone can help me. i downloaded D2NT bot yesterday 3.1 btw and i got it to login for me and create game for me but when it joins it just sits there. then gives me a message saying in red reference error (17 : NT_LoadConfig Not Defined! then in blue says loaded default config. it seems easy to fix but im not a genious like u guys and would like to get help with it i will be in debt to anyone that can help me get it running. plz and thank u!

  5. #545

    Default

    For some reason I can't redownload D2NT? Could an admin explain why?

  6. #546

    Default

    I looked through the website and could not find a way to run two characters at once using this bot.

    I'm looking to run my MF Blizz sorc and use a backup character as support. Is there a way to set this up like Auto-party and having them work together in the same game?

  7. #547

    Default

    ummm I keep getting a temporary ban with my bot and I don't know why. Each run it does is 10+ minutes because I have it running almost everything. It does sometimes less than 6 runs an hour...anyone know why this would be happening?

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

    Default

    Well chickens and restarts can cause problems in this area,so can alot of FTJ's and connection interrupts.Unstable internet connections can also cause it.As a suggestion try running the bot in Nightmare instead of hell and see if that helps.
    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)

  9. #549

    Default

    So, I'm not sure if it's been said before, but I noticed an issue. It's odd as it only occurs with one of my setups. But, for some reason, anytime I try to run the bot using the character in the first position, I get this error:



    however, when i run the same on the 2nd position in the account screen, I do not have the same issue. Any light that you could shed on this issue would be greatly appreciated.

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

    Default

    Do both characters use the same pickit?
    usually the missing before statement means that the bracket [ is missing before the name in the item pickit like instead of [Name] == crystalsword it would be Name] == crystalsword with the second one being the incorrect one.If they both use the same pickit still try using control f in all the pickits that you use and search for Name] ==.
    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)

  11. #551

    Default

    well, it says the syntax error is a ; ... but yes, they are both using the same exact set up and are both paladins. the paladin on one of my accounts that works is in the 2nd position, whereas my pally on the other account is in the 1st position and comes up with that error. i can test with an unedited version.

    EDIT:

    After I re-unpacked it, I tested each of the scripts i had modified, one at a time, on the newly unpacked version. I have all the scripts that i modified up on the newly unpacked version, and its running smoothly, must've been one of those weird things. Literally every aspect is the same as the previously modified version since it has the same scripts, but one works and the other doesn't. No biggie as it is fully functional now :-D
    Last edited by cranzion; 12-14-2010 at 09:58 AM.

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

    Default

    Sometimes it pays to keep on trying things.Eventually something has gotta work
    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)

  13. #553

    Default

    yup. it works perfectly now. just needed to re unzip the initial file and replace the unique item file and paladin config file with the previous version. Now i have all the previous settings that didnt work on the first instance, but worked in the second. No idea what the difference is, but it works now, so I'm a happy camper.

  14. #554

    Default need help on sorc config

    maybe im an idiot..im new at this and im trying to figure out exactly how to make my sorc attack with lightning..

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

    Default

    Quote Originally Posted by brokenathlete07 View Post
    maybe im an idiot..im new at this and im trying to figure out exactly how to make my sorc attack with lightning..
    No such thing as a dumb question,except the one that doesn't get asked,anyway to make the sorc attack with lightning look at this part of
    D2NT31_NTBot42\D2NT\scripts\NTBot\char_configs

    //------------------------------------------------------------------------------
    // Attack configuration
    //------------------------------------------------------------------------------
    NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
    NTConfig_AttackSkill[1] = 49; // Primary skill to boss.
    NTConfig_AttackSkill[2] = 0; // Primary untimed skill to boss. Set to 0 if you won't
    NTConfig_AttackSkill[3] = 53; // Primary skill to others.
    NTConfig_AttackSkill[4] = 0; // Primary untimed skill to others. Set to 0 if you won't
    NTConfig_AttackSkill[5] = 53; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
    NTConfig_AttackSkill[6] = 0; // Secondary untimed skill. Set to 0 if you won't
    NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.

    // 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|0x08|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;

    NTConfig_CastStatic = 78; // Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't
    }


    Its located at the very bottom of the config file and incidentally this is a lite sorc setup,49 is for lightning and 53 is chain lightning and the reason i have it set to hit immunes with chain lightning is that I use an infinity merc and chain lightning takes out all the additional monsters,while my merc attacks the light immune boss.If you want to use lightning exclusively just change the 53's to 49's but unless
    your chain lightning damage is really low,I highly recommend using chain lightning.This is my sorc's damages with strictly mf gear and they work just fine.

    Screenshot001.jpg
    Last edited by Jammer74; 12-15-2010 at 08:06 AM.
    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)

  16. #556

    Default

    i cant seem to get this program to work. dont know how to set up chara or anything im new to this any help?

    ---------- Post added at 07:39 PM ---------- Previous post was at 06:57 PM ----------

    i got my cd keys from the blizz.net for digital download i cant find the file for the cd keys any help?

  17. #557

    Default

    Hi u guys.

    Nice guide. +Rep.
    but i seem to have a problem.. or i dont know. i'm runing with a hammerdin, but i do not have enigma yet. and i cannot find out how to run it without ? can the bot do runs, if u dont have enigma , or do i have to reroll, (or get enigma) ?
    thanks for our time.

  18. #558

    Default

    how do you pause the bot mid game? I got it working fine accept at one point andy dropped a gheeds and the bot just ignored it, so is there a way to pause the bot without closing the window?

  19. #559

    Default

    Quote Originally Posted by dragon13 View Post
    how do you pause the bot mid game? I got it working fine accept at one point andy dropped a gheeds and the bot just ignored it, so is there a way to pause the bot without closing the window?
    Yes, press the "pause" key near the top right of the keyboard.

  20. #560

    Default

    o sweet ty much, i had no idea about that lol

Page 28 of 68 FirstFirst ... 18262728293038 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Tutorial Request
    By Foog in forum Graphics and Art
    Replies: 31
    Last Post: 10-22-2008, 04:59 PM
  2. Full sig tutorial
    By Foog in forum Graphics and Art
    Replies: 4
    Last Post: 06-29-2005, 07:07 AM
  3. My Tutorial
    By Seraphim in forum Small Talk
    Replies: 11
    Last Post: 01-08-2005, 02:22 PM
  4. Help with Tutorial
    By Warslut in forum Graphics and Art
    Replies: 3
    Last Post: 05-20-2004, 08:52 AM
  5. Help, newbie needs tutorial
    By rbarrett in forum Graphics and Art
    Replies: 7
    Last Post: 01-30-2004, 05:54 AM

Tags for this Thread

Posting Permissions

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