Register for your free account! | Forgot your password?

You last visited: Today at 22:04

  • 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/03/2012, 20:02   #5851
 
kal_el's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 7,310
Received Thanks: 2,205
Quote:
habe mal eine frage zum automule

welche ist den nun richtig`habe hier 2 verschiedene text..
Quote:
// 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.
Quote:
// 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.
sagt doch eigentlich alles
kal_el is offline  
Old 03/03/2012, 20:03   #5852
 
r3xxor's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 54
Received Thanks: 62

iso help, was das sein könnte...

Code:
//###################################################################
//##############################Settings#############################
//###################################################################
	
var LeaderAccountName          = "SNoW_JuNkY";
var LeaderName                 = "SnoW_SeXy";
var GamePassword               = "";
var JoinGameAgain              = false; // Set to true to re-enter the same game after chicken or disconnect.

var UseCDKeyChangeTrick        = false; // Set to true to use multiple CD Keys

var JoinRandomChannel          = false;
var JoinChannelInChat          = "OP babybaal";
var FirstJoinMessage           = ""; // Message to post right after joining chat. Set to "" not to post any message.
var ChatMessageAfterGame       = ""; // Message to post when joining chta after a game. Set to "" not to post any message.

// If multiple leechers are to join the same game, they should do it slightly time shifted in order to avoid join bugs.
// Enter the names of your accounts OR chars below:
DelayedJoinChars.push("Benchpresser", "LeecherTwo", "LeecherThree");

Code:
	//------------------------------------------------------------------------------
	//
	// Run Configuration
	//
	//------------------------------------------------------------------------------
	
	// Use the following syntax for activating botscripts: MWConfig_Script.push([<ScriptName>, <Script runtime in minutes (0 is infinite)>]);
	// ***************** Current schedule ******************
	//MWConfig_Script.push(["NTBaalLeech.ntj", 10]); NTConfig_KillBaal = true; MWConfig_EnterUnsafeTP = false; NTConfig_Leader = "LeaderNameGoesHere";
	//MWConfig_Script.push(["NTEldritch.ntj", 5]); NTConfig_ShenkExtension = true;
	//MWConfig_Script.push(["NTAndariel.ntj", 5]);
	//MWConfig_Script.push(["NTMausoleum.ntj", 10]); MWConfig_ClearPathSpectypes.Mausoleum = 0; MWConfig_ClearAreaSpectypes.Mausoleum = 0x01; NTConfig_KillBloodRaven = true;
	//MWConfig_Script.push(["NTPit.ntj", 10]); MWConfig_ClearPathSpectypes.Pit = 0; MWConfig_ClearAreaSpectypes.Pit = 0x01; NTConfig_ClearPitLevel1 = 2; // 0 : don't clear, 1 : clear path only, 2 : clear all
	//MWConfig_Script.push(["NTCountess.ntj", 5]); MWConfig_ClearPathSpectypes.Countess = 0; MWConfig_ClearAreaSpectypes.Countess = 0;
	//MWConfig_Script.push(["NTSummoner.ntj", 5]); NTConfig_KillFireEye = false; MWConfig_ClearPathSpectypes.Summoner = 0;
	//MWConfig_Script.push(["NTAncientTunnels.ntj", 10]); MWConfig_ClearPathSpectypes.AncientTunnels = 0x01; MWConfig_ClearAreaSpectypes.AncientTunnels = 0x01;
	//MWConfig_Script.push(["MWKurastSewers.ntj", 5]); MWConfig_ClearPathSpectypes.KurastSewers = 0;
	//MWConfig_Script.push(["NTTravincal.ntj", 5]);
	//MWConfig_Script.push(["NTMephisto.ntj", 5]); MWConfig_OpenMephistoChest = true; MWConfig_MephistoClearArea = false;
	//MWConfig_Script.push(["MWSuperChests.ntj", 20]); MWConfig_SuperChestClearAreaRadius = 5; MWConfig_SuperChestAreas = ["Arachnid Lair", "Swampy Pit Level 3", "Flayer Dungeon", "Abbadon", "Pit of Acheron", "Drifter Cavern", "Infernal Pit", "Icy Cellar"];
	//MWConfig_Script.push(["NTNihlathak.ntj", 5]); MWConfig_ClearPathSpectypes.Nihlathak = 0; NTConfig_PindleskinExtension = false; MWConfig_SkipOnTombVipers = true;
	//MWConfig_Script.push(["NTBaal.ntj", 10]); NTConfig_KillBaal = true; MWConfig_SkipBaalOnDolls = true; MWConfig_SkipBaalOnSouls = false; MWConfig_DoBaalPreAttack = true;
	//MWConfig_Script.push(["NTDiablo.ntj", 10]); MWConfig_KillFullInfectorMob = true; MWConfig_StartAtStar = false; MWConfig_IgnoreSealOpeningErrors = false; MWConfig_FastDia = false;
	MWConfig_Script.push(["NTBaalLeechFight.ntj", 10]); NTConfig_KillBaal = true; MWConfig_DoBaalPreAttack = true; MWConfig_EnterUnsafeTP = true; NTConfig_Leader = "SnoW_SeXy";
r3xxor is offline  
Old 03/03/2012, 23:13   #5853
 
kal_el's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 7,310
Received Thanks: 2,205
hatten wir das ned schon mal?
und das mit den tp büchern...ka

Quote:
// Set to true to exit the game instantly if the game is public. This may happen sometimes due to an error pasting the password correctly.
MWConfig_ExitGameOnMissingPassword = false;
kal_el is offline  
Thanks
1 User
Old 03/04/2012, 12:11   #5854
 
elite*gold: 30
Join Date: Apr 2011
Posts: 779
Received Thanks: 72
Quote:
Originally Posted by kal_el View Post
sagt doch eigentlich alles
ist also gemeint dass
1st = mult auf 2 chars?

1 runes andere alles?

und 2nd single
mult alles auf 1 char?

noch eine andere frage bezüglich der pickit.

ich habe noch eine alte pickit vom idevil muddys 1.0 version.

allerdings bekomm ich da errors.. sytex, muss ich neue pickit machen oder wie kann ich dei alte einfügen das die geht?
using11 is offline  
Old 03/04/2012, 12:33   #5855
 
kal_el's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 7,310
Received Thanks: 2,205
Quote:
allerdings bekomm ich da errors.. sytex, muss ich neue pickit machen oder wie kann ich dei alte einfügen das die geht?
na du musst eben mal den nipchecker drüber laufen lassen.
diesen kannst ja in der global config. aktivieren und dann im ordner Logs nachschaun was alles putt is.
kal_el is offline  
Thanks
1 User
Old 03/04/2012, 13:01   #5856
 
elite*gold: 30
Join Date: Apr 2011
Posts: 779
Received Thanks: 72
Quote:
Originally Posted by kal_el View Post
na du musst eben mal den nipchecker drüber laufen lassen.
diesen kannst ja in der global config. aktivieren und dann im ordner Logs nachschaun was alles putt is.

sobald ich aktivier mit andere pickit bekomisch error

d2nt\scripts\common\ntitemparser.ntl(98) : syntaxError: missing ) in parenthetical
using11 is offline  
Old 03/04/2012, 13:32   #5857
 
Northern Light's Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 688
Received Thanks: 130
Quote:
Originally Posted by using11 View Post
sobald ich aktivier mit andere pickit bekomisch error

d2nt\scripts\common\ntitemparser.ntl(98) : syntaxError: missing ) in parenthetical
dann stimmt was in deiner picked nicht,
hier wurde schon mal was geposted, da kann man die picked in Laufwerk C kopieren und dann überprüfen lassen wo etwas fehlt,
hab leider den link nicht mehr.
musst mal suchen
Northern Light is offline  
Old 03/04/2012, 13:38   #5858
 
kal_el's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 7,310
Received Thanks: 2,205
Quote:
Originally Posted by kal_el View Post
na du musst eben mal den nipchecker drüber laufen lassen.
diesen kannst ja in der global config. aktivieren und dann im ordner Logs nachschaun was alles putt is.
Quote:
Originally Posted by using11 View Post
sobald ich aktivier mit andere pickit bekomisch error

d2nt\scripts\common\ntitemparser.ntl(98) : syntaxError: missing ) in parenthetical
ja und weiter?
schau nach du hast die pick reinkopiert und es fehlt ne klammer.
das liegt ned an der itemparser.ntl sondern an der pick.
also
wo musst du guggen nachdem du den nipcheker aktiviert hast...ein game betreten hast und die fehlermeldung kam?
kal_el is offline  
Old 03/04/2012, 13:48   #5859
 
elite*gold: 30
Join Date: Apr 2011
Posts: 779
Received Thanks: 72
Quote:
Originally Posted by kal_el View Post
ja und weiter?
schau nach du hast die pick reinkopiert und es fehlt ne klammer.
das liegt ned an der itemparser.ntl sondern an der pick.
also
wo musst du guggen nachdem du den nipcheker aktiviert hast...ein game betreten hast und die fehlermeldung kam?
char config ist aber alles richtig, pickit ist auch richtig zumindest geht die bei dem alten bot.

Code:
//-----------------------------------------------------------------------------------
	// NipFile Configuration
	//-----------------------------------------------------------------------------------
	
	NTConfig_NIPFilePath.push("Normal/normal.nip");
	NTConfig_NIPFilePath.push("Normal/Magic.nip");
	NTConfig_NIPFilePath.push("Normal/Set.nip");
	NTConfig_NIPFilePath.push("Normal/Unique.nip");
	NTConfig_NIPFilePath.push("Normal/Rare.nip");
	NTConfig_NIPFilePath.push("Normal/White.nip");
	NTConfig_NIPFilePath.push("Normal/LLD.nip");
	
	//------------------------------------------------------------------------------
	// Pickit Configuration
	//------------------------------------------------------------------------------
using11 is offline  
Old 03/04/2012, 13:50   #5860
 
Northern Light's Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 688
Received Thanks: 130
Quote:
Originally Posted by using11 View Post
char config ist aber alles richtig, pickit ist auch richtig zumindest geht die bei dem alten bot.

Code:
//-----------------------------------------------------------------------------------
	// NipFile Configuration
	//-----------------------------------------------------------------------------------
	
	NTConfig_NIPFilePath.push("Normal/normal.nip");
	NTConfig_NIPFilePath.push("Normal/Magic.nip");
	NTConfig_NIPFilePath.push("Normal/Set.nip");
	NTConfig_NIPFilePath.push("Normal/Unique.nip");
	NTConfig_NIPFilePath.push("Normal/Rare.nip");
	NTConfig_NIPFilePath.push("Normal/White.nip");
	NTConfig_NIPFilePath.push("Normal/LLD.nip");
	
	//------------------------------------------------------------------------------
	// Pickit Configuration
	//------------------------------------------------------------------------------
dann stimmt was in deiner picked nicht,
hier wurde schon mal was geposted, da kann man die picked in Laufwerk C kopieren und dann überprüfen lassen wo etwas fehlt,
hab leider den link nicht mehr.
musst mal suchen



ich such schon deine picked ist falsch, sind paar fehler drin.
hatte ich auch, den etal hat es nicht gestört, aber muddys läuft dann nicht!



so hier:

versuch es mal damit:


ich hattes das problem auch, dann hab die picked kontrolololiert und paar fehler gefunden,
jetzt läuft alles.
Northern Light is offline  
Old 03/04/2012, 13:59   #5861
 
kal_el's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 7,310
Received Thanks: 2,205
Quote:
Originally Posted by using11 View Post
char config ist aber alles richtig, pickit ist auch richtig zumindest geht die bei dem alten bot.

Code:
//-----------------------------------------------------------------------------------
	// NipFile Configuration
	//-----------------------------------------------------------------------------------
	
	NTConfig_NIPFilePath.push("Normal/normal.nip");
	NTConfig_NIPFilePath.push("Normal/Magic.nip");
	NTConfig_NIPFilePath.push("Normal/Set.nip");
	NTConfig_NIPFilePath.push("Normal/Unique.nip");
	NTConfig_NIPFilePath.push("Normal/Rare.nip");
	NTConfig_NIPFilePath.push("Normal/White.nip");
	NTConfig_NIPFilePath.push("Normal/LLD.nip");
	
	//------------------------------------------------------------------------------
	// Pickit Configuration
	//------------------------------------------------------------------------------
du verstehst mich ned, oder ich versteh dich ned.
du sollst
du sollst in der
Code:
MWConfig_GlobalSettings.ntl
Code:
// Set to true to always check the selected Nips for errors after including them. Check "..\scripts\Logs\NipErrors.txt" for a precise error description!
	MWConfig_RunNipCheck = true;
aktivieren.
die fehlermeldung kannst du dann auslesen im ordner Logs in deinen bot ordner unter
Quote:
NipErrors.txt
das sieht dann so aus wenn keine fehler ist
Code:
------------------------------------------------------------------------------
NIP Error Report - File Created: Sun 03/04/12 13:58:43 by kalsama
------------------------------------------------------------------------------
NO ERRORS
und wenn ein fehler ist, wird dir angezeigt wo der fehler zu finden ist.

im endefekt kommt das selbe raus wie das von northern light
kal_el is offline  
Thanks
1 User
Old 03/04/2012, 14:02   #5862
 
elite*gold: 30
Join Date: Apr 2011
Posts: 779
Received Thanks: 72
Quote:
Originally Posted by kal_el View Post
du verstehst mich ned, oder ich versteh dich ned.
du sollst
du sollst in der
Code:
MWConfig_GlobalSettings.ntl
Code:
// Set to true to always check the selected Nips for errors after including them. Check "..\scripts\Logs\NipErrors.txt" for a precise error description!
	MWConfig_RunNipCheck = true;
aktivieren.
die fehlermeldung kannst du dann auslesen im ordner Logs in deinen bot ordner unter
das sieht dann so aus wenn keine fehler ist
Code:
------------------------------------------------------------------------------
NIP Error Report - File Created: Sun 03/04/12 13:58:43 by kalsama
------------------------------------------------------------------------------
NO ERRORS
und wenn ein fehler ist, wird dir angezeigt wo der fehler zu finden ist.
das kommt bei mir

Code:
------------------------------------------------------------------------------
NIP Error Report - File Created: Sun 03/04/12 14:00:15 by paly-g
------------------------------------------------------------------------------
NO ERRORS
und pickit ist auch kein fehler drin, habe eben bei allen bots wo nipchecker drin ist durchlaufen lassen
using11 is offline  
Old 03/04/2012, 14:03   #5863
 
Northern Light's Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 688
Received Thanks: 130
Quote:
Originally Posted by kal_el View Post
du verstehst mich ned, oder ich versteh dich ned.
du sollst
du sollst in der
Code:
MWConfig_GlobalSettings.ntl
Code:
// Set to true to always check the selected Nips for errors after including them. Check "..\scripts\Logs\NipErrors.txt" for a precise error description!
	MWConfig_RunNipCheck = true;
aktivieren.
die fehlermeldung kannst du dann auslesen im ordner Logs in deinen bot ordner unter
das sieht dann so aus wenn keine fehler ist
Code:
------------------------------------------------------------------------------
NIP Error Report - File Created: Sun 03/04/12 13:58:43 by kalsama
------------------------------------------------------------------------------
NO ERRORS
und wenn ein fehler ist, wird dir angezeigt wo der fehler zu finden ist.

im endefekt kommt das selbe raus wie das von northern light
das wird ihm aber glaube ich auch nichts bringen, weil
wenn es so ist wie bei mir, dann läd der bot gar nicht erst...
also bringt diesesNIP Error Report auch nichts
Northern Light is offline  
Old 03/04/2012, 14:04   #5864
 
elite*gold: 0
Join Date: Feb 2012
Posts: 7
Received Thanks: 0
Hi
I am sorry if the answer to my question is somewhere written in german. I cant speak any german so ill ask in english

I am running a itemfind barb with the bot script. everything is working very well. But i would like the bot to repair the barbs items. after 30 games his gear is messed up.

Is there anywhere in script i can set a repair action?
Can i make my own repair "action" within the script somehow?

running muddy's d2nt manager 3.1
running d2nt 3.3

Thank you for any answeres.

//G
thekesho is offline  
Old 03/04/2012, 14:06   #5865
 
Northern Light's Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 688
Received Thanks: 130
Quote:
Originally Posted by using11 View Post
das kommt bei mir

Code:
------------------------------------------------------------------------------
NIP Error Report - File Created: Sun 03/04/12 14:00:15 by paly-g
------------------------------------------------------------------------------
NO ERRORS
und pickit ist auch kein fehler drin, habe eben bei allen bots wo nipchecker drin ist durchlaufen lassen
hast du den error hier:



wenn ja,
dann use das


weil du zu 99,9% einen fehler in der picked hast, den die anderen NIP checker nicht erkennen...
Northern Light is offline  
Thanks
1 User
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 22:07.


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.