Skip to content

팁 게시판

XP봇] 피트1층까지만 몬스터를 잡는 스크립트

분류 봇관련 조회 수 1,582 추천 수 0

피트2층 도는 부분이 달려햄딘한테는 쥐약이라 찾아서 지웠습니다.
피트2층까지 몹안잡고 가서 뚜껑만 따시는 분들이 계실것같아 스크립 전체를 올립니다.
\script\bots\PtiXP.d2j 파일을 열어서 내용을 모두 삭제하신후에 붙여넣기하시면 됩니다.

//-아래부터-//
//////////////////////////////////////////////////////////////////////
//
// Xizeta's PitXP script
// The Pit runs bot script.
//
// The script will use any char.
//
// It is suggested to keep a Tome of Identification in
// inventory to make it work better.
//
// Version 2.3b
// Updated on 2005/07/01
//
// Original authors : Xizeta
// Collaboration : Ven0m, Muellsammler, Darien, Killkeeper, Damoon, HellNucleus,
// DaBeerMan, Gill_105, Syadasti, Smoke and others :)
//
// Legal stuff :
// 1. D2jsp is NOT free, to use it you MUST pay 25$ to njaguar ( see details at www.d2jsp.org ) and d2jsp software
// must ONLY be used with a legit and paid for d2jsp.key which can only be obtained by paying.
// 2. You may NOT redistribute this or any files which resides on the site www.d2jsp.org in any way what so ever
// including but not limited to making it available for download/upload to anyone without the expressed consent
// ( in writing or otherwise ) of the authors of the files. All headers and text documents must remain and contents stay intact.
// The usage of scripts, part of scripts and/or files are permitted as long as they are used for scripts
// which is being hosted at www.d2jsp.org with credit of the authors which made the parts of the scripts or files used.
// 3. MODIFICATIONS for redistribution can only be done by submitting to the core scripters team for approval. If you don't
// want to submit the modifications you may not redistribute any files from the d2jsp core or scripts
// 4. You may not modify or change the existing code other than for your own personal use.
// 5. Any copies of this software must always be compatible with the current d2jsp-common libs
// 6. The sale of this software is strictly forbidden
// 7. Only a person which has paid for ( or otherwise proven that key was paid for) the d2jsp key
// to njaguar ( mr Paul Taulborg) may use the scripts and/or files from www.d2jsp.org
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY
// or FITNESS FOR A PARTICULAR PURPOSE.
//
//////////////////////////////////////////////////////////////////////
var TPXP_Version = "2.3b";










//////////////////////////////////////////////////////////////////////
// ***** NO EDITION BELOW THIS POINT *****
// MESSING WITH THE CODE BELOW WILL MAKE THE SCRIPT
// WORK DIFFERENTLY, WITH BAD RESULTS !!
//////////////////////////////////////////////////////////////////////


//////////////////////////////////////////////////////////////////////
// Script public variables
//////////////////////////////////////////////////////////////////////

// General variables
var TPXP_MoveFromOuterWP=true; // Set to true to move from Outer Cloister waypoint
var TPXP_ClearLevel1=true; // Clear level 1 while pathing to the next level
var TPXP_ClearingRadius=25; // Radius of each clearing call


//////////////////////////////////////////////////////////////////////
// Script private variables
//////////////////////////////////////////////////////////////////////

var _TPXP_UseLoader = false;

// Classes
var commPather = false;


//////////////////////////////////////////////////////////////////////
// PitXP functions
//////////////////////////////////////////////////////////////////////

