이 에러가 뜨면서 모든봇이 정지합니다
분류
질문
조회 수
1,637
추천 수
0
왜아이디가사라진거야
https://tradia.me/diablo2/diablo2_faq/448275
잘 사냥하다가 갑자기 모든봇에서 이 에러가뜨면서 정지합니다.
그게 언제뜨는지는 랜덤해서 잘 모르겠구요 그냥 모든봇이 정지해요 -0-;;
_index = "Name" + item.classid;
if (My.Pick.ntip.nameList[_index] != undefined)
{
for (i = 0; i < My.Pick.ntip.nameList[_index].length; i++)
{
if (eval(My.Pick.ntip.nameList[_index][i][0])) <<<이부분이네요
{
if (My.Pick.ntip.nameList[_index][i][1])
{
if (eval(My.Pick.ntip.nameList[_index][i][1]))
return 1;
else if (_result == 0 && !_identified)
_result = -1;
}
else
return 1;
