Skip to content

퀘드랍 실행시 아래와 같은 에러가 발생합니다.

<D2NT Error> E:\.......샬라샬라.......\D2NT\script\NTBot.ntj (1239)
: ReferenceError : _startTick is not defined

라고 출력이 됩니다.

짧은 영어 실력으로 해석해보면 NTBot.ntj 1239번째줄 정의가 잘못됐다는것 같은데...

그래서 또 찾아봤습니다.

Delay(500);
 }

 SetStatusText("");
}

function My_LeechBotQueDrop_CheckGame()
{
 var _msg;

 while (true)
 {
 sendEventToOOG(D2NT_MGR_PRINT_STATUS, My_GetTime("[퀘드랍] 확인 중", _startTick), 0);
 ↖ 요줄이더군요... 그런데... 뭐가 잘못된건지 도통 알수가 없군요... ㅎㅎㅎ
 잘못된곳이 있다면 알려주시면 감사하겠습니다....
 


_msg = My_File("NTBot/MyData/LeechBotQueDrop/LeechBotQueDropLeechGameName[" + me.account + "].txt", 0);
 if (_msg && _msg != "/")
 {
 _msg = _msg.split("/");

 leechBotQueDropMasterGameName = _msg[0];
 leechBotQueDropMasterPassword = _msg[1];
 break;
 }

 Delay(500);
 }

 SetStatusText("");
}

function My_WarehouseKeeper_Check()