Page 20 of 68 FirstFirst ... 10181920212230 ... LastLast
Results 381 to 400 of 1355
  1. #381

    Default

    Hi you great gamers!

    I used d2nt before but now I have a problem and realy don't know what to do. Here it is:
    When I run my bot, it can open the window but not log in and actually 'bot'. At the login there comes a message: Battle.net is unable to properly identify your application version.

    Help anyone?

    Many thanks and kind regards

    Bartuck

  2. #382

    Default

    Well.. thanks to Juke, my bot is running swiftly!

    However, I got a questions.. [they do not interfere with my botting, is just that I am curious]..

    I used to use D2NT in 1.12 [I guess].. I think [if I remember correctly] it had a "pause" button, did it not? Instead of stopping the whole bot, I could only pause, control the char and unpause so the bot resumes.. was it not?

    I dont remember seeing that "pause" button in this D2NT3.1.. am I going nuts or I really did not see it? [sometimes pause is more useful than stop]...


    Thanks!

  3. #383

    Default

    Hey there,
    i have a question:
    How can I configure the bot so that he will kill all/most monsters in a certain area?
    my exaxt problem is that,
    If i run the Mausuleum Bot with bloodraven enabeld it just ignores Bloodraven and went down the stairs then it runs some circels and quit without atacing anything

    Thanks!
    Last edited by sayatin; 07-29-2010 at 11:14 PM.

  4. #384

    Default

    Ok.. now I have a real question..

    How can I make the bot stop picking unid magic/rare monarch?

    My item config for magic/rare says NOT to pick any shield..
    My item config for normal says to pick any 0/3/4 open sockets Monarch [non-ethereal]..

    Yet, it picked alreade two or three of those magic/rare monarch and kept it unid at my stash/inventory..

    I know nothing of programming but is it possible to add the line "[flag] != magic && != rare" for my monarch config in "normal items" file??
    Will it fix my prob???


    Thanks!!!
    Last edited by nerull; 07-30-2010 at 01:01 AM.

  5. #385

    Default

    Quote Originally Posted by nerull View Post
    Ok.. now I have a real question..

    How can I make the bot stop picking unid magic/rare monarch?

    My item config for magic/rare says NOT to pick any shield..
    My item config for normal says to pick any 0/3/4 open sockets Monarch [non-ethereal]..

    Yet, it picked alreade two or three of those magic/rare monarch and kept it unid at my stash/inventory..

    I know nothing of programming but is it possible to add the line "[flag] != magic && != rare" for my monarch config in "normal items" file??
    Will it fix my prob???


    Thanks!!!
    Have u set

    // ##### Shields #######################
    [Name] == Monarch && [Quality] == magic && [Flag] != ethereal # [Sockets] >= 4 && [Defense] >= 133 && [FBR] >= 15

    to

    // ##### Shields #######################
    //[Name] == Monarch && [Quality] == magic && [Flag] != ethereal # [Sockets] >= 4 && [Defense] >= 133 && [FBR] >= 15

    in magic_rare item config?

  6. #386

    Default

    I dont remember the whole line [im at work right now] but yeah, Ive put "//" at it coz I dont want to pick rares nor magical monarchs

    However I do have a theory that it is still picking them coz any unid magic/rare monarch equals to the normal in any ways [since in my "normal items file" there is nothing that differs non-magical to magical/rare]

    I could be wrong, but what I am sure is that 2 days ago I double slashed the magic/rare monarch line..

  7. #387

    Default

    Quote Originally Posted by nerull View Post
    I dont remember the whole line [im at work right now] but yeah, Ive put "//" at it coz I dont want to pick rares nor magical monarchs

    However I do have a theory that it is still picking them coz any unid magic/rare monarch equals to the normal in any ways [since in my "normal items file" there is nothing that differs non-magical to magical/rare]

    I could be wrong, but what I am sure is that 2 days ago I double slashed the magic/rare monarch line..
    Its not the same comand line
    in the normal file line is
    [Name] == Monarch && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 5 // Phoenix or Spirit

    so mby u have edited the file for the wrong difficult (normal/nightmare/hell) ?
    if u // the [Name] == Monarch && [Quality] == magic...
    it shouldent pick up any magic monarch
    Last edited by sayatin; 07-30-2010 at 02:51 AM.

  8. #388

    Default

    Great tutorial mate, but I've got one question.

    I'm currently running public games, diaruns etc. When the bot creates game, it appear to set maxplayer to 4. How can i make the bot to change it to 8 players?

    Rsvp

    Best regards!

  9. #389

    Default

    Quote Originally Posted by sayatin View Post
    Its not the same comand line
    in the normal file line is
    [Name] == Monarch && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 5 // Phoenix or Spirit

    so mby u have edited the file for the wrong difficult (normal/nightmare/hell) ?
    if u // the [Name] == Monarch && [Quality] == magic...
    it shouldent pick up any magic monarch
    I only removed the "&& [EnhancedDefense] >= 5" and changed the "&& [Quality] == superior" to ">=normal"..

    So my line is like this:
    "[Name] == Monarch && [Quality] >= normal && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) // Phoenix or Spirit"

    With that, I should be able to pick any normal and superior Monarch, right? Or should I change the "[Quality] >= normal" to "([Quality] == normal || [Quality] == superior)"?

    But anyway, my magic/rare is double slashed and the file that I editted is the one being used [checked at the char bot file]..


    It is running smoothly, the only setback is that.. it still picks magic/rare monarch.. =/


    Thanks!

    ---------- Post added at 02:15 PM ---------- Previous post was at 02:13 PM ----------

    Quote Originally Posted by Alexsolheim View Post
    Great tutorial mate, but I've got one question.

    I'm currently running public games, diaruns etc. When the bot creates game, it appear to set maxplayer to 4. How can i make the bot to change it to 8 players?

    Rsvp

    Best regards!
    Isnt your Diablo 2 set to 4 players?
    Do a test.. run your Diablo 2 and create a game.. check if its 4 or 8 players.. if its 4, you might wanna check the level difference too.. change to 8 players and uncheck the level difference box..

    Try to run bot again..


    Any change?

  10. #390

    Default

    Quote Originally Posted by nerull View Post
    I only removed the "&& [EnhancedDefense] >= 5" and changed the "&& [Quality] == superior" to ">=normal"..

    So my line is like this:
    "[Name] == Monarch && [Quality] >= normal && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) // Phoenix or Spirit"

    With that, I should be able to pick any normal and superior Monarch, right? Or should I change the "[Quality] >= normal" to "([Quality] == normal || [Quality] == superior)"?

    But anyway, my magic/rare is double slashed and the file that I editted is the one being used [checked at the char bot file]..


    It is running smoothly, the only setback is that.. it still picks magic/rare monarch.. =/
    hmm mby >=normal includes magic, dunno how its coded mby try
    "[Name] == Monarch && [Quality] >= normal && [Quality] != magic && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) // Phoenix or Spirit"
    but dunno if this works or if it will crash the bot cause of 2x [Quality] argument

    btw my bot still wont atc any monsters....
    //------------------------------------------------------------------------------
    // Attack configuration
    //------------------------------------------------------------------------------
    NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
    NTConfig_AttackSkill[1] = 0; // Primary skill to boss.
    NTConfig_AttackSkill[2] = 0; // Primary aura to boss. Set to 0 if you won't
    NTConfig_AttackSkill[3] = 0; // Primary skill to others.
    NTConfig_AttackSkill[4] = 0; // Primary aura to others. Set to 0 if you won't
    NTConfig_AttackSkill[5] = 0; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
    NTConfig_AttackSkill[6] = 0; // Secondary aura. Set to 0 if you won't
    NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.
    0 is for normal meelee atc or is this wrong?

  11. #391

    Default

    It's set to 4 players. But i want it to be set on 8 players. Do i have to change anything in the configs to make the bot automatic set the max players to 8 ? The level difference is fine. I just need maxplayers to be 8 and not 4.

    ---------- Post added at 06:39 PM ---------- Previous post was at 06:37 PM ----------

    Found solution. Thanks for your time sir

  12. #392

    Default

    Quote Originally Posted by sayatin View Post
    hmm mby >=normal includes magic, dunno how its coded mby try
    "[Name] == Monarch && [Quality] >= normal && [Quality] != magic && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) // Phoenix or Spirit"
    but dunno if this works or if it will crash the bot cause of 2x [Quality] argument

    btw my bot still wont atc any monsters....
    //------------------------------------------------------------------------------
    // Attack configuration
    //------------------------------------------------------------------------------
    NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
    NTConfig_AttackSkill[1] = 0; // Primary skill to boss.
    NTConfig_AttackSkill[2] = 0; // Primary aura to boss. Set to 0 if you won't
    NTConfig_AttackSkill[3] = 0; // Primary skill to others.
    NTConfig_AttackSkill[4] = 0; // Primary aura to others. Set to 0 if you won't
    NTConfig_AttackSkill[5] = 0; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
    NTConfig_AttackSkill[6] = 0; // Secondary aura. Set to 0 if you won't
    NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.
    0 is for normal meelee atc or is this wrong?
    0 means no skill configured.. so you are not gonna attack, no matter how many times you put the bot to run..

    What char are you? light sorc? other sorc? hdin? etc.

    ---------- Post added at 03:06 PM ---------- Previous post was at 03:05 PM ----------

    Quote Originally Posted by Alexsolheim View Post
    It's set to 4 players. But i want it to be set on 8 players. Do i have to change anything in the configs to make the bot automatic set the max players to 8 ? The level difference is fine. I just need maxplayers to be 8 and not 4.

    ---------- Post added at 06:39 PM ---------- Previous post was at 06:37 PM ----------

    Found solution. Thanks for your time sir
    Try running Diablo 2 and changing your room-creation config to "8 players" and "no level difference"..
    Try to run bot afterwards..

  13. #393

    Default

    my char is a Paladin
    primary atc should be Vangence with Conviction Aura
    but atm im trying to get just Left hand Swing atc to work ... if im right it should be 5, or?

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

    hes moving into the dungon and looting the chest but he wont atc ...
    is there a problem with melee atc without ae ? cause with my Tornado Druid all is fine he ports in cast hurricane and tornados etc...
    but with the Avenger Pala nothing works ...

    did the thing with ur shield work out ?

  14. #394

    Default

    Quote Originally Posted by sayatin View Post
    my char is a Paladin
    primary atc should be Vangence with Conviction Aura
    but atm im trying to get just Left hand Swing atc to work ... if im right it should be 5, or?

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

    hes moving into the dungon and looting the chest but he wont atc ...
    is there a problem with melee atc without ae ? cause with my Tornado Druid all is fine he ports in cast hurricane and tornados etc...
    but with the Avenger Pala nothing works ...

    did the thing with ur shield work out ?
    Havent tried.. still at work and will only be home in about 7 or 8 hours..

    I dont know how to make melee bot.. only spellcasters.. sorry.. I am way newbie in this.. =/

    But I dont really think the line "NTConfig_AttackSkill[0] = 5; // First skill. Set to 0 if you won't" should be 5.. mine is 0, but my char is a sorc, so I dont know..
    Try leaving it 0 and run the bot.. see if it works..

  15. #395

    Default

    Quote Originally Posted by GalaxyBounce View Post
    Sometimes I get this error and my bot stops for hours:


    I can't figure out where the syntax error is. Here is my "NTItemParser.ntj" file.
    Please help.
    This please...
    Any suggestions/comments/help would be greatly appreciated.
    Thanks.

  16. #396

    Default

    Quote Originally Posted by fearpb View Post
    Okay, I took a screen shot for you guys this time.

    Here is the error I have been getting, even if I disable baal and select another bot it gives me the same error but with said bots name.



    I would love to finally get this working. Any input would greatly be appreciated.
    Bump, please any help would be amazing.

  17. #397

    Default

    @ Sayatin

    YES.. it worked!!

    I changed my monarch line to "[Name] == Monarch && ([Quality] == normal || [Quality] == superior)" and I got my first non magic/rare monarch..

    My guess is that the the itens follow this order:

    crude > low quality > normal > superior > magic > rare > set > unique

    So when I put "[Quality] >= normal" and left blank afterwards, it would have found anything normal, superior, magical [unid], rare [unid] and unique [unid].. since I dont suppose/remember there is any monarch set..


    Nonetheless it worked!! =D

    Hope your prob [and everybody else's] get fixed quickly so to enjoy the potencial of this bot!!!

  18. #398

    Default

    How can I remove so the bot won't go to a healer when he has a curse on him? Greatly appriciated if anyone could hlep me out. Thanks.

    EDIT: Oh and what do I do if I want to make that the bot puts the new found item into the stash instead of waiting till it's inventory is full? and isn't it easier if he identified with cain? :P if it's possible how?

    I also am getting this error and the bot stops when it occurs:

    Last edited by enigmishh; 08-01-2010 at 01:50 PM.

  19. #399

    Default

    hi, i keep getting the message

    NTPindleskin.ntj : NTM_UsePortal() failed (Harrogath)


    then

    NTTheshSocket.ntj : NTTM_CheckAct() failed (Frigid Highlands)


    then its just keeps on failing every command....idk wtf to do can someone give me some help and insight please...

  20. #400

    Default

    how can i set that the bot buys big potions and not only small mp/hp ?

Page 20 of 68 FirstFirst ... 10181920212230 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 3 users browsing this thread. (0 members and 3 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
  •