Skip to content

자료실 접근이 되질 않아 답답합니다.

시원한 답변 주실분 없을까요?

case 4: // Create Game
 if (multiLoaderAccountIndex || (leechBotAccountIndex == 1 && !leechBotMasterIsAuto))
 {
 My_MultiLoader_GetGameName();

 controlData.setText(controlData.controls.lobby.create.editBox.gameName, multiLoaderGameName);
 controlData.setText(controlData.controls.lobby.create.editBox.password, multiLoaderPassword);

 while (controlData.getLocation().id == 4)
 Delay(250);
 }
 else if (maxNumberOfPlayers > 0)
 controlData.setText(controlData.controls.lobby.create.editBox.maxNumberOfPlayers, String(maxNumberOfPlayers));

 sendEventToOOG(D2NT_MGR_CREATE_GAME, location.name, 0);

 locationTimeout(15000, location); <---- ■■■이부분 수정해도 안되고요... 15초까지 늘렸는데...■■■

 lastGameMade = GetTickCount();
 lastGameStatus = 1; // pending creation

 chatBoxCheck = 0;
 break;

재실행 정말 짜증납니다~ ㅜㅜ