d2nt 치킨 질문좀 하고싶습니다.
조회 수
750
추천 수
0
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으로해놓으니
죽는순간 치킨이 발생합니다...
죽어도 치킨이 안나려면 어떻게 해야되나요