Originally Posted by
sebbe31
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
Bookmarks