안다 4층전체쓸기/무덤 시체열기 와 카운테스 5층전체쓸기 / 상자 /무기고열기 설정방법
분류
봇관련
조회 수
2,949
추천 수
0
제 맘대로 봇을 고쳐올려도 될련지....조금은 걱정되네여.^^
디아블러네님과 봉구님 넓은맘으로 이해해주시길 바랍니다.
libs파일
케릭설정 파일
안다부분
function AXP_Variables() {
AXP_UseHellCoords=false;
AXP_ClearCatacombs4 = true; 첨가
AXP_OffsetY=-3;
AXP_OffsetX=2;
XP_SwitchOnKill=false;
XP_SwitchHP=40;
XP_StallKill=false;
XP_StallHP=40;
XP_StallSkipPhys=true;
XP_OpenChests = true; 첨가
카운테스 부분
function CXP_Variables() {
CXP_ShowRuneConsole=true;
CXP_ClearLevel5 = true; 첨가
XP_SwitchOnKill=false;
XP_SwitchHP=40;
XP_StallKill=false;
XP_StallHP=40;
XP_StallSkipPhys=true;
DA_CheckImmunes=true;
DA_CheckEnchantements=true;
DA_CheckAuras=true;
XP_KillMinions=true;
XP_KillMinionsFirst=false;
XP_OpenChests = true; 첨가
bots파일
안다 xp부붙
// Pick the dropped items
DSN_PickItems(XP_IdItems);
cstick = getUnit(2); 여기부터
do{
if(cstick&&cstick.name=="CorpseOnStick") {
cpos = DP_FindClosestWalkable(cstick.x,cstick.y);
commPather.GotoDest(cpos.x,cpos.y);
DM_TouchObject(cstick);
DC_PingDel(100);
DSN_PickItems(XP_IdItems);
}
}while(cstick&&cstick.getNext());
commPather.ExploreLevel(15, XP_KillMonsters, XP_KillMonsters, false);
cstick = getUnit(2);
do{
if(cstick&&cstick.name=="CorpseOnStick") {
cpos = DP_FindClosestWalkable(cstick.x,cstick.y);
commPather.GotoDest(cpos.x,cpos.y);
DM_TouchObject(cstick);
DC_PingDel(100);
DSN_PickItems(XP_IdItems);
}
}while(cstick&&cstick.getNext()); 여가까지 첨가
// Quit the game
XP_CloseScript();
카운테스xp부분
// Kill Countess
if (target) { XP_KillBoss( "The Countess", 45, 0x04, false, _CXP_UseLoader ); }
이부분첨가 if(CXP_ClearLevel5) { commPather.ExploreLevel(15, XP_KillMonsters, XP_KillMonsters, false); }
// Increase the kills counter
DL_AddKill();
첨 봇 설치하고 아무것도 모르고 디아블러네님 봇하고 봉구님 봇을 짜집기 해서 사용했는데...그땐 우연히..
잘돌아가더군여..ㅋㅋ 안다 4층과 카운 5층 몹 다잡고 상자 다열었는데...
여러번 봇 재설치 과정과 봇의 업데이트 과정중 이부분이 안되더라구여.. 포기하고 ...사용하던중..
오늘 함 찾아봤어여..ㅋㅋ 첨접할때보다....눈에 들어오는게 많더군여..
재설정하구 봇돌리니 에러 안뜨고 원하는대로 전체쓸고 상자열더군여...카운테스쓸때 렉이 좀 있는거 같더군여.
인터넷떄문인지...봇설정 떄문인지.. 이부분은.잘 모르겠더군여..