Skip to content

수정을 하고 사냥터 맵을 제외하기도하고 전버젼꺼 넣어보기도 하고
그래도 50번방 돌면 40번이상은 치킨걸리네요..
고수님들 해답좀 알려주세요 부탁드립니다..





 NTConfig_SkipHealLife = 90; // If you have more than this percent of life, you won't go to a healer
 NTConfig_SkipHealMana = 70; // If you have more than this percent of mana, you won't go to a healer
 NTConfig_UseMerc = false; // Set to true if you use a mercenary, will revive merc at a reviver npc.
 NTConfig_ResetWeapon = false; // Set to true to reset weapon when reviving merc

 NTConfig_LifeThresh = 80; // Drink a normal potion if under this percent of life.
 NTConfig_LifeRejuvThresh = 60; // Drink a rejuvenation potion if under this percent of life.
 NTConfig_ManaThresh = 50; // Drink a normal potion if under this percent of mana.
 NTConfig_ManaRejuvThresh = 10; // Drink a rejuvenation potion if under this percent of mana.
 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_MercLifeThresh = 50; // This is the threshold to use a life potion on your merc in percent.
 NTConfig_MercRejuvThresh = 30; // This is the threshold to use a rejuv potion on your merc in percent.
 NTConfig_MercChicken = 20; // This is your mercs chicken life percent. If he goes below this, exit game.