Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Diablo 2
You last visited: Today at 02:08

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



suche dia script star für d2bs 1.3.2

Discussion on suche dia script star für d2bs 1.3.2 within the Diablo 2 forum part of the Other Online Games category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2010
Posts: 660
Received Thanks: 31
suche dia script star für d2bs 1.3.2

hallo zusammen

suche ein diarun script von star
sollte public run geeignet sein

ich use zurzeit das script is aber von start das wie folgt aussieht :

Code:
function NT_Diablo() {
	print("˙c3Starting Diablo Script");
	if (!NTTM_CheckAct()) {
		return false;
	}
	NTTMGR_TownManager();

	print("˙c8Going to River of Flame");
	if (!NTTM_TownMove("waypoint")) return false;
	if (!NTM_UsePortal("Waypoint", 107)) {
		print("˙c8Seems we do not have the waypoint, Lets go get it! Traveling to River of Flame");
		NTM_TravelTO(107);
		print("˙c8Interacting with Waypoint as we don't have it.");
		NTM_GotoWaypoint(107, true, 10000);
	}
	print("˙c5Precasting");
	NTP_DoPrecast();
	print("˙c8Going to Chaos Sanctuary");
	if (!NTM_MoveTo(7797, 5600)) return false;
	if (!NTM_TeleportTo(7797, 5560)) return false;

	if (NTConfig_PublicMode) {
		var _attackpos = [7792, 5525, 7793, 5501, 7773, 5495, 7768, 5480, 7767, 5458, 7770, 5438, 7774, 5417, 7767, 5391, 7768, 5369, 7769, 5345, 7770, 5320, 7780, 5308];

		if (!NTM_MoveTo(7790, 5544)) return false;

		NTA_ClearPosition(25, 0x04);
		NTA_ClearPosition(25);
		NTA_ClearPosition();
		NTSI_PickItems();
		NTA_ClearPosition(35, 0x04);
		NTA_ClearPosition(35);
		NTA_ClearPosition();
		NTSI_PickItems();

		NTM_MoveTo(7790, 5544);

		NTC_PingDelay(1000);

		NTA_ClearPosition(25, 0x04);
		NTA_ClearPosition(25);
		NTA_ClearPosition();
		NTSI_PickItems();
		NTA_ClearPosition(35, 0x04);
		NTA_ClearPosition(35);
		NTA_ClearPosition();
		NTSI_PickItems();

		NTM_MoveTo(7790, 5544);

		NTM_MakeTP();
		say(DiabloTPMsg);
		NTA_ClearPosition(25, 0x04);
		NTA_ClearPosition(25);
		NTA_ClearPosition();
		NTSI_PickItems();
		NTA_ClearPosition(35, 0x04);
		NTA_ClearPosition(35);
		NTA_ClearPosition();
		NTSI_PickItems();
		NTC_Delay(1000);
		NTM_MoveTo(7790, 5544);
		NTA_ClearPosition(25, 0x04);
		NTA_ClearPosition(25);
		NTA_ClearPosition();
		NTSI_PickItems();
		NTA_ClearPosition(35, 0x04);
		NTA_ClearPosition(35);
		NTA_ClearPosition();
		NTSI_PickItems();
		NTC_Delay(1000);
		print("˙c5Precasting for party members benifit.");
		NTP_DoPrecast();

		for (var i = 0; i < _attackpos.length; i += 2) {
			NTM_MoveTo(_attackpos[i], _attackpos[i + 1], 1, true);
			//NTM_MoveTo(x, y, retry, clearpath)

			NTA_ClearPosition(25, 0x04);
			NTA_ClearPosition(30);
			NTSI_PickItems();
		}
		NTT_CleanPotions();
	}

	if (!NT_OpenSealsInt()) return false;

	if (NTConfig_PublicMode) say(KillingDiabloMsg);

	NTT_CleanPotions();

	if (!NTM_MoveTo(7800, 5294)) return false;

	if (NTConfig_CheckSafe) {
		if (!NTTMGR_CheckSafe(3)) return false;
	}

	while (!NTC_FindMonster(243)) //diablo
	NTC_DoCast(112, 2);
	NTC_DoCast(112, 2);
	NTC_DoCast(112, 2);
	NTC_Delay(250);
	print("˙c1Killing Diablo");
	if (!NTA_KillBoss(243)) //diablo
	return false;

	NTSI_PickItems();

	if (NTConfig_PublicMode) say("NG!");

	return true;
}

