Skip to content

char_configs 질문

조회 수
529
추천 수
0
등록일
 폭풍의사수
게시글 주소
https://tradia.me/diablo2/diablo2_faq/439676 복사

오랜만에 복귀한 유저입니다

char_configs파일에 들어가서 팔라딘사냥터를 좀 바꾸려고했는대 파일안에 밑에꺼밖에 안들어있네요 이게 정상인가요?

돌릴려고하니 설정한사냥터가 없다고나오는대요 예전에 잘돌렸었는대 오랜만에 오니 다까먹어서 잘모르겠네요 ㅎ



function NT_LoadConfig()
{
 NTConfig_LifeChicken = 20; // 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;
}