Register for your free account! | Forgot your password?

You last visited: Today at 20:29

  • 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 01/21/2012, 22:14   #5371
 
mirkoregge's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 3,170
Received Thanks: 1,191
Quote:
Originally Posted by Checkdasnicht View Post
Kann man bestimmt , aber ich hab davon 0 ahnung , bräuchte ein bischen hilfe =)
Habs jetzt zwar nicht getestet, aber ich würds erstmal so versuchen:

Im Grunde muss immer NTBotGame mit MWBotGame ersetzt werden.

Erstelle einen neuen EntryPoint: diesen nennen wir einfach mal: FriendLessLeech.ntj; diesen fügen wir bei D2NT/scripts ein.

mirkoregge is offline  
Old 01/21/2012, 23:23   #5372
 
prrovoss's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 213
Received Thanks: 36
eine einzige frage habe ich noch^^

ich hab jetzt das leader-leech gespann zum laufen gekriegt, und es funktioniert auch alles super. der einzige fehler der jedes mal auftritt, is das der leecher nach jedem run das game neustartet.

hat jemand schonmal ein ähnliches problem gehabt?
prrovoss is offline  
Old 01/21/2012, 23:48   #5373
 
kal_el's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 7,310
Received Thanks: 2,205
Quote:
Originally Posted by prrovoss View Post
eine einzige frage habe ich noch^^

ich hab jetzt das leader-leech gespann zum laufen gekriegt, und es funktioniert auch alles super. der einzige fehler der jedes mal auftritt, is das der leecher nach jedem run das game neustartet.

hat jemand schonmal ein ähnliches problem gehabt?
1. möglichkeit -> im manager sollte ne 0 bei game drinn stehn wenn du nur einen key hast

2. möglichkeit -> UseCDKeyChangeTrick = true; // Set to true to use multiple CD Keys
in der ntbot leech (sollte immer auf true sein)
kal_el is offline  
Thanks
1 User
Old 01/22/2012, 00:01   #5374
 
prrovoss's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 213
Received Thanks: 36
Quote:
Originally Posted by kal_el View Post
1. möglichkeit -> im manager sollte ne 0 bei game drinn stehn wenn du nur einen key hast

2. möglichkeit -> UseCDKeyChangeTrick = true; // Set to true to use multiple CD Keys
in der ntbot leech (sollte immer auf true sein)
zu 1: habe 5 keys. der leader läuft mit 3-5 und der leecher mit 1+2

zu 2: ich werds mal ausprobieren, danke (was bewirkt der CDKeyChangeTrick?)
prrovoss is offline  
Old 01/22/2012, 00:44   #5375
 
elite*gold: 0
Join Date: Jul 2006
Posts: 469
Received Thanks: 235
Quote:
Originally Posted by prrovoss View Post
hi,
ist es irgendwie möglich den bot kleine regenerations tränke cuben zu lassen?
Das müsste durchaus möglich sein. Da auch für Gems 3 mal das selbe Item gecubt wird, müsst es eigentlich hiermit gehen, aber keine Garantie, ich mags ez gerade nicht testen:

Code:
	NTConfig_CubingItem.push([NTCU_GEM, 78]);	// Rejupots = 78
ldevil is offline  
Thanks
1 User
Old 01/22/2012, 01:34   #5376
 
elite*gold: 20
Join Date: Mar 2010
Posts: 289
Received Thanks: 22
Hab alles so gemacht wie du es geschrieben hast mirkoregge , aber bei mir will es nich klappen , würdest du mich vll per Teamspeak unterstützen ? Ich krieg das irgwie alleine nich hin, obwohl ich mich jetzt echt ewig eingelessen/durchgelesen habe , videos angeschaut hab , aber es will einfach nich so klappen wie es sollte .

mfg
Checkdasnicht is offline  
Old 01/22/2012, 01:35   #5377
 
kal_el's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 7,310
Received Thanks: 2,205
Quote:
Originally Posted by prrovoss View Post
zu 1: habe 5 keys. der leader läuft mit 3-5 und der leecher mit 1+2

