3.1 bot 질문 입니다 ^^
분류
질문
조회 수
479
추천 수
0
넓은 마음으로 공개 해주셔서
감사한 마음으로 잘 쓰고 있습니다 ^^
쓰는 도 중 의문점이 생겨서 이렇게 질문 드립니다.
현제 체라소서로 돌리고 있는데
이 아이가 마나약을 먹질 않네요
NTConfig_LifeThresh = 60; // Drink a normal potion if under this percent of life.
NTConfig_LifeRejuvThresh = 40; // Drink a rejuvenation potion if under this percent of life.
NTConfig_ManaThresh = 30; // Drink a normal potion if under this percent of mana.
NTConfig_ManaRejuvThresh = 20; // Drink a rejuvenation potion if under this percent of mana.
NTConfig_LifeChicken = 30; // This is your chicken life percent. If you go below this life total, exit game.
NTConfig_ManaChicken = 0;
아래 부분이 마나약을 먹는 부분 아닌가요? 해석을 하면 20% 이하 일때 먹는다는거 인거 같은데
마나가 바닥인 상태에서도 약을 섭취를안하네요 ^^;
제가 무엇을 빠트리고 있는지 아시는분 답변 좀 부탁드립니다 ^^
NTConfig_ManaRejuvThresh = 20; // Drink a rejuvenation potion if under this percent of mana.

