피트 1.2 층 모두 쓸어 줍니다..화이어/오브 소서입니다...
분류
봇관련
조회 수
4,393
추천 수
1
조금 느릴수도 있지만 안정적으로 잘 잡습니다...
1층 전부를 쓰는건 아니지만 2층가는 길목은 다 쓸러주네요^^
밑부분부터----
//////////////////////////////////////////////////////////////////////
//
// 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.0
// Updated on 2005/04/15
//
// Original authors : Xizeta
// Collaboration : Ven0m, Muellsammler, Darien, Killkeeper, Damoon, HellNucleus,
// DaBeerMan, Gill_105, Syadasti, Smoke and others :)
//
// Legal stuff :
// 1. This program is free software; You can redistrubute freely as long as this
// header and contents stays intact.
// 2. 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 and wanted to redistribute this script, you
// must rename it by replacing XP/d2jsp with your own name to avoid conflicts.
// 3. You may not modify or change the existing code other than for your own personal use with the XP name
// 4. Any copies of this software must always be compatible with the current d2jsp-common libs
// 5. The sale of this software is strictly forbidden
//
// 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.0";
//////////////////////////////////////////////////////////////////////
// ***** 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=false; // Clear level 1 while pathing to the next level
var TPXP_ClearingRadius=20; // 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("