zu 2: ich werds mal ausprobieren, danke (was bewirkt der CDKeyChangeTrick?)
Code:
(UseCDKeyChangeTrick){
							// increasing the number of runs in the OOG (for CDKey switch)
							// Problem : the gamename/gamepassword set in your OOG will be typed in the lobbyChat
							// this may output a red message in the lobby chat if you have a password set (not a real problem)
											// I recommend to set a gamename like "Run" and no gamepassword in your OOG. -> this will output "Run-01", "Run-02", etc in lobby chat before joining games
											 ;
du kannst, wenn du nicht willst das der leecher was in den chat schreibst, einfach bei room name eintragen: /f z.B das erzeugt ne fehlermeldung im chat die nur du siehst

oder eben so
Quote:
this may output a red message in the lobby chat if you have a password set
kal_el is offline  
Thanks
1 User
Old 01/22/2012, 01:47   #5378
 
prrovoss's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 213
Received Thanks: 36
ja stimmt der fehlerhafte command is mir auch schon aufgefallen aber naja, was juckt mich das wenn der bot vor jedem run einen falschen command eingibt
prrovoss is offline  
Old 01/22/2012, 14:10   #5379
 
elite*gold: 0
Join Date: Jan 2012
Posts: 13
Received Thanks: 0
Automule

Am i correct when i do this?

Situation: 2x mf bot, wanting they use 2x automule.

MF1 stashes on MULE1
MF2 stashes on MULE2


Code:
Code:
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 "mf1": 	// <-- 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 = "MULE1"; 	// Enter the name of your mule account here.
				_newMule.Password = "MULE1"; 		// 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;
case "mf2": 	// <-- 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 = "MULE2"; 	// Enter the name of your mule account here.
				_newMule.Password = "MULE2"; 		// 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;
is this correct? with better spacings etc then
jefke1988 is offline  
Old 01/22/2012, 15:19   #5380
 
elite*gold: 0
Join Date: Sep 2011
Posts: 16
Received Thanks: 0
warum steht bei dem nt manager [AM]:status not ready!

?immer wenn ich bot starten will
tradeforfun is offline  
Old 01/22/2012, 15:37   #5381
 
mirkoregge's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 3,170
Received Thanks: 1,191
sieh es als Bestätigung, dass dein Automule nicht konfiguriert ist AM=AutoMule
mirkoregge is offline  
Old 01/22/2012, 15:49   #5382
 
elite*gold: 0
Join Date: Sep 2011
Posts: 16
Received Thanks: 0
kann mir da mal jemand seine vorlage geben?weiss bei mehreren stellen nicht was genau da hin soll

"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;
tradeforfun is offline  
Old 01/22/2012, 16:10   #5383
 
elite*gold: 0
Join Date: Jul 2006
Posts: 469
Received Thanks: 235
Quote:
Originally Posted by tradeforfun View Post
kann mir da mal jemand seine vorlage geben?weiss bei mehreren stellen nicht was genau da hin soll
Natürlich ich geb dir die Accs samt PWs

Code:
"your_bot's_lower_case_account_name_goes_here": 	// Hier schreibst du den Accountnamen deines Bot chars (alles kleine buchstaben!)
			Automule.GameName = "SomeGameNameI"; 				// Das ist der Name des Spiels indem er Mulen soll
			Automule.GameNamePassword = "SomePasswordI"; 		// Das ist das PW des Spiels indem er mult
			
			_newMule = new Mule(); 								// Hier brauchst du nix zu ändern
			_newMule.Account = "YourMuleAccNameGoesHere"; 		//Das ist der Account Name des Mule Accounts
			_newMule.Password = "YourMulePWGoesHere"; 			// Das ist das PW für eben genau den Account
			_newMule.NipFiles.push("mule/all.nip");				// Das ist der Pfad zu den Nip files (welche Items auf den Mule soll)
			_newMule.CharLoc = 0;								// Das ist die Position des Chars im Charakter Auswahl Fenster (0 links oben 1 rechts oben,... 7 rechts unten)
			Automule.Mules.push(_newMule);						// Brauchst du nich zu ändern
ldevil is offline  
Old 01/22/2012, 16:39   #5384
 
elite*gold: 0
Join Date: Sep 2011
Posts: 16
Received Thanks: 0
danke,nun ist aber das problem dass er einfach so die items droppt wenn eigentlich game leaven sollte und mule game machen sollte

auserdem droppt der bot nichts vom stash sondern nur inventar
tradeforfun is offline  
Old 01/22/2012, 17:20   #5385
 
elite*gold: 0
Join Date: Jul 2006
Posts: 469
Received Thanks: 235
Das Mulen funktioniert schon wenn du's korrekt eingestellt hast. Du musst aber wissen, dass der Bot nur sachen mult die auch in deinen nip files stehen. Wenn du in der Truhe also was hast was du "manuell" aufgehoben hast aber gar nicht in den nip files vorkommt, dann wird der Bot die Sachen einfach in der Truhe lassen. Das soll verhindern, dass der Bot was droppt was er nicht sollte / nachher nicht mehr aufhebt
ldevil 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 +2. The time now is 20:29.


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.