Skip to content

봇 에러 질문 입니다

조회 수
1,840
추천 수
0
등록일

<D2NT Error> C:\Doenload\D2NT3.1Bot4.2_0\scripts\libs\common\MySnaglt.ntl (302) : Syntax Error: invalid assignment left-hand side

이렇게 에러가 뜨네요

 _index = _MySI_NtipNameList["Name" + item.classid];
 if (_index != undefined)
 {
 for (i = 0; i < _index.length; i++)
 {
 if (eval(_NTIP_CheckList[_index[i]][0]))
 {
 if (_NTIP_CheckList[_index[i]][1].length > 0)
 {
 if (eval(_NTIP_CheckList[_index[i]][1])) <=== 302째줄입니다
 return 1;
 else if (!_identified && _result == 0)
 _result = -1;
 }
 else
 return 1;



뭐가 잘못 된걸까요? 항상 이렇지는 않고 가끔 발생합니다.

특징 이럴땐 대부분 노멀모넉 이 옆에 있습니다