LXP_IPList.push("50");우버 이벤트 아이피 기록 LXP_IPList.push("51"); LXP_IPList.push("52"); =============================================================== 3. General configuration
XP_AbortNoMerc = true; 용병 죽어도 계속 사냥 XP_StopFullInv = false; 인벤이 찾을때 정지 XP_StopNoRepair = false;돈이 없어 수리 못하면 정지 DT_UseMerc = true; 용병 고용 DM_UseTeleport=true; 텔레 포트 사용 XP_ClearPath = false; 전체 쓸기 =============================================================== 4.InTown configuration
XP_BuyKeys = true; 키구입 XP_ShopIt = false; XP_AlwaysHealer = false; 항상 npc에게 가기 XP_AlwaysRepair = false; 항상 수리 XP_RandomNPC = false; ===============================================================
BUXP_ClearArea = true;마고트 3층 상자앞 전체 쓸기 BUXP_ClearPathToLevelTwo = false; //doesn't work for some reason BUXP_ClearPathToLevelThree = false; //doesn't work for some reason BUXP_ClearPathToBurrower = false; //doesn't work for some reason ================================================================ 12.ChaosXP configuration
CSXP_ClearRiver = false;불길의 강 쓸기 CSXP_ClearChaos = false;카오스 입구 부터 쓸기 CSXP_Retries = 3; CSXP_KillDiablo = true; 디아 잡기 ================================================================ 13.CountessXP configuration
MSXP_KillRaven=true;레이븐 잡기 MSXP_DoMausoleum=true;Mausoleum 쓸기 ================================================================ 16.MephXP configuration(메피)
MXP_AlwaysGoAct4=false;항상 빨간 포탈을 이용 액트4로 이동하기 MXP_OpenUberChest=true;메피 위 상자 열기 MXP_BridgeWait = 1000; MXP_ChestStand=true; 무기창 열기 MXP_ClearAll = true; 전체 쓸기 true일때 전체 상자 염 XP_CouncilAbort=true;카운실 무시 XP_CouncilDist=20; XP_Static=10; ================================================================
17.NihlathakXP configuration(나락)
NXP_UseWaypoint=false;빨간 포탈 없을때 웨이 이용하기 NXP_KillPindle=true; 핀들 잡기 NXP_KillNihlathak=true;나락 잡기 NXP_SkipPindleOnChicken=false; NXP_AttackMode=1; 공격 모드 XP_KillMinions=true; ================================================================ 18.PindleXP configuration
PXP_NithExtension=true;나락 스크립 확장,나락 잡을땐 항상 true PXP_AttackZombies=true;핀들 앞마당 좀비 잡기 ================================================================ 19.SummonerXP configuration
SXP_KillFireEye = true;궁전 3층 파이어 아이 잡기 SXP_SkipSummoner = false; SXP_KillMonsters=false; true는 생츄어리 쓸기 ================================================================ 20.TombsXP configuration
TBXP_ClearTomb = false;탈방 쓸기(듀리엘 있는 곳만) TBXP_KillDuriel = true;듀리엘 잡기 ================================================================ 21.WaypointsXP configuration
// still missing target if (target.hp > (_prevhp-2000)) {
// Move to the target commAttack.GotoDest(target.x, target.y);
// Set the aura on the right hand DC_PutSkill(XP_PallyAura,0); }
을, 아래 처럼 수정후 저장
// still missing target if (target.hp > (_prevhp-2000)) {
// Move to the target mpos = DP_FindClosestWalkable(target.x, target.y+rnd(-3,3)); if(!mpos) commAttack.GotoDest(target.x, target.y); else DM_MoveTo(mpos.x, mpos.y);
// Set the aura on the right hand DC_PutSkill(XP_PallyAura,0); }
2. 보스가 이뮨몹일때 잡몹부터 잡기(소서)
scripts\libs\XP\Libs 폴더에서 XP_Include.d2l 열고
var _XP_UseTeleOnImmune=false; true로 수정 - 이뮨 보스일 경우 텔레키니스트로 공격
// Target is immune and user set using telekinesis on boss if (!_XP_haveUntimed && !_XP_haveTimed && (_XP_UseTeleOnImmune || !XP_ClearPosition(30,target))) 를 아래와 같이 수정
// Target is immune and user set using telekinesis on boss if (!_XP_haveUntimed && !_XP_haveTimed && (_XP_UseTeleOnImmune && XP_ClearPosition(30,target)))
3. 듀리엘 잡고 아템 안집는 현상 수정
\scripts\bots의 TombsXP파일 열고
TombsXP libs loading 이곳 찾아서
// Increase the kills counter then leave the game // For TBXP,a kill is equal to a completed run so with a small note, it is fine as is. DL_AddKill();
// Pick the dropped items //추가 DSN_PickItems(XP_IdItems);//추가
오호,... 깔끔 정리..
감사합니다.
그리고, 용병죽었을때 사냥은
XP_AbortNoMerc = true; 용병 죽어도 계속 사냥
요렇게 하셨는데.
제 생각에는
XP_AbortNoMerc = true; 용병이 죽었는데 돈 없어서 못 살리면 봇 정지
XP_AbortNoMerc = true; 용병이 죽었는데 돈 없어서 못 살려도 봇 계속 실행
아닌가요?
핑크티
CarpeDiem[원로원][A2
네스[A1L]
뽀송
디아블러네[A1L]
지금 하고 있냐?[A1L]
운아[A2L]
SKY-AMAFURY
디아블러네[A1L]
쉐도우다크어쎄신
박군이
카발2
운아[A2L]
이상현
소서의슬픔[A3SL]
금붕어
디아블러네[A1L]
oO네크로맨서Oo
습격자[빠르크]
다크스피릿
jh-yo!
나타[A1,L]
Odyssey1974
이경진
에이스후
김민상