NTBot 물약 먹기 편하게 해보자!(마나번 방지)
분류
봇관련
조회 수
3,033
추천 수
3
NoQuestion。[A2L]
https://tradia.me/diablo2/diablo2_tips/190789
1.11b에서 작동하는 ATX를 사용한 방법입니다.
이 방법을 현재 적용해서 사용하시는 분들도 있더군요 ^^
다만 정리해둔분이 없어서 제가 올립니다.(아무 이상없이 가동중)
프로그램은 두루네 자료실에서 ATX검색
★주의 : 리치봇과 연동시 쫄케릭이 기사를 안 따라간다네요 ^^혼자 도는 봇에만 적용하세요
1. 케릭 설정 파일에서
NTConfig_LifeThresh = 0; // Drink a normal potion if under this percent of life.
NTConfig_LifeRejuvThresh = 0; // Drink a rejuvenation potion if under this percent of life.
NTConfig_ManaThresh = 0; // Drink a normal potion if under this percent of mana.
NTConfig_ManaRejuvThresh = 0; // Drink a rejuvenation potion if under this percent of mana.
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_MercLifeThresh = 70; // This is the threshold to use a life potion on your merc in percent.
NTConfig_MercRejuvThresh = 40; // This is the threshold to use a rejuv potion on your merc in percent.
★ATX는 용병 포션먹이기는 지원하지 않으니 직접 수치 설정, 케릭은 전부 0으로 설정
2.ATX.ini 에서, 봇 돌릴때만 쓰시려면 치킨 외의 모든 옵션을 OFF해줍니다.
(타 옵션 적용시 메모리 먹고 저사양컴에선 봇이 느려지거나 잘 팅깁니다.)
////////////////////////////////////////////////////////////
//Autoload settings
////////////////////////////////////////////////////////////
Autoload101 = "maphack on"
Autoload102 = "chicken on"
Autoload107 = "autoparty on"
////////////////////////////////////////////////////////////
//Maphack settings
////////////////////////////////////////////////////////////
AutoRevealMap = OFF
AutoRevealMisc = OFF
FullLightRadius = OFF
NoShake = OFF
NoWeather = OFF
MonsterBlobs = OFF
CustomShrineCells = OFF
ShowRareItemStats = ON//Note: This is not completed -- most affixes are displayed by name
ShowLevelNames = OFF
ShowILVL = ON //예외로 ATX정상 작동 확인을 위해 넣은 아이템 레벨 보기 옵션
ShowMLVL = OFF
ShowMonsterResists = OFF
ShowEtherealPrefix = OFF
ShowRuneNumbers = OFF
ShowSocketNumbers = OFF
ShowEntranceNames = OFF
ShowBossStats = OFF
////////////////////////////////////////////////////////////
//Chicken settings
////////////////////////////////////////////////////////////
//All of the following are percents:
LifePotionPercent = 70
ManaPotionPercent = 20
RejuveHealthPercent = 40
RejuveManaPercent = 10
LeaveGamePercent = 20
//All of the following are boolean (ON/OFF) values:
AutoHealthPotion = ON
AutoManaPotion = ON
////////////////////////////////////////////////////////////
//AutoParty settings
////////////////////////////////////////////////////////////
AutoInvite = OFF
AutoAccept = OFF
3. 설정 완료후 ATX.exe 실행 후 봇 실행(반드시 ATX부터 실행 하셔야 치킨이 적용됩니다.)
기타 질문사항은 댓글로 받습니다.