[NT] 난 막강햄딘 용병 죽어도 사냥할래...
분류
봇관련
조회 수
3,333
추천 수
1
용병이 죽어도 사냥하고 싶으신분 많으시죠..
햄딘 용병은 통찰을 쓰니까 용병이 죽으면 마나 때문에 짜증납니다.
그렇다고 풀포션 계속 먹기도 물약이 부족할지도 모르니...
// NTConfig_LifeThresh = 60; -> 노멀 포션은 안먹으니 주석처리 했는데 어쩔지 모름..
NTConfig_LifeRejuvThresh = 50;
NTConfig_ManaThresh = 30; -> 노멀 마나 포션 적용할꺼니 냅뒀습니다. NTConfig_ManaRejuvThresh = 0; -> 마나 때문에 포도주 안먹습니다.
NTConfig_LifeChicken = 20; -> 자신의 치킨 피량.
NTConfig_ManaChicken = 0; -> 마나로 치킨 안함..
// NTConfig_MercLifeThresh = 60; -> 노멀 포션 안먹이니 주석.
NTConfig_MercRejuvThresh = 40;
NTConfig_MercChicken = 0; -> 용병 죽어도 치킨 안함.
//----------------------------------------------------------------------------------------------
// Type of potion used in each belt column
// Available types : "hp" = health | "mp" = mana | "rv" = rejuv. Can use other potion types too.
// Keep equal types at adjacent columns. First HP then MP and then HP again is a bad choice.
// Keep HP and MP at the beginning of the belt (in case you want to use rejuv and other types).
// Rejuvenations MUST, I REPEAT MUST be at the end of the belt (last x columns).
// To use rejuvenations only, put "rv" in all columns.
//----------------------------------------------------------------------------------------------
NTConfig_BeltColType[0] = "mp";
NTConfig_BeltColType[1] = "rv";
NTConfig_BeltColType[2] = "rv";
NTConfig_BeltColType[3] = "rv"; -> 마지막 줄에 마나 포션 적용하면 시작할때 마나 없으면 다버림
//----------------------------------------------------------------------------
// Minimum amount of potions in each column before needing refilling
// If there's less potions then this number in the column we go and shop.
// Set to 4 to go shopping as soon as there's a potion missing.
// Recommend leaving columns set to "rv" at 0. Since shops won't carry rejuvs.
//----------------------------------------------------------------------------
NTConfig_BeltColMin[0] = 1; -> 마나는 주워먹게 하니 그냥 1
NTConfig_BeltColMin[1] = 0;
NTConfig_BeltColMin[2] = 0;
NTConfig_BeltColMin[3] = 0;
----------------- 요기까지 컨피그.
pickit 포션 설정은
Name = rvl
Name = Super Mana Potion
요렇게 하시면
용병이 죽어도 마나 포션 먹으면서 싸웁니다. 용병 되살려서 통찰 적용안될때도 유용..