봇순이 갑자기 에러 나는데 고수님 해결좀 해주세요 ㅜㅜ
분류
질문
조회 수
317
추천 수
0
일단 에러 메세지가
c://경로~~//mysnaglt.nti(287)
syntaxError : invalid assignment left-hand side
입니다
3번 중지됐는데 첫번쨰는 사냥중에 멈췄는데 확인을 안하고 나왔고
2,3번쨰는 갬블하다가 링을사고 난 다음 멈추네요
파일을 확인하면 이 부분 같고요
_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]))
return 1;
else if (!_identified && _result == 0)
_result = -1;
}
else
return 1;
}
}
}
고수님들 해결 좀 부탁합니다