function TPXP_GoToThePit() {

 // Display a overhead while moving
 if (XP_UseOverheads) { me.overhead("Going to The Pit"); }

 // If we are in the Outer Cloister area, use this part (Deprecated code, delete when crossarea pathing is added)
 if (me.area == 27) {

 // Move from Outer Cloister WP to Monastary Gate
 if (me.y > 4950) {

 DM_MoveTo(15140,4972,true);
 DM_MoveTo(15145,4991,true);
 }
 else if (me.y > 4930) {

 DM_MoveTo(15155,4956,true);
 DM_MoveTo(15156,4970,true);
 DM_MoveTo(15159,4993,true);
 }
 else {

 DM_MoveTo(15170,4936,true);
 DM_MoveTo(15160,4952,true);
 DM_MoveTo(15156,4970,true);
 DM_MoveTo(15159,4993,true);
 }

 // Enter Monastary Gate and Goto Tamahoe Highlands
 DM_MoveTo(15155,5012,true);
 DM_MoveTo(15140,5021,true);
 DM_MoveTo(15138,5044,true);
 DM_MoveTo(15138,5066,true);

 // Enter Tamahoe Highlands
 DM_MoveTo(15139,5091,true);
 DM_MoveTo(15139,5113,true);
 }
 // End -> (Deprecated code, delete when crossarea pathing is added)

 // Move from current position to the entrance of The Pit
 DC_Print("
  • 까드™ 2005.12.25 16:04
    감사합니다.^^ 잘쓸께요^^
  • 김민우 2005.12.25 16:24
    팔라용인가요?
  • YG 2005.12.25 16:31
    기존 스크립트에서 피트2층부분만 지웠습니다. 클래스는 XP_Config_####_#### 이것만으로도 충분하죠 달려햄딘은 2층에서 텔레가 없기때문에 에러가 많이나서 2층부분만 지운것뿐입니다.
  • YG 2005.12.25 16:32
    2층까지 전부 잡으시려면 디아블러네 님의 링크된 자료중에서 XP(2.3b)Scripts.zip 파일을 받아서 피트부분만 교체해주면 됩니다.
  • [MK]LOVE♡ 2005.12.25 16:34
    감사합니다

팁 게시판

번호 분류 제목 글쓴이 날짜 조회
공지   게시판 푸시 알림 / 통합 앱 서비스 31 file 트디개발자 2023.09.20 838.9k
공지 디아관련 에테리얼 벅큐빙 표 219 eunnanoDiablo™ 2008.03.05 140.6k
공지 디아관련 케릭별 갑옷 착용 모습 325 수린[아빠] 2009.06.09 111.7k
공지 디아관련 디아블로 각종 팁과 정보 간추림 입니다 (_ _) 1547 조은아저씨 2010.05.24 211.8k
공지 봇관련 유니크 업글 표 366 file 카인 2013.11.02 413.3k
공지   맨땅 초보자 가이드 598 file 뮤리아 2020.10.16 996.1k
공지   카카오톡 1:1 채팅방 만드는 법 101 트디개발자 2018.05.20 425.0k
341 봇관련 d2jsp.dll v1.0.11 이 나왔습니다. 7 봉구입니다 2005.12.26 2.9k
340 봇관련 failed to drop문제 전 해결이 된것 같네요... 22 태영[아빠]A1L 2005.12.25 1.8k
339 봇관련 XP 봇에서 스크립정지키 바꾸기 6 봉구입니다 2005.12.25 1.9k
338 봇관련 캐릭이 조인까지는 하는데 암것도 안하시는분들 보세요 5 아르티어스[USEastL] 2005.12.25 1.0k
337 봇관련 d2jsp창에 install 클릭후에도 자동로그인이않되시는분들 보세여 3 tb빈 2005.12.25 2.1k
336 봇관련 엘드리치잡고 바로 생크가는 스크립트입니다. 12 YG 2005.12.25 1.6k
335 봇관련 피트 1.2 층 모두 쓸어 줍니다..화이어/오브 소서입니다... 23 겸이[아빠]A1L 2005.12.25 4.4k
> 봇관련 XP봇] 피트1층까지만 몬스터를 잡는 스크립트 5 YG 2005.12.25 1.6k
333 봇관련 단군맵핵을 이용해 봇돌리면서 딴일하기[failed to drop오류 회피가능] 20 file 까드™ 2005.12.25 3.1k
332 봇관련 jsp봇 한번이라도 돌려보자 무작정따라하기...(수정) 43 [A1L]릴리스 2005.12.25 7.5k
331 봇관련 fail to drop 의 임시해결법 및 loader 에러에 관한 내용입니다. 14 Amadeus 2005.12.25 2.0k
330 봇관련 봇 돌아가는 중 봇순이(돌이)가 인벤에있는 아이템을 버린다.... 29 겸이[아빠]A1L 2005.12.24 2.9k
329 봇관련 [D2JSP 에러나시는분들 필독하세요] 6 사랑해요이이잉 2005.12.24 3.3k
328 봇관련 엘드리치/생크] 에러메시지가 떠 한번 더 도는 현상을 없에는 방법 5 YG 2005.12.24 1.4k
327 봇관련 xp봇돌릴때 에러 나시는분 4 우즈마키나루토 2005.12.24 2.4k
326 봇관련 XP봇, 소환술사 스크립입니다.(2차수정) 21 봉구입니다 2005.12.24 2.7k
325 봇관련 생크 두번 잡으러 가는 애러 수정 4 디아블러네[A1L] 2005.12.24 1.3k
324 봇관련 봇에서 3종키(공포/증오/파괴) 줍기 27 봉구입니다 2005.12.24 4.5k
323 봇관련 JSP+XP 봇을 돌려 보자.(수정화일 첨부) 92 디아블러네[A1L] 2005.12.24 14.4k
322 봇관련 XP 봇 상점에러 수정하기 30 봉구입니다 2005.12.24 3.7k