NT3.1을 로더+맵핵쓰고 조인방아이피보는법은 없나요??
분류
맵
조회 수
624
추천 수
0
ringmt[A3]
https://tradia.me/diablo2/diablo2_faq/363693
NT3.1/날라다녀님9차버전+RedVex를 이용해서 1인3케릭수동플레이중인데 우버이벤트방점 잡아보려합니다.
현재 조인하는방 아이피 보이게 하는 설정을 못하겠내요. 로더화면출력은 컴아이피만 보이내요.
NT매니져는를 로더+맵핵(진입점NTMap.ntj)으로 이용하는데
scripts/NtBot/NtBotGame.ntj에서 마지막부분을 수정하는게 맞나 모르겠내요.
맞는다면 어느부분을 수정해야는지 감이 안오내요.
if (MyConfig_StatusText[0] != 0)
{
var _msg = "";
if (MyConfig_StatusText[1] > -1) _msg = "ÿc" + MyConfig_StatusText[1] + me.gameserverip.split(".")[3] + " ";
if (MyConfig_StatusText[2] > -1) _msg += "ÿc" + MyConfig_StatusText[2] + me.account + " ";
if (MyConfig_StatusText[3] > -1) _msg += "ÿc" + MyConfig_StatusText[3] + me.charname + " ";
if (MyConfig_StatusText[4] > -1) _msg += "ÿc" + MyConfig_StatusText[4] + NTConfig_Script[_MyCo_CurScriptIndex].split(".")[0];
(MyConfig_StatusText[0] == 1) ? MyCo_SetStatusText(_msg.replace(/\s+$/, "")) : Print(_msg);
한수 가르쳐 주시길 바랍니다