function NT_OpenSealsInt() {
	var _unit;
	var _result;

	_unit = NTC_GetPresetUnits(NTC_UNIT_OBJECT, 396);

	if (!_unit) return false;

	if (_unit[0].roomy * 5 + _unit[0].y == 5275) _result = NT_OpenVizierSealInt(1);
	else _result = NT_OpenVizierSealInt(2);

	if (!_result) return false;

	NTT_CleanPotions();

	_unit = NTC_GetPresetUnits(NTC_UNIT_OBJECT, 394);

	if (!_unit) return false;

	if (_unit[0].roomx * 5 + _unit[0].x == 7773) _result = NT_OpenDeSeisSealInt(1);
	else _result = NT_OpenDeSeisSealInt(2);

	if (!_result) return false;

	NTT_CleanPotions();

	NTP_DoPrecast();

	_unit = NTC_GetPresetUnits(NTC_UNIT_OBJECT, 392);

	if (!_unit) return false;

	if (_unit[0].roomx * 5 + _unit[0].x == 7893) _result = NT_OpenVenomSealInt(1);
	else _result = NT_OpenVenomSealInt(2);

	return _result;
}

function NT_OpenVizierSealInt(type) {
	var i, n;
	var _attackpos = [7740, 5300, 7740, 5280, 7720, 5280, 7720, 5300];

	for (i = 0; i < _attackpos.length; i += 2) {
		NTM_MoveTo(_attackpos[i], _attackpos[i + 1]);

		NTA_ClearPosition(25, 0x04);
		NTA_ClearPosition(25);
		NTA_ClearPosition();
		NTSI_PickItems();
		NTA_ClearPosition(35, 0x04);
		NTA_ClearPosition(35);
		NTA_ClearPosition();
		NTSI_PickItems();
	}

	for (i = 0; i < 3; i++) {
		if (type == 1) {
			NT_OpenSealInt(395, 7654, 5310);
			NT_OpenSealInt(396, 7659, 5277);

			NTM_MoveTo(7665, 5277);
		} else {
			NT_OpenSealInt(395, 7650, 5276);
			NT_OpenSealInt(396, 7651, 5310);
		}

		for (n = 0; n < 8; n++) {
			NTC_Delay(250);

			if (NTA_KillBoss(getLocaleString(2851))) //Grand Vizier of Chaos
			{
		NTA_ClearPosition(25, 0x04);
		NTA_ClearPosition(25);
		NTA_ClearPosition();
		NTSI_PickItems();
		NTA_ClearPosition(35, 0x04);
		NTA_ClearPosition(35);
		NTA_ClearPosition();
		NTSI_PickItems();

				return NTM_MoveTo(7750, 5280);
			}
		}
	}

	return false;
}

function NT_OpenDeSeisSealInt(type) {
	var i, n;
	var _attackpos = [7780, 5255, 7800, 5255, 7800, 5235, 7780, 5235];

	for (i = 0; i < _attackpos.length; i += 2) {
		NTM_MoveTo(_attackpos[i], _attackpos[i + 1]);

		NTA_ClearPosition(25, 0x04);
		NTA_ClearPosition(25);
		NTA_ClearPosition();
		NTSI_PickItems();
		NTA_ClearPosition(35, 0x04);
		NTA_ClearPosition(35);
		NTA_ClearPosition();
		NTSI_PickItems();
	}

	for (i = 0; i < 3; i++) {
		if (type == 1) {
			NT_OpenSealInt(394, 7769, 5158);

			NTM_MoveTo(7771, 5196);
		} else {
			NT_OpenSealInt(394, 7810, 5156);

			NTM_MoveTo(7770, 5169);
		}

		for (n = 0; n < 8; n++) {
			NTC_Delay(250);

			if (NTA_KillBoss(getLocaleString(2852))) //Lord De Seis
			{
		NTA_ClearPosition(25, 0x04);
		NTA_ClearPosition(25);
		NTA_ClearPosition();
		NTSI_PickItems();
		NTA_ClearPosition(35, 0x04);
		NTA_ClearPosition(35);
		NTA_ClearPosition();
		NTSI_PickItems();

				return NTM_MoveTo(7800, 5255);
			}
		}
	}

	return false;
}

function NT_OpenVenomSealInt(type) {
	var i, n;
	var _attackpos = [7835, 5280, 7835, 5300, 7855, 5300, 7855, 5280];

	for (i = 0; i < _attackpos.length; i += 2) {
		NTM_MoveTo(_attackpos[i], _attackpos[i + 1]);

		NTA_ClearPosition(25, 0x04);
		NTA_ClearPosition(25);
		NTA_ClearPosition();
		NTSI_PickItems();
		NTA_ClearPosition(35, 0x04);
		NTA_ClearPosition(35);
		NTA_ClearPosition();
		NTSI_PickItems();
	}

	for (i = 0; i < 3; i++) {
		if (type == 1) {
			NT_OpenSealInt(393, 7915, 5280);
			NT_OpenSealInt(392, 7895, 5318);

			NTM_MoveTo(7892, 5298);
		} else {
			NT_OpenSealInt(393, 7905, 5277);
			NT_OpenSealInt(392, 7916, 5310);

			NTM_MoveTo(7937, 5305);
		}

		for (n = 0; n < 8; n++) {
			NTC_Delay(250);

			if (NTA_KillBoss(getLocaleString(2853))) //"Infector of Souls"
			{
				NTSI_PickItems();

				if (NTC_PutSkill(124, NTC_HAND_RIGHT)) NTC_PingDelay(1000);

				return true;
			}
		}
	}

	return false;
}

