![]() |
[D2NT Release]Item Logging with XML 3.0+ - Printable Version +- Blizzard Sector (https://www.blizzsector.co) +-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html) +--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html) +--- Thread: [D2NT Release]Item Logging with XML 3.0+ (/thread-46531.html) |
[D2NT Release]Item Logging with XML 3.0+ - Trd20v - 01-27-2011 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 [D2NT Release]Item Logging with XML 3.0+ - sebbe31 - 02-09-2011 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 [D2NT Release]Item Logging with XML 3.0+ - oramified - 02-20-2011 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. [D2NT Release]Item Logging with XML 3.0+ - superchil8 - 02-21-2011 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 [D2NT Release]Item Logging with XML 3.0+ - oramified - 02-21-2011 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. [D2NT Release]Item Logging with XML 3.0+ - ironraptor04 - 03-05-2011 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 ? [D2NT Release]Item Logging with XML 3.0+ - Juebarb-heroj - 03-26-2011 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. 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. [D2NT Release]Item Logging with XML 3.0+ - ironraptor04 - 03-26-2011 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 [D2NT Release]Item Logging with XML 3.0+ - oramified - 03-26-2011 I am using Windows 7 x64 bit [D2NT Release]Item Logging with XML 3.0+ - Pauluk1986 - 05-03-2011 I keep getting this error, after the bot has ID'd an item. ![]() [D2NT Release]Item Logging with XML 3.0+ - rachet205 - 05-13-2011 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 [D2NT Release]Item Logging with XML 3.0+ - whiplash2 - 06-07-2011 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. [D2NT Release]Item Logging with XML 3.0+ - daroma123 - 06-09-2011 great man, this is a really nice script but how do i open the xml?? so i can see everything... [D2NT Release]Item Logging with XML 3.0+ - Vampyre - 07-10-2011 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. [D2NT Release]Item Logging with XML 3.0+ - fellupahill - 09-09-2011 what to read the thing with, i get script if i open with notepad++ [D2NT Release]Item Logging with XML 3.0+ - wesweswes - 12-08-2011 Could you use this for error logging as well? [D2NT Release]Item Logging with XML 3.0+ - DragonSpirited - 02-20-2012 sebbe31 Wrote:Having a problem.. just copied all the raw outputs for common, town etc.. But still having problem running it.. 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 ^_^ [D2NT Release]Item Logging with XML 3.0+ - comper - 02-20-2012 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-editors/59276-etal-bot-download.html#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 [D2NT Release]Item Logging with XML 3.0+ - DragonSpirited - 02-20-2012 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-editors/59276-etal-bot-download.html#post492118 plus if you have done a lot of eiditing to your nip files they can be copied into etal 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 ^_^ [D2NT Release]Item Logging with XML 3.0+ - comper - 02-20-2012 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? |