Skip to content

최상급이니 (아래)

// 고급 아이템이니 * 흰여울님의 아이템이니 입니다.
 //-------------------------------------------------
 if (me.gametype)
 { 확장용 아이템이니
 NTConfig_NIPFilePath.push("gems.nip");
 NTConfig_NIPFilePath.push("charmsjewels.nip");
 NTConfig_NIPFilePath.push("crafteds.nip");
 NTConfig_NIPFilePath.push("keys.nip");
 NTConfig_NIPFilePath.push("magics.nip");
 NTConfig_NIPFilePath.push("potions.nip");
 NTConfig_NIPFilePath.push("rares.nip");
 NTConfig_NIPFilePath.push("ringsamulets.nip");
 NTConfig_NIPFilePath.push("runes.nip");
 NTConfig_NIPFilePath.push("runewords.nip");
 NTConfig_NIPFilePath.push("sets.nip");
 NTConfig_NIPFilePath.push("uniques.nip");
 NTConfig_NIPFilePath.push("whites.nip");


'확장용아이템이니' 앞에 주석을풀면 게임상에서
NTBotGame 요파일에 37번째줄에 오류가뜨네요.

37번째줄내용(아래)

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);

 SetUIState(_MyMI_UI_AUTOMAP, false);




문제점좀 찾아주실분 부탁드리겟습니다 (__)