Originally Posted by
HorrorzockerxD
hi i get this massage
/d2nt/scripts/libs/commom/ntitemparser.ntl (177) : TypeError:_ntipaliasclass is undefined
what do it mean ?
Why are you still using 3.0?
I advise you visit the downloads section and download the latest version.
But to answer your question, the number in the brackets (177) is the line in the file ntitemparser.ntl where the error is occurring. Open up the file using notepad++ and make sure line 177 looks like the following. It may be a line or two up or down, depending on if you've made any changes.
Code:
{
switch(_section[i][0])
{
case 't':
_result[0] += _NTIPAliasType[_keyword];
break;
case 'n':
_result[0] += _NTIPAliasClassID[_keyword];
break;
case 'c':
_result[0] += _NTIPAliasClass[_keyword];
break;
case 'q':
_result[0] += _NTIPAliasQuality[_keyword];
break;
case 'f':
_result[0] += _NTIPAliasFlag[_keyword] + ")";
break;
}
This error is basically stating that in your pickit file you're using "[class] ==", but [class] isn't defined in ntitemparser.ntl so it doesn't know what do to. Maybe just a typo...
Happy Botting!
DNA64
Bookmarks