Posts: 4
Threads: 1
Joined: Jul 2010
Reputation:
0
every time my bot kill the first boss i set it to kill i get this d2nr error scripts\libs\common
NTItemParser.ntl(60):SyntaxError: unterminated regular expression literal
so wath so i do to fix it
Posts: 13
Threads: 3
Joined: Jul 2010
Reputation:
0
check your item config file check the spots where you edited to see what went wrong
also make sure you choose one of the 3 item sections normal advanced and extreme
i chose extreme so my chr config script looks like
//NTConfig_NIPFilePath.push("normal/normal.nip");
//NTConfig_NIPFilePath.push("normal/magic_rare.nip");
//NTConfig_NIPFilePath.push("normal/set.nip");
//NTConfig_NIPFilePath.push("normal/unique.nip");
//NTConfig_NIPFilePath.push("normal/craft.nip");
//NTConfig_NIPFilePath.push("advance/normal.nip");
//NTConfig_NIPFilePath.push("advance/magic_rare.nip");
//NTConfig_NIPFilePath.push("advance/set.nip");
//NTConfig_NIPFilePath.push("advance/unique.nip");
//NTConfig_NIPFilePath.push("advance/craft.nip");
NTConfig_NIPFilePath.push("extreme/normal.nip");
NTConfig_NIPFilePath.push("extreme/magic_rare.nip");
NTConfig_NIPFilePath.push("extreme/set.nip");
NTConfig_NIPFilePath.push("extreme/unique.nip");
NTConfig_NIPFilePath.push("extreme/craft.nip");
Posts: 4
Threads: 1
Joined: Jul 2010
Reputation:
0
cant be that cause that is exactely like wath u r showing