d2nt를 사용하고있는데요.
매니저 진입점을 autoitem으로 해야만 숨렙이 보이던데..
그렇게하니까 맵핵이 안되더라구요....
맵핵 상태에서 숨렙만 볼 수 있는 기능은 없나요??
또..
function NT_LoadConfig()
{
NTConfig_LifeChicken = 0; // This is your chicken life percent. If you go below this life total, exit game.
NTConfig_ManaChicken = 0; // This is your chicken mana percent. If you go below this mana total, exit game.
NTConfig_AutoParty = false;
me.quitonhostile = false;
me.revealautomap = true;
me.showenemyonautomap = true;
me.showmissileonautomap = true;
}
이렇게 0으로 설정해놨는데 죽으면 치킨이 발생합니다...
이거 해결법아시는분...