Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[D2NT Release]Item Logging with XML 3.0+
#61
comper Wrote:you want me to upload the bot with that in it?

If you can that would be awesome! I'm trying to work on it as well but that might be easier for me lol
Reply
#62
DragonSpirited Wrote:If you can that would be awesome! I'm trying to work on it as well but that might be easier for me lol

here - http://www.mediafire.com/?gioyagk9ud6wr5y
and in the folder - D2NT31_NTBot42(xml)\D2NT\scripts\logs\loc there is a file named - (charNamehere)_LocInfo.txt change that file to your chars name - say mine char was named comper the file will look like this comper_LocInfo
let me know how this works for you
thanks
Reply
#63
comper Wrote:here - D2NT31_NTBot42(xml).rar
and in the folder - D2NT31_NTBot42(xml)\D2NT\scripts\logs\loc there is a file named - (charNamehere)_LocInfo.txt change that file to your chars name - say mine char was named comper the file will look like this comper_LocInfo
let me know how this works for you
thanks

Well now I got the bot all back up and running, but the bot will not log into D2 ^_^; another issue I am having lol
Reply
#64
DragonSpirited Wrote:Well now I got the bot all back up and running, but the bot will not log into D2 ^_^; another issue I am having lol

got him up and running Smile
Reply
#65
I am having some trouble getting this set up all the way. i followed the steps on the post with replacing the files, also the xml folders. The problem is it doesn't show whats sold unless it is a unique? how can i show all picked/sold items
Reply
#66
namp Wrote:I am having some trouble getting this set up all the way. i followed the steps on the post with replacing the files, also the xml folders. The problem is it doesn't show whats sold unless it is a unique? how can i show all picked/sold items

did you add this to your char config file

NTConfig_UseXMLItemlog = true; // Log kept and sold items as well in a XML log file
NTConfig_LogSoldItems = true; // Adds sold items to the manager's itemlog
NTConfig_LogSoldQuality = 7; // item quality to log for sold (7 = unique, this is only for d2nt manager, xml logs magic,rare,etc)

change the 7 for this one - NTConfig_LogSoldQuality = 7; to one of these - 3 = White, 4 = Magic, 5 = Sets, 6 = Rares, 7 = Uniques
but remember the more you have it to log the bigger the file will get and start to slow down your bot so it be a good ideal is remove the log file after you stop the bot if you want to keep it or you can delete it
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
#67
Thanks thats what i was looking for wacky:
Reply
#68
namp Wrote:Thanks thats what i was looking for wacky:

yeap anytime
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
#69
Sorry to dredge this thread back up but I have two questions.

Firstly everything works fine except my xml file in firefox shows only black and white making it hard to tell the item quality. What may have gone wrong here?

Secondly I am trying to get my D2NT manager's item log to show as much as possible. So far it only shows kept items. Is there any way to show sold items too? I tried editing my char config with this code. it was just a guess as you can probably tell.

NTConfig_UseXMLItemlog = true; // Log kept and sold items as well in a XML log file
NTConfig_LogSoldItems = true
NTConfig_LogSoldQuality = [4,5,6,7]; // item quality to log for sold (7 = unique, this is only for d2nt manager, xml logs magic,rare,etc)

Any help would be greatly appreciated.
Reply
#70
ocb1 Wrote:Sorry to dredge this thread back up but I have two questions.

Firstly everything works fine except my xml file in firefox shows only black and white making it hard to tell the item quality. What may have gone wrong here?

Secondly I am trying to get my D2NT manager's item log to show as much as possible. So far it only shows kept items. Is there any way to show sold items too? I tried editing my char config with this code. it was just a guess as you can probably tell.

NTConfig_UseXMLItemlog = true; // Log kept and sold items as well in a XML log file
NTConfig_LogSoldItems = true
NTConfig_LogSoldQuality = [4,5,6,7]; // item quality to log for sold (7 = unique, this is only for d2nt manager, xml logs magic,rare,etc)

Any help would be greatly appreciated.

would you be interested in to changing bots that has this all set up in it already?
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
#71
Absolutely. Trying this xml thing was the first change to the basic d2NT I have made so a fresh install would be totally fine. Thanks bro,
Reply
#72
ocb1 Wrote:Absolutely. Trying this xml thing was the first change to the basic d2NT I have made so a fresh install would be totally fine. Thanks bro,

here check this out - Etal V7 - Green Goblin - 1046.P - Downloads - Blizzard Sector - Diablo 3, Starcraft II, WoW, Diablo 2, Trading, Downloads, Editors, Items, Forums
and here is the wiki page - Main Page - Project Etal Wiki
main web page - Portal - Project Etal
I can help you set it up - if you could get teamviewer that would be the easier to do but it is up to you on that
oh if you have done a lot of editing to your nip files you can use them or added them
thanks
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
#73
Hello again and thnaks for before. Been using etal and its been great except one thing. The XML log only shows sold items that have been gambled, and the ETAL manager doesn't show any sold items at all. I would like one or the other to show a comprehensive sold list. I realise it would quickly add up but thats no problem, I can delete if it gets too large or sluggish.

This is the code I have in use atm:

//------------------------------------------------------------------------------- // Advanced XML Item Logging
//-------------------------------------------------------------------------------
NTConfig_UseXMLItemlog = true; // Log kept, sold and ignored items in an XML log file?
NTConfig_IndependantLog = true; // Create a seperate file for each character. Item Logfile is found in logs/Item Log/
NTConfig_LogSoldItems = true; // Logs items sold to item logfile?
NTConfig_LogIgnoredItems = true; // Log ignored items to item logfile?
NTConfig_LogCraftedItems = true; // Log crafted items to item logfile?
NTConfig_LogItemQuality = [3, 4, 5 ,6, 7]; // Quality of items logged is >= of value: (3 = White, 4 = Magic, 5 = Sets, 6 = Rares, 7 = Uniques, 8 = Crafted).


//-------------------------------------------------------------------------------
// General Log File Options
//-------------------------------------------------------------------------------
NTConfig_LogShrines = false; // Log shrines found by NTConfig_Shrines array?
NTConfig_LogCraftingString = false; // Log the string of ingredients that goes into cube?


//------------------------------------------------------------------------------
// Manager Log Options
//------------------------------------------------------------------------------
NTConfig_LogSoldItemQuality = [3, 4, 5 ,6, 7]; // Quality of items logged is >= of value: (3 = White, 4 = Magic, 5 = Sets, 6 = Rares, 7 = Uniques, 8 = Crafted, 0 = Disabled).
NTConfig_CubeProcessToManager = 1; // Logs the string of ingredients that goes into cube (0 = Don't Log, 1 = Log In Item Log, 2 = Log To Common Log).


What could be wrong?
Reply
#74
ocb1 Wrote:Hello again and thnaks for before. Been using etal and its been great except one thing. The XML log only shows sold items that have been gambled, and the ETAL manager doesn't show any sold items at all. I would like one or the other to show a comprehensive sold list. I realise it would quickly add up but thats no problem, I can delete if it gets too large or sluggish.

This is the code I have in use atm:

//------------------------------------------------------------------------------- // Advanced XML Item Logging
//-------------------------------------------------------------------------------
NTConfig_UseXMLItemlog = true; // Log kept, sold and ignored items in an XML log file?
NTConfig_IndependantLog = true; // Create a seperate file for each character. Item Logfile is found in logs/Item Log/
NTConfig_LogSoldItems = true; // Logs items sold to item logfile?
NTConfig_LogIgnoredItems = true; // Log ignored items to item logfile?
NTConfig_LogCraftedItems = true; // Log crafted items to item logfile?
NTConfig_LogItemQuality = [3, 4, 5 ,6, 7]; // Quality of items logged is >= of value: (3 = White, 4 = Magic, 5 = Sets, 6 = Rares, 7 = Uniques, 8 = Crafted).


//-------------------------------------------------------------------------------
// General Log File Options
//-------------------------------------------------------------------------------
NTConfig_LogShrines = false; // Log shrines found by NTConfig_Shrines array?
NTConfig_LogCraftingString = false; // Log the string of ingredients that goes into cube?


//------------------------------------------------------------------------------
// Manager Log Options
//------------------------------------------------------------------------------
NTConfig_LogSoldItemQuality = [3, 4, 5 ,6, 7]; // Quality of items logged is >= of value: (3 = White, 4 = Magic, 5 = Sets, 6 = Rares, 7 = Uniques, 8 = Crafted, 0 = Disabled).
NTConfig_CubeProcessToManager = 1; // Logs the string of ingredients that goes into cube (0 = Don't Log, 1 = Log In Item Log, 2 = Log To Common Log).


What could be wrong?

this line for the XML group - NTConfig_LogItemQuality = [3, 4, 5 ,6, 7]; you need for it to be just 1 number - it should look like this - NTConfig_LogItemQuality = 5; I would change the 5 to a 4 - NTConfig_LogItemQuality = 4;

and the same for the Manager Log Options group change the NTConfig_LogSoldItemQuality = [3, 4, 5 ,6, 7]; to just a 4 - NTConfig_LogSoldItemQuality = 4;
then stop your bot and then resart him and see it that works
thanks
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
#75
So there is no way to make it log more than one different item type? (white, rare etc)

Could => not be used instead? I'm just guessing here.

Also is there any way to change ignored items and their logging. Currently it only logs ignored runes.

Thanks a bunch for the help.

Edit: After switching to the ETAL bot you linked, my xml file in firefox is still only black and white.
Reply
#76
ocb1 Wrote:So there is no way to make it log more than one different item type? (white, rare etc)

Could => not be used instead? I'm just guessing here.

Also is there any way to change ignored items and their logging. Currently it only logs ignored runes.

Thanks a bunch for the help.

Edit: After switching to the ETAL bot you linked, my xml file in firefox is still only black and white.

that is how it works when you add just the 1 number it logs from that number up so this - NTConfig_LogItemQuality = 4; = Quality of items logged is >= of value:
and that is the same for the log in the manager
I will have to check on the ignore part
for your xml I am guessing you are missing something in your broswer for it just to be black and white and I think you had said it was black and white when you was trying the other xml logger
thanks
Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
Wink Thanks Wink
Reply
#77
so far works like a charm Smile
thanks a lot for sharing this
Reply


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

Forum Jump:


Users browsing this thread: 2 Guest(s)