Register for your free account! | Forgot your password?

You last visited: Today at 19:33

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

Advertisement



[Release] Muddy's D2NT

Discussion on [Release] Muddy's D2NT within the Diablo 2 Programming forum part of the Diablo 2 category.

Reply
 
Old 03/01/2012, 20:22   #5836
 
elite*gold: 0
Join Date: May 2009
Posts: 788
Received Thanks: 50
Quote:
Originally Posted by kal_el View Post
wenn du reinschaust,.... is alles durch die delays geregelt die du oben einstellen kannst.
ich find da ned auch wirklich was.

btw.
warum ist das auskomentiert muddy? interessehalber .

game joinen is ja da
Code:
 case 5: // Join Game
		if (Game)
		{
			ControlData.setText( ControlData.controls.lobby.join.editBox.gameName, Game);
			Delay(100);
			ControlData.setText( ControlData.controls.lobby.join.editBox.password, GamePassword);
			for(var i = 0; i < DelayedJoinChars.length; i++)
			{
				if(me.charname.toLowerCase() == DelayedJoinChars[i].toLowerCase() || me.account.toLowerCase() == DelayedJoinChars[i].toLowerCase())
				{
					Delay(MultipleLeecherJoinDelay * i);
					break;
				}
			}
			Delay(JoinDelay);
			ControlData.click(ControlData.controls.lobby.join.button.joinGame);
			RunGC(); // run garbage collector between each game
			locationTimeout(5000, location);
			LastGameStatus = 1; // pending join
such dir langsamere runs
case 5: // Join Game hatte ich auch schon angepasst das aendert alles nix an der Zeit zwischen dem gamenamen eingeben und dem login druecken ^^

die runs sind ja nicht zu schnell nur zu beliebt ^^ ist einer der babybaal/pornobaal mods >,< da sind die runs DIREKT voll -.-
joshiii is offline  
Old 03/01/2012, 20:29   #5837
 
kal_el's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 7,310
Received Thanks: 2,205
andere runs, runnen genauso.
kal_el is offline  
Old 03/01/2012, 21:48   #5838
 
Hirnverbrannt's Avatar
 
elite*gold: 2
Join Date: May 2009
Posts: 1,024
Received Thanks: 114
Quote:
Originally Posted by Muddy Waters View Post
Du änderst die Funktion MWC_GetSlotID() entsprechend ab, diese ist in der NTCommon library implementiert.



If you'd merely like to define a single mule, don't use a for loop.
You are currently creating 8 objects for the very same mule which which of course isn't particularly useful.

If you would like to define two mules, the first one on location 0 (first row, left) and the second one on location 1 (first row, right) and have the first one pick runes and the second one pick everything else, your config should be similar to this:
Code:
case "sir.smarder1":					 			// <-- Enter your bot's account name here. (lower case only!)
	Automule.GameName = "trol_muleIV"; 				// Enter the name of your mule game here. Note: don't use the same game for multiple bot chars.
	Automule.GameNamePassword = "game password";	// Enter the password of your mule game here.
	
	_newMule = new Mule(); 							// Create a new mule object. (no need to change anything here)
	_newMule.Account = "here is my mule acc"; 		// Enter the name of your mule account here.
	_newMule.Password = "here is my pass"; 			// Enter the password for your mule account here.
	_newMule.NipFiles.push("mule/runes.nip"); 		// Enter any number of mule paths here.
	_newMule.CharLoc = 0; 							// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
	Automule.Mules.push(_newMule);					// Add the mule you just created. (no need to change anything here)
	
	_newMule = new Mule(); 							// Create a new mule object. (no need to change anything here)
	_newMule.Account = "here is my mule acc"; 		// Enter the name of your mule account here.
	_newMule.Password = "here is my pass"; 			// Enter the password for your mule account here.
	_newMule.NipFiles.push("mule/all.nip"); 		// Enter any number of mule paths here.
	_newMule.CharLoc = 1; 							// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
	Automule.Mules.push(_newMule);					// Add the mule you just created. (no need to change anything here)
	break;
top support danke!
nur jetzt bo't er sich ja mit wizzy
ich möchte das er mit dem 1. slot "kämpft" bzw teleportiert und mit dem 2. slot(2x hoto) sich bo't
Hirnverbrannt is offline  
Old 03/01/2012, 23:33   #5839
 
r3xxor's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 54
Received Thanks: 62
Jemand ne ahnung warum beim rushen der quester die quests nicht fertig macht? steht bei andariel rum und WAITING QUEST COMPLETION

dabei ists schon durch und ich muss eig nur noch mit warriv reden...
r3xxor is offline  
Old 03/02/2012, 11:11   #5840
 
elite*gold: 0
Join Date: Jan 2011
Posts: 43
Received Thanks: 0
Zitat:
Warum nich noch ne MF-***** reinstellen (dachte so an 1xxx%MF)? Aber....


next:
weils nix bringt?

hmmm...also ich kenne die Meinungen hierzu...aber ich kann da nich so ganz zustimmen...hinter MF% steckt doch eine mathematische Funktion...ergo muss es zwangsweise einen Einfluss haben.

Inwieweit is mir nich ganz klar. Deswegen würd ich das gerne ausprobieren wollen...

Naja, wenn es aber kein konkretes Skript gibt kann ich das eh vergessen....glaub nicht das irgendjemand (muddy) Lust hat das extra zu programmieren.

life goes on...
palados is offline  
Old 03/02/2012, 12:56   #5841
 
elite*gold: 0
Join Date: Oct 2010
Posts: 105
Received Thanks: 11
ich habe 4 chars in einem game und ein paar leecher. die runs dauern zwischen 5 und 5:30 minuten. alle 10 Spiele lasse ich die chars den key wechseln. Warum krieg ich immer noch wna? das ist doch lächerlich....
getgoodson is offline  
Old 03/02/2012, 13:01   #5842
 
elite*gold: 0
Join Date: Oct 2011
Posts: 121
Received Thanks: 126
Wieviele Keys hast denn pro Char?

Bei mir war erst Ruhe, als ich für jeden Char 3 Keys benutzt hatte.
-Sun- is offline  
Old 03/02/2012, 13:03   #5843
 
elite*gold: 0
Join Date: May 2009
Posts: 788
Received Thanks: 50
Quote:
Originally Posted by getgoodson View Post
ich habe 4 chars in einem game und ein paar leecher. die runs dauern zwischen 5 und 5:30 minuten. alle 10 Spiele lasse ich die chars den key wechseln. Warum krieg ich immer noch wna? das ist doch lächerlich....
ich glaube dass das fast allen so geht ^^ probleme mit rd etc obwohl die garnicht sein duerften ^^ blizzard trollt uns einfach gerne =/
joshiii is offline  
Old 03/02/2012, 16:40   #5844
 
elite*gold: 0
Join Date: Oct 2010
Posts: 105
Received Thanks: 11
Quote:
Originally Posted by -Sun- View Post
Wieviele Keys hast denn pro Char?

Bei mir war erst Ruhe, als ich für jeden Char 3 Keys benutzt hatte.
2. hab insgesamt nur 8.
Bei dir läufts jetzt echt 24/7? also bzgl wna keine probleme mehr?
getgoodson is offline  
Old 03/02/2012, 17:40   #5845
 
elite*gold: 0
Join Date: May 2009
Posts: 788
Received Thanks: 50
Quote:
Originally Posted by getgoodson View Post
2. hab insgesamt nur 8.
Bei dir läufts jetzt echt 24/7? also bzgl wna keine probleme mehr?
alsoooooo wenn ich mal von mir ausgehe ich hatte auch immer rd mit 2 keys obwohl ich nicht mehr als 20 runs pro key die stunde gemacht habe ~ 2:30min runs seit ich 3 keys benutze hatte ich nie mehr probleme..... total seltsam ^^ ging aber schon mehreren so
joshiii is offline  
Thanks
1 User
Old 03/02/2012, 19:48   #5846
 
elite*gold: 0
Join Date: Oct 2011
Posts: 121
Received Thanks: 126
Quote:
Originally Posted by getgoodson View Post
2. hab insgesamt nur 8.
Bei dir läufts jetzt echt 24/7? also bzgl wna keine probleme mehr?
Jep, das läuft jetzt schon etliche Tage oder sogar schon Wochen mit 3 Chars in diabaal runs perfekt.
-Sun- is offline  
Old 03/03/2012, 12:17   #5847
 
elite*gold: 0
Join Date: Sep 2010
Posts: 8
Received Thanks: 0
Quote:
Originally Posted by Muddy Waters View Post
Du änderst die Funktion MWC_GetSlotID() entsprechend ab, diese ist in der NTCommon library implementiert.



If you'd merely like to define a single mule, don't use a for loop.
You are currently creating 8 objects for the very same mule which which of course isn't particularly useful.

If you would like to define two mules, the first one on location 0 (first row, left) and the second one on location 1 (first row, right) and have the first one pick runes and the second one pick everything else, your config should be similar to this:
Code:
case "sir.smarder1":					 			// <-- Enter your bot's account name here. (lower case only!)
	Automule.GameName = "trol_muleIV"; 				// Enter the name of your mule game here. Note: don't use the same game for multiple bot chars.
	Automule.GameNamePassword = "game password";	// Enter the password of your mule game here.
	
	_newMule = new Mule(); 							// Create a new mule object. (no need to change anything here)
	_newMule.Account = "here is my mule acc"; 		// Enter the name of your mule account here.
	_newMule.Password = "here is my pass"; 			// Enter the password for your mule account here.
	_newMule.NipFiles.push("mule/runes.nip"); 		// Enter any number of mule paths here.
	_newMule.CharLoc = 0; 							// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
	Automule.Mules.push(_newMule);					// Add the mule you just created. (no need to change anything here)
	
	_newMule = new Mule(); 							// Create a new mule object. (no need to change anything here)
	_newMule.Account = "here is my mule acc"; 		// Enter the name of your mule account here.
	_newMule.Password = "here is my pass"; 			// Enter the password for your mule account here.
	_newMule.NipFiles.push("mule/all.nip"); 		// Enter any number of mule paths here.
	_newMule.CharLoc = 1; 							// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
	Automule.Mules.push(_newMule);					// Add the mule you just created. (no need to change anything here)
	break;
thx but i tryed and it didnt pick up the last items on the ground.:-(

it picked runes up like it is suppose to but not the rest of my items i was to mule!
The message in all.nip says

Code:
[Quality] >= 0
is that the right code for the "pick it all up" script?

This is how i made my script look atm with 4 bots running and making automule! Is it made correct?

Code:
		case "sir.smarder":					 			// <-- Enter your bot's account name here. (lower case only!)
	Automule.GameName = "trol_mule1"; 				// Enter the name of your mule game here. Note: don't use the same game for multiple bot chars.
	Automule.GameNamePassword = "game pass here";	// Enter the password of your mule game here.
	
	_newMule = new Mule(); 							// Create a new mule object. (no need to change anything here)
	_newMule.Account = "sir.smarder5"; 		// Enter the name of your mule account here.
	_newMule.Password = "my pass here"; 			// Enter the password for your mule account here.
	_newMule.NipFiles.push("mule/runes.nip"); 		// Enter any number of mule paths here.
	_newMule.CharLoc = 7; 							// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
	Automule.Mules.push(_newMule);					// Add the mule you just created. (no need to change anything here)
	
	_newMule = new Mule(); 							// Create a new mule object. (no need to change anything here)
	_newMule.Account = "sir.smarder5"; 		// Enter the name of your mule account here.
	_newMule.Password = "this is my pass"; 			// Enter the password for your mule account here.
	_newMule.NipFiles.push("mule/all.nip"); 		// Enter any number of mule paths here.
	_newMule.CharLoc = 1; 							// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
	Automule.Mules.push(_newMule);					// Add the mule you just created. (no need to change anything here)
	break;
		
			case "sir.smarder1":					 			// <-- Enter your bot's account name here. (lower case only!)
	Automule.GameName = "trol_mule2"; 				// Enter the name of your mule game here. Note: don't use the same game for multiple bot chars.
	Automule.GameNamePassword = "game pass here";	// Enter the password of your mule game here.
	
	_newMule = new Mule(); 							// Create a new mule object. (no need to change anything here)
	_newMule.Account = "sir.smarder5"; 		// Enter the name of your mule account here.
	_newMule.Password = "password here"; 			// Enter the password for your mule account here.
	_newMule.NipFiles.push("mule/runes.nip"); 		// Enter any number of mule paths here.
	_newMule.CharLoc = 7; 							// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
	Automule.Mules.push(_newMule);					// Add the mule you just created. (no need to change anything here)
	
	_newMule = new Mule(); 							// Create a new mule object. (no need to change anything here)
	_newMule.Account = "sir.smarder5"; 		// Enter the name of your mule account here.
	_newMule.Password = "password here"; 			// Enter the password for your mule account here.
	_newMule.NipFiles.push("mule/all.nip"); 		// Enter any number of mule paths here.
	_newMule.CharLoc = 2; 							// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
	Automule.Mules.push(_newMule);					// Add the mule you just created. (no need to change anything here)
	break;

	
			case "sir.smarder3":					 			// <-- Enter your bot's account name here. (lower case only!)
	Automule.GameName = "trol_mule3"; 				// Enter the name of your mule game here. Note: don't use the same game for multiple bot chars.
	Automule.GameNamePassword = "password here";	// Enter the password of your mule game here.
	
	_newMule = new Mule(); 							// Create a new mule object. (no need to change anything here)
	_newMule.Account = "sir.smarder5"; 		// Enter the name of your mule account here.
	_newMule.Password = "password here"; 			// Enter the password for your mule account here.
	_newMule.NipFiles.push("mule/runes.nip"); 		// Enter any number of mule paths here.
	_newMule.CharLoc = 7; 							// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
	Automule.Mules.push(_newMule);					// Add the mule you just created. (no need to change anything here)
	
	_newMule = new Mule(); 							// Create a new mule object. (no need to change anything here)
	_newMule.Account = "sir.smarder5"; 		// Enter the name of your mule account here.
	_newMule.Password = "password here"; 			// Enter the password for your mule account here.
	_newMule.NipFiles.push("mule/all.nip"); 		// Enter any number of mule paths here.
	_newMule.CharLoc = 3; 							// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
	Automule.Mules.push(_newMule);					// Add the mule you just created. (no need to change anything here)
	break;
	
		
		case "sir.smarder4":					 			// <-- Enter your bot's account name here. (lower case only!)
	Automule.GameName = "trol_mule4"; 				// Enter the name of your mule game here. Note: don't use the same game for multiple bot chars.
	Automule.GameNamePassword = "password here";	// Enter the password of your mule game here.
	
	_newMule = new Mule(); 							// Create a new mule object. (no need to change anything here)
	_newMule.Account = "sir.smarder5"; 		// Enter the name of your mule account here.
	_newMule.Password = "password here"; 			// Enter the password for your mule account here.
	_newMule.NipFiles.push("mule/runes.nip"); 		// Enter any number of mule paths here.
	_newMule.CharLoc = 7; 							// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
	Automule.Mules.push(_newMule);					// Add the mule you just created. (no need to change anything here)
	
	_newMule = new Mule(); 							// Create a new mule object. (no need to change anything here)
	_newMule.Account = "sir.smarder5"; 		// Enter the name of your mule account here.
	_newMule.Password = "password here"; 			// Enter the password for your mule account here.
	_newMule.NipFiles.push("mule/all.nip"); 		// Enter any number of mule paths here.
	_newMule.CharLoc = 4; 							// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
	Automule.Mules.push(_newMule);					// Add the mule you just created. (no need to change anything here)
	break;
sir.smarder is offline  
Old 03/03/2012, 15:19   #5848
 
Northern Light's Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 688
Received Thanks: 130
hey kann man bei der assa auch i.wie einstellen,
dass sie zwischen den waves shock web casted...

also das der mob gleich auf das web droped und die trotzdem die traps casted?
Northern Light is offline  
Old 03/03/2012, 16:50   #5849
 
elite*gold: 30
Join Date: Apr 2011
Posts: 779
Received Thanks: 72
habe mal eine frage zum automule

welche ist den nun richtig`habe hier 2 verschiedene text..

Code:
/**
*	This file was written by 
*	Check the programming section for updates and further scripts
*	Last Update: 15:45 20.08.2011
*/

function NT_LoadMuleConfig()
{
	var _newMule;

	Automule.MuleIsFullThreshold = 0.90;
	
	switch(me.account.toLowerCase())
	{
		//------------------------------------------------------------------------------
		// Full account sample - Copy the below case if you'd like to assign a full mule account to your bot char.
		// Note: you have to create both the account and the mules yourself before using them for auto mule.
		//
		case "your_bot's_lower_case_account_name_goes_here": 	// <-- Enter your bot's account name here. (lower case only!)
			Automule.GameName = "SomeGameName"; 				// Enter the name of your mule game here. Note: don't use the same game for multiple bot chars.
			Automule.GameNamePassword = "SomePassword";			// Enter the password of your mule game here.
			
			for(var i = 0; i < 8; i++)
			{
				_newMule = new Mule(); 							// Create a new mule object. (no need to change anything here)
				_newMule.Account = "YourMuleAccNameGoesHere"; 	// Enter the name of your mule account here.
				_newMule.Password = "YourMulePWGoesHere"; 		// Enter the password for your mule account here.
				_newMule.NipFiles.push("mule/all.nip"); 		// Enter any number of mule paths here.
				_newMule.CharLoc = i; 							// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
				Automule.Mules.push(_newMule);					// Add the mule you just created. (no need to change anything here)
			}
			
			break;
		//
		//
		//------------------------------------------------------------------------------
		
		//------------------------------------------------------------------------------
		// Single mule sample - Copy the below case if you'd like to assign single mules (even from different accounts) to your bot char.
		// Note: you have to create both the account and the mules yourself before using them for auto mule.
		//
		case "your_bot's_lower_case_account_name_goes_here": 	// <-- Enter your bot's account name here. (lower case only!)
			Automule.GameName = "SomeGameNameI"; 				// Enter the name of your mule game here. Note: don't use the same game for multiple bot chars.
			Automule.GameNamePassword = "SomePasswordI"; 		// Enter the password of your mule game here.
			
			_newMule = new Mule(); 								// Create a new mule object. (no need to change anything here)
			_newMule.Account = "YourMuleAccNameGoesHere"; 		// Enter the name of your mule account here.
			_newMule.Password = "YourMuloePWGoesHere"; 			// Enter the password for your mule account here.
			_newMule.NipFiles.push("mule/all.nip");				// Enter any number of mule paths here.
			_newMule.CharLoc = 0;								// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
			Automule.Mules.push(_newMule);						// Add the mule you just created. (no need to change anything here)
			
			_newMule = new Mule(); 								// Create a new mule object. (no need to change anything here)
			_newMule.Account = "YourOtherMuleAccNameGoesHere";	// Enter the name of your mule account here.
			_newMule.Password = "YourOtherMulePWGoesHere"; 		// Enter the password for your mule account here.
			_newMule.NipFiles.push("mule/all.nip");				// Enter any number of mule paths here.
			_newMule.CharLoc = 1;								// Enter the the mule's location here. Check the FAQ if you don't know what this is about.
			Automule.Mules.push(_newMule);						// Add the mule you just created. (no need to change anything here)
			
			break;
		//
		//
		//------------------------------------------------------------------------------
	}
}

// INTERNAL FUNCTIONS
function Mule(acc, pw, loc, nips)
{
	this.Account = acc;
	this.Password = pw;
	this.NipFiles = (!nips || typeof nips != "array") ? new Array() : nips;
	this.CharLoc = loc;
	this.Load;
}
using11 is offline  
Old 03/03/2012, 18:56   #5850
 
Northern Light's Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 688
Received Thanks: 130
Quote:
Originally Posted by Northern Light View Post
hey kann man bei der assa auch i.wie einstellen,
dass sie zwischen den waves shock web casted...

also das der mob gleich auf das web droped und die trotzdem die traps casted?
muss man hier was adden?
Code:
	else if(me.classid == NTC_CHAR_CLASS_ASSASSIN)
	{
		_trapPos = new Array(2);
		_trapPos[0] = [15095, 5033, 15089, 5033, 15101, 5033];
		_trapPos[1] = [15092, 5033, 15098, 5033];
		
		_index = NTConfig_AttackSkill.indexOf(MWS_LIGHTNING_SENTRY); // Check attack skills for Lightning Sentry
		
		if(_index > -1)
		{
			for(var i = 0; i < _trapPos[0].length; i += 2)
				NTC_CastSkill(NTConfig_AttackSkill[_index], NTC_HAND_RIGHT, _trapPos[0][i], _trapPos[0][i + 1]);
		}
			
		_index = NTConfig_AttackSkill.indexOf(MWS_DEATH_SENTRY); // Check attack skills for Death Sentry
		
		if(_index > -1)
		{
			for(var i = 0; i < _trapPos[1].length; i += 2)
				NTC_CastSkill(NTConfig_AttackSkill[_index], NTC_HAND_RIGHT, _trapPos[1][i], _trapPos[1][i + 1]);
		}
		
		return true;
	}
Northern Light is offline  
Reply


Similar Threads Similar Threads
[Release] D2NT 3.1 1.13c
07/17/2016 - Diablo 2 - 91 Replies
hi, hab eben den d2nt3.1 gefunden. ein neues baba script is dabei. release thread eon D2NT3.1
[Realease] Muddy's Waypoint Catcher
08/21/2013 - Diablo 2 Programming - 46 Replies
Moin zusammen, hier mal die erste Release Version eines kleinen Scripts genannt Waypoint Catcher. Das ganze ist jetzt nichtmal 24h alt, dementsprechend sind vermutlich noch einige Bugs vorhanden. Hinweise dazu nehme ich gerne entgegen. ;) Features: - Suchen sämtlicher Wegpunkte mit Ausnahme, wobei in Akt ein durch Probleme im Jail Bereich nach dem Wegpunkt Outer Cloister abgebrochen wird - Wahlweise auch mit TP an jedem gefundenen Wp, sodass man damit auch anderen (nicht-Bots) die...
[D2NT] Long Dia Release
05/10/2011 - Diablo 2 Programming - 28 Replies
Ein kleines Script für diablo, es startet beim eingang macht ein tp cleart den weg zum star macht am star noch ein tp dann läufts wie das normale nur cleart es schöner :) hoffe euch gefällts ich habs noch nicht wirklich getestet (2-3 runs) bugs können gerne hier gepostet werden verbesserungs vorschläge auch :D installation: 1.)Script in den Bot ordner kopieren 2.)Script im editor oder vergleichbaren öffnen 3.) Msg´s anpassen (ist nicht schwer) 4.) in der char config die zeile...
D2NT 3.0 Pickit release
10/22/2010 - Diablo 2 - 77 Replies
edit
Muddy's D2NT Help
07/29/2010 - Diablo 2 - 3 Replies
hi i just started to use the bot it work's great. how do i set up the skill's i use on my Sorc and pick up itme's? ..... if you reply to this post please use english



All times are GMT +1. The time now is 19:36.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.