요번 d2nt 쓰고 있는데 치킨설정 질문하겠습니다.
분류
맵
조회 수
559
추천 수
0
function NT_LoadConfig()
{
NTConfig_LifeChicken = 40; // 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;
}
이렇게 40을 주고 진입점은 ntmap인데요. 피 1로 만들어 놓고 들어가도 안튕기네요.
어떻게 설정해야 치킨이 잘 될까요? 하드코어 키우고 있습니다.