function NT_OpenSealInt(classid, x, y) {
	var _seal;

	NTM_MoveTo(x, y);

		NTA_ClearPosition(25, 0x04);
		NTA_ClearPosition(25);
		NTA_ClearPosition();
		NTSI_PickItems();
		NTA_ClearPosition(35, 0x04);
		NTA_ClearPosition(35);
		NTA_ClearPosition();
		NTSI_PickItems();

	_seal = NTC_GetUnit(NTC_UNIT_OBJECT, classid);

	if (!_seal) return false;

	if (_seal.mode > 0) return true;

	for (var i = 0; i < 4; i++) {
		if ((i % 2) == 0) {
			if (getDistance(me, _seal) > 2) NTM_MoveTo(_seal.x, _seal.y);

			_seal.interact();
		}

		NTC_Delay(500);

		if (_seal.mode > 0) return true;
	}

	return false;
}
danke im vorraus für eure antwort(en)
Snow_Junky is offline  
Old 07/10/2010, 20:17   #2
 
HcAndi20's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 769
Received Thanks: 134
Kleiner tipp beim nächsetn mal statt zitat einfach [code]Dein Text[/code] benutzen
Code:
Dann ists net ganz so lang :P
HcAndi20 is offline  
Thanks
1 User
Old 07/11/2010, 13:33   #3
 
elite*gold: 0
Join Date: Jan 2010
Posts: 11
Received Thanks: 1
schau mal auf script development bei eon dort gibs eh ne verbesserte version als ursprünglich, die eigentlich super läuft

edit: die beginnt eigentlich auch vom stern aus
sgk_Boy is offline  
Reply


Similar Threads Similar Threads
D2BS 1.13???
09/15/2010 - Diablo 2 - 3 Replies
heyy leutzz, meine frage ist bestimmt wider die 1000ste frage hier ich weis tut mir auch leid :'( ich wollt nur schnell fragen wo und wie ich dieses prog: D2BS 1.13 downloaden kann?! ich habe KEIN torrent!!! brauche dringend hilfe will unbedingt meinen ww barn mit dem bot laufen lassen, möchte aber nicht noch extra ne eni hollen(bin nicht so der fan von eni).
[suche] d2nt level rush script 1-25 / follow script
06/23/2010 - Diablo 2 Programming - 5 Replies
moin erstmal sry falls es da doch schon was passendes zu gab - hab schonmal gesucht aber nur alte sachen gefunden oder eben antworten in richtung "geht so schnell dafür braucht man keinen bot" ^^ mein problem besteht darin dass ich für lvl 1 bis 20 immer x stunden brauche - trist geht ja noch halberwegs aber mit tombruns such ich mich immer dusselig ^^ - bzw cows sind noch schlimmer (dafür geht das cow-script für d2nt ausm bluebird zumindest halberwegs) die frage ist jetz die - giebt...
D2BS mit OOG 1.3
05/01/2010 - Diablo 2 Programming - 4 Replies
die d2nt-alternative ist schnell konfiguriert OOG.exe ist eure bot exe und dort editiert ihr eure accounteinstellungen OOG with 1.3\YAMB\libs\YAMB\configs enthält eure bot konfiguration, ähnlich wie bei d2nt in OOG with 1.3\YAMB\settings befinden sich die pickit scripte, mit einigen ausführlichen beispielen
D2BS Ladderreset Script!
03/23/2010 - Diablo 2 - 20 Replies
Hi , die neue Ladder fängt in "wenigen" Stunden an. Daher hab ich mich heute kurz hingesetzt und mir überlegt wie ich am besten anfange zu botten in der neuen Ladder. Da gibts nur eins: Mephisto Moat Trick -> Nackte Sorc und trotzdem auf Hell Mephisto legen. Klingt nice w00t :D? Direkt mal auf Eon geschaut obs solche skirpts gibt und ja gibt es aber leider nur für eine alte D2NT und eine veraltete D2BS Version. Da ich denke ,dass D2BS einer der ersten Bots sein wird die auf 1.13...
D2BS MF Bot für 1.13 beta!!!
03/05/2010 - Diablo 2 - 389 Replies
Hi @ all epvp member,:D ich habe gestern my friend hk18 versprochen das ich heute eine Anleitung schreibe somit habe ich mich mal mit den D2BS MF Bot für Beta Patch 1.13 befasst und möchte somit eine dazu schreiben wie man den zum Laufen bekommt. Erst mal in voraus auf update für Windows schauen ob ihr auf den aktuellen Stand seid. Habt hier mal die links für Microsoft Visual C++ 2008! Für win xp! File-Upload.net - vbsetup.exe



All times are GMT +2. The time now is 02:08.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.