Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[D2NT Release]Item Logging with XML 3.0+
#21
I've run into a string of errors but have managed to get through them with one i cannot defeat!

C;// libs\common\NTLitemParser.ntl (174) ReferenceError:_ntipAliasClassID is not defined.
Reply
#22
\D2NT\scripts\libs\common\NTCommon.ntl (755) : TypeError:_hfile is null

I get this error when my bot opens the trade screen with Akara. It won't sell anything it just stays in that screen. What is wrong? All I did was copy the NTCommon file and paste it directly over the original because it was not edited.
Reply
#23
Hi guys

First of all awesome script. I seem to have some problems with it though. I followed the guide and used your files from Pastebin but in the D2NT manager under item log it doesn't state which items where sold and I'm unable to open the xml logging. When I try to open the log with Internet explorer it says something like

It cannot change to the encoding because "<?xml version="1.0" encoding="iso-8859-1"?>" is not supported. I can't open it in a XML editor. Did I miss some crucial step or what's going on? confused:
Reply
#24
Hi there. I just edited my bot with this and got a weird error sometimes when the bot sells items with ED on it.
It's closing when item got identified and the bot tries to sell it at any vendor.
The error window is closing too fast so i can't read what error it is. I would say it's an unhandled exception error. Maybe someone can help?
Just ask if you need more informations! Thanks!
Reply
#25
Hey, I just installed this. I am getting this error:
scripts\libs\common\NTSnagIt.ntl (46) : ReferenceError: NTSI_SnagIt is not defined.

On line 46 it says this: NTSI_SnagIt();

On the tutorial it says it should look like this:
NTSI_SnagIt();

I'm not sure what I'm doing wrong =[

*edit*
By updating the file with the one posted on the homepage it fixed the problem.
Ty anyways
Reply
#26
Gday Skip sorry Im not following the right way here I know =( , Just wondering if this is the new thing we use for the new ladder reset?

I mean i know we have the d2nt is this a new addon so we can use for this patch 1.14?
Reply
#27
AlphaOmega Wrote:Gday Skip sorry Im not following the right way here I know =( , Just wondering if this is the new thing we use for the new ladder reset?

I mean i know we have the d2nt is this a new addon so we can use for this patch 1.14?


There is no Patch 1.14.
The ladder was reset, but no patch update was applied or made available.

The latest D2NT 3.1/NTBot4.2 Release will work just fine with the current 1.13c patch and the new ladder season.

Happy Botting!,
DNA64 devilish:
Reply
#28
I get this error when i start the bot

C:\Users\*****\Desktop\D2BOT\D2NT\Scripts\libs\common\NTItemParser.ntl (171) :ReferenceError:_NTIPAliasType is not defined
Reply
#29
Blabby Wrote:I get this error when i start the bot

C:\Users\*****\Desktop\D2BOT\D2NT\Scripts\libs\common\NTItemParser.ntl (171) :ReferenceError:_NTIPAliasType is not defined

Hard to say without seeing your code, but make sure you didn't delete anything inside NTItemAlias,
I'd suggest downloading the bot package again and obtaining a new "NTItemParser.ntl" file from the package. Another possible error could be in your pickit lists. Try changing to another list if the above solution doesn't work for you.
Reply
#30
Hey Every1 Gday! Just wondering IF I want my both to pickup UNID UNIQUE items and keep it UNID, would I have the Script like this:
[Name] == GildedShield && [Quality] == unique # [Defense] >= 144 // Herald Of Zakarum

Base Defence on HOZ is 144 Minimum and I want BOT TO pick it up and leave it UNID!!!

Thanks LET ME KNOW IF ITS right!
Reply
#31
AlphaOmega Wrote:Hey Every1 Gday! Just wondering IF I want my both to pickup UNID UNIQUE items and keep it UNID, would I have the Script like this:
[Name] == GildedShield && [Quality] == unique # [Defense] >= 144 // Herald Of Zakarum

Base Defence on HOZ is 144 Minimum and I want BOT TO pick it up and leave it UNID!!!

Thanks LET ME KNOW IF ITS right!

This is the correct way, same method applies to all items:

[Name] == GildedShield && [Quality] == unique #
Reply
#32
DNA64 Wrote:This is the correct way, same method applies to all items:

[Name] == GildedShield && [Quality] == unique #

Ok Thanks D! Much Appreciated!!!
Ill apply that to all Items!

More Power to U and GOD BLESS!!
Reply
#33
sorry i dont get it, i did every step of your guide, but my bot has out of ~18 10minutes runs at least 15 restarts. whats wrong ? i see for short time an error message but could not read it: bot restarts
Reply
#34
Wow this is amazing. Thank You.
Reply
#35
Where you said "
Step [13][A]: For each char you use, open their NTConfigs and add:
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)


[B.] Also in the logs/loc folder make a txt file for each char to prevent first use errors. name it like so: (charNamehere)_LocInfo.txt

That should do it. Credits to their respective owners." _-------NOW DO I PUT THIS AT THE END OF MHAR FILE?
Reply
#36
So I've tried both using the pastebin files as well as going step by step and my issue is that I'll enter into games just fine, but then it'll just stop after making its first movement to the NPC to sell items, or just stall at the very first movement. I don't get it. I mean, I don't NEED the XML item list, I just like to see a full log of what was picked up and what was sold. If anyone has any insight, I would greatly appreciate it. Also, a side note -- I simply use NTConfig_Paladin (with no _CharName) for my Paladin script as it has no issues autoselecting and i only run with one pally.

Thanks in advance, still a noob when it comes to these scripts, though i'm trying to learn Smile
Reply
#37
Thank you, thank you, thank you!
This is excellent!
Cheers,
Mike
Reply
#38
I have 2 problems.

<D2NT Error> F:\D2NT\scripts\libs\common\NTTownmanager.ntl (757) : ReferenceError: NTC_GetLocation is not defined
And stops the bot.

And on pick up
<D2NT Error> F:\D2NT\scripts\libs\common\NTSnagit.ntl (151) : Reference Error: NTC_LogLocation is not defined.
Also stops the bot.

What should i do? thank you in advance.
Edit: Well i've reverted everything to normal (since i always keep backups) and redone the steps manually this time.
In first try i downloaded all the files you have posted and made manually the steps 9-13. (this made the error and might have an error on those files).
Reply
#39
i did everything that was said by skidude in the begining and this is the error msg i get

<D2NT Error> C:\users\me\desktop\d2nt\scripts\libs\common\NTCommon.ntl (755) : TypeError:_hfile is null

can anyone help me out??
Reply
#40
Skidude has to help you out as I don't know anything about this because I don't use it.Sorry guys
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)