Page 3 of 4 FirstFirst 1234 LastLast
Results 41 to 60 of 77
  1. #41
    Newcomer
    Join Date
    Nov 2010
    Battle Tag
    Trd20v
    Posts
    13

    Default

    Firstly thanx for those who create this amazing programe. I haven't install yet but just wanted to asked few question before i do anything !
    1. Does it neccassary to do step 9-13 (xml logging)
    2. All i wanted, is to know where the bot find the items.
    3. I did not even used my bot to craft anything !
    4. Not even wanted to know when and where the bot sell items
    Hope my question is clear , so if i follow the step instruction ? until which steps i need to modify the code ?
    Thanx

  2. #42

    Default

    Having a problem.. just copied all the raw outputs for common, town etc.. But still having problem running it..
    Dont whant xml logging so i copied the files and went to step 13. But couldn't finish the 13 step cuz i can't find the logs/loc folder?! I don't have it. Should it be in the d2nt folder?
    <D2NT Error> C:\users\me\desktop\d2nt\scripts\libs\common\NTCom mon.ntl (756) : TypeError:_hfile is null


    Help pls


    Edit: Okej.. found the logs folder in the zip file for xml (wich i skipped). Tried to go with the xml logging thought it might make a difference and work, but no. Still get the same error..



    Okej, i think i solved the problem.. in the NTCommon.ntl file.. go to row nr 754:
    var _hfile = FileOpen("logs/loc/" + me.charname + "_LocInfo.txt", 0); // open file for writing

    change to:
    var _hfile = FileOpen("logs/loc/" + me.charname + "_LocInfo.txt", 1); // open file for writing
    Last edited by sebbe31; 02-09-2011 at 04:36 PM.

  3. #43
    Forum Member oramified's Avatar
    Join Date
    Feb 2011
    Location
    Ohio, USA
    Posts
    68

    Default

    Just installed this logging script, works like a charm. I love knowing where I found items and what I have sold so I can fix my pick-it. Big thanks to the creator.

  4. #44

    Default

    seems like ppl are havin some problems with this and i dont wanna mess up my bot...is there like a bot that comes with it already installed

  5. #45
    Forum Member oramified's Avatar
    Join Date
    Feb 2011
    Location
    Ohio, USA
    Posts
    68

    Default

    i can zip mine up and send it to you, but mine isn't stock. I have made many additions and changes to the bot's script as well as the pick it. Let me know if that's something you would like.

    However, the instructions given were perfect and I was able to install it with no trouble at all. I followed it step by step, you just need to make sure you are copying everything completely and not leaving out any brackets or anything.

    I love the additional logging, and highly recommend doing the installation.

  6. #46

    Default

    Hmm i seem to be having issues with item colors in the xml log for attack speed and Item name and type not it gives me "yco" color code instead of the colors any idea why ?
    Last edited by ironraptor04; 03-05-2011 at 10:02 AM.

  7. #47

    Default

    Quote Originally Posted by oramified View Post
    i can zip mine up and send it to you, but mine isn't stock. I have made many additions and changes to the bot's script as well as the pick it. Let me know if that's something you would like.

    However, the instructions given were perfect and I was able to install it with no trouble at all. I followed it step by step, you just need to make sure you are copying everything completely and not leaving out any brackets or anything.

    I love the additional logging, and highly recommend doing the installation.
    I highly recommend it becoming standard on next version of D2NT, Thanx. Also i was able to follow all instructions to the letter and it has no glitches or hiccups. Works great thnaks alot guys.

  8. #48

    Default

    Quote Originally Posted by Juebarb-heroj View Post
    I highly recommend it becoming standard on next version of D2NT, Thanx. Also i was able to follow all instructions to the letter and it has no glitches or hiccups. Works great thnaks alot guys.
    what version of windows are u running just of curiosity... cause i know i copyed everything to a tee... and mine works just some of the colors are messed up or have a yco or other diff color script writing in it

  9. #49
    Forum Member oramified's Avatar
    Join Date
    Feb 2011
    Location
    Ohio, USA
    Posts
    68

    Default

    I am using Windows 7 x64 bit

  10. #50

    Default

    I keep getting this error, after the bot has ID'd an item.


  11. #51

    Default

    ok so im haveing some problems with this i came back to try and put it onto my bot agian and now im getting this error

    <D2NT Error> C:\Users\me\Desktop\D2NT\scripts\NTBot\NTBotGame.n tj (18) :ReferenceError: NTSI_LoadNIPFiles is not defined

  12. #52

    Default

    I just spent my time making a registration on this site just to tell you that this shit doesnt ****ing work. Iexplorer/Firefox/Chrome Cannot read the xml file. D2NT manager does NOT show any item sold. Loc info does NOT safe any info except for "Tal rasha's Chamber" or whatever it went to. I tried your 2 ways of doing this + bigapples90's post. Srsly, do you need to be an elite_haxxor-trinityXxX to program a freakin' bot? Can't anyone just put the features in the damn bot already. Jeez.

  13. #53

    Default

    great man, this is a really nice script
    but how do i open the xml?? so i can see everything...

  14. #54

    Default

    Is ther a way to mod this so that, it will log it into the xml even if the bot isnt running. Say any event where an item is picked up without the loaded default config.

    Or perhaps a stand alone configue that will run this. Ie. I start up d2nt, bot doesn't bot monsters, just logs anything I pick up as I do my own manual runs or for trading etc. (throw items on ground, have it log pick up. C&P list and post it on a forum for example.)

    thank you for your replies.

  15. #55

    Default

    what to read the thing with, i get script if i open with notepad++

  16. #56

    Default

    Could you use this for error logging as well?

  17. #57

    Default

    Quote Originally Posted by sebbe31 View Post
    Having a problem.. just copied all the raw outputs for common, town etc.. But still having problem running it..
    Dont whant xml logging so i copied the files and went to step 13. But couldn't finish the 13 step cuz i can't find the logs/loc folder?! I don't have it. Should it be in the d2nt folder?
    <D2NT Error> C:\users\me\desktop\d2nt\scripts\libs\common\NTCom mon.ntl (756) : TypeError:_hfile is null


    Help pls


    Edit: Okej.. found the logs folder in the zip file for xml (wich i skipped). Tried to go with the xml logging thought it might make a difference and work, but no. Still get the same error..



    Okej, i think i solved the problem.. in the NTCommon.ntl file.. go to row nr 754:
    var _hfile = FileOpen("logs/loc/" + me.charname + "_LocInfo.txt", 0); // open file for writing

    change to:
    var _hfile = FileOpen("logs/loc/" + me.charname + "_LocInfo.txt", 1); // open file for writing
    I also have this error and changed it like you had done, but to no avail. I am not sure if I have should copy the name from my character configuration to put in the locinfo.txt or not. Any help would be nice ^_^

  18. #58
    Elite Moderator comper's Avatar
    Join Date
    Dec 2011
    Location
    USA
    Battle Tag
    comper
    Posts
    955

    Default

    Quote Originally Posted by DragonSpirited View Post
    I also have this error and changed it like you had done, but to no avail. I am not sure if I have should copy the name from my character configuration to put in the locinfo.txt or not. Any help would be nice ^_^
    DragonSpirited are you trying to set it up for the whole xml logging - if so etal bot already has it in their bot with a lot of other scripts if you would like to check it out - http://www.blizzsector.co/hacks-bots...tml#post492118 plus if you have done a lot of eiditing to your nip files they can be copied into etal
    let me know what you like to do - I can help you set up etal - or I can try and help you to just get the xml working

  19. #59

    Default

    Quote Originally Posted by comper View Post
    DragonSpirited are you trying to set it up for the whole xml logging - if so etal bot already has it in their bot with a lot of other scripts if you would like to check it out - http://www.blizzsector.co/hacks-bots...tml#post492118 plus if you have done a lot of eiditing to your nip files they can be copied into etal
    let me know what you like to do - I can help you set up etal - or I can try and help you to just get the xml working
    I am actually using D2NT I am thinking of restarting all configurations from scratch and making sure that the issue is not something I did, and will test it out and if not I'll trouble shoot it or ask for some assistance in here. Thank you though ^_^

  20. #60
    Elite Moderator comper's Avatar
    Join Date
    Dec 2011
    Location
    USA
    Battle Tag
    comper
    Posts
    955

    Default

    Quote Originally Posted by DragonSpirited View Post
    I am actually using D2NT I am thinking of restarting all configurations from scratch and making sure that the issue is not something I did, and will test it out and if not I'll trouble shoot it or ask for some assistance in here. Thank you though ^_^
    you want me to upload the bot with that in it?

Page 3 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. D2NT Need help adding an item to loot
    By zan45 in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 05-05-2010, 12:38 AM
  2. D2NT Item Log ~
    By dwrhunter in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 04-17-2010, 01:32 PM
  3. Checking your avatar without logging in
    By DarkDemon in forum Tech Forum
    Replies: 0
    Last Post: 07-12-2006, 11:06 AM
  4. Please Help Problem With Logging In
    By MarcRR96 in forum Diablo II Discussion
    Replies: 9
    Last Post: 12-15-2005, 07:56 AM
  5. Hlp with logging onto my bnet account!
    By slimyizzy in forum Diablo II Discussion
    Replies: 8
    Last Post: 04-22-2005, 05:34 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
  •