날아다녀님 7차 (32)번 오류 질문 드립니다
분류
질문
조회 수
451
추천 수
0
<d2nt error> c:/documents and settings/myhome;?/d2nt3.1_ntbot4.2_7/scripts/ntbot/ntbotgame.ntj(32)
referenceerror: nt_loadconfig is not defined라고 나옵니다.
function NTMain()
{
Delay(1000);
//Print("ÿc4[+] NTBot 4.2 [+]");
var _msg, _scriptName;
var _myExperience, _experience, _time;
Include("libs/common/NTCommon.ntl");
NTC_IncludeLibs();
if (!NTC_IncludeConfig("NTBot/char_configs", true))
MyCo_ExitGame("ÿc1NTBotGame.ntj : NTC_IncludeConfig() 실패 (" + MyCo_GetAreaName() + ")");
NT_LoadConfig();<----------------------------------이줄 인거 같은대요..
NTSI_LoadNIPFiles("NTBot/item_configs");
MyAt_Initialize();
_MyCo_StartingTime = new Date();
if (NTConfig_StartDelay > 0);
Delay(NTConfig_StartDelay);
GetPath(me.areaid, me.x, me.y, me.x, me.y, true);
쫄바바 쫄팔라 기사소서순으루 입장 하는대요
애들이 파티두 안하구 위에 저 메세지 뜨구 그냥 가만히 있네요..
고수분들의 시원한 답변 부탁드립니다.

