Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[D2NT Release]Item Logging with XML 3.0+
#41
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
Reply
#42
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\NTCommon.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
Reply
#43
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.
Reply
#44
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
Reply
#45
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.
Reply
#46
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 ?
Reply
#47
oramified Wrote: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.
Reply
#48
Juebarb-heroj Wrote: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
Reply
#49
I am using Windows 7 x64 bit
Reply
#50
I keep getting this error, after the bot has ID'd an item.

[Image: tumA7.png]
Reply
#51
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.ntj (18) :ReferenceError: NTSI_LoadNIPFiles is not defined
Reply
#52
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.
Reply
#53
great man, this is a really nice script
but how do i open the xml?? so i can see everything...
Reply
#54
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.
Reply
#55
what to read the thing with, i get script if i open with notepad++
Reply
#56
Could you use this for error logging as well?
Reply
#57
sebbe31 Wrote: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\NTCommon.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 ^_^
Reply
#58
DragonSpirited Wrote: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-edi...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
Reply
#59
comper Wrote: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-edi...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 ^_^
Reply
#60
DragonSpirited Wrote: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?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,264 08-25-2012, 01:20 AM
Last Post: comper
  D2NT BoT Gh0sT17 52 2,051 07-31-2012, 11:10 PM
Last Post: comper
  D2nt need help on some stuff wishyq 3 169 07-22-2012, 12:44 PM
Last Post: comper
  Little Help Please? (D2NT) pnsmcgraw 12 271 07-16-2012, 02:46 PM
Last Post: Mythosis
  MasivB's D2NT Simple Unique PickIt masivb 1 118 07-03-2012, 05:03 AM
Last Post: comper
  D2nt - how do i stay in game when sojs sell? brianwalter86 5 354 07-01-2012, 02:02 PM
Last Post: comper
  Nooby D2NT Questions Kieran Wilson 0 129 06-25-2012, 04:35 PM
Last Post: Kieran Wilson
  D2nt Bot jewel pickit/godly item pickit Nightwish 3 232 06-23-2012, 04:18 AM
Last Post: comper
  someone please help my d2nt bot wont kill any bosses mcmullenp4 2 178 06-19-2012, 10:18 AM
Last Post: comper
  [D2NT Release] Amazon Jav/Bow Script v1.6 skidude 25 13,079 06-19-2012, 07:05 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)