D2BS MF Bot für 1.13 beta!!!

01/05/2010 15:24 josh2604#166
oder kann jmd nochmal ne neue blizzard config posten, die scheint immernoch buggy zu sein
01/05/2010 19:12 TrustjustMe#167
Quote:
Originally Posted by josh2604 View Post
hab ein neues problem ...
wenn ich den bot starte und er im game ist bleibt er stehen, als ich dann im config ordner nachgeschaut hab war da auf einmal ne neue configdatei, ich denke mal daran liegt der fehler aber ich weiß nicht wie ich das ändern kann
thx für hilfe
hast bei der config
NTConfig_Sorceress_NAME.dbl
das dbl is wichtig habs auch zuerst vergessen
01/05/2010 19:15 TrustjustMe#168
Bei der Feuerconfig telt die sorc nur zum Boss macht ein TP und verschwindet in die stadt
das is i-wie komisch

Bitte um Hilfe:

P.s. Immer mal den Danke-Button drücken wenn dir geholfen wurde ;)
01/05/2010 19:21 itstrue#169
hat sie vielleicht zu wenig mana wen sie beim boss ankommt?

NTConfig_SkipHealMana = 70; // If you have more than this percent of mana, you won't go to a healer
01/05/2010 19:28 xdoddestroyer#170
Quote:
Originally Posted by TrustjustMe View Post
Bei der Feuerconfig telt die sorc nur zum Boss macht ein TP und verschwindet in die stadt
das is i-wie komisch

Bitte um Hilfe:

P.s. Immer mal den Danke-Button drücken wenn dir geholfen wurde ;)
also an der confi selber kann es nicht liegen da meine drine is und die bei mir geht ich schreib mal die hier ein kopier die mal, aber nicht vergessen inventar log beu dir wieder an zu passen!

Code:
if(!isIncluded("config/NTConfig.dbl")) include("config/NTConfig.dbl");

var NTConfig_CastStatic;

function NT_LoadConfig()
{
	//------------------------------------------------------------------------------
	// Boss configuration
	//------------------------------------------------------------------------------
	

	NTConfig_PublicMode = true;
	
	//NTConfig_Script.push("Gamble")  //1.13 ptr gamble bot
	//NTConfig_Script.push("Leech"); NTConfig_KillBaal = true; //baal leaching script
	//NTConfig_Script.push("LeechD"); // chaos helper
	//NTConfig_Script.push("Pindleskin"); NTConfig_NihlathakExtension = false;
	//NTConfig_Script.push("Eldritch"); NTConfig_ShenkExtension = true;
	//NTConfig_Script.push("ThreshSocket");
	//NTConfig_Script.push("Frozenstein");
	//NTConfig_Script.push("Baal"); NTConfig_KillBaal = true;
	//NTConfig_Script.push("Diablo");
	NTConfig_Script.push("Andariel");
	NTConfig_Script.push("Summoner");
	NTConfig_Script.push("Countess");
	NTConfig_Script.push("Mephisto");
	//NTConfig_Script.push("Travincal");
	NTConfig_Script.push("Eldritch"); NTConfig_ShenkExtension = false;NTConfig_DacFarrenExtension = false ;
	//NTConfig_Script.push("Nihlathak"); NTConfig_PindleskinExtension = true;
	//NTConfig_Script.push("Duriel");
	//NTConfig_Script.push("AncientTunnels");
	//NTConfig_Script.push("Pit"); NTConfig_ClearPitLevel1 = true;
	//NTConfig_Script.push("Mausoleum");

	NT_PickUtility = false;		// tries to fill belt and tombs with pickit
	NTConfig_StartDelay = 0;	// Delay time in milliseconds to start;
	NTConfig_AreaDelay = 500;	// Delay time in milliseconds to change area;
	NTConfig_SnagDelay = 500;	// Delay time in milliseconds to wait before starting picking items

	NTConfig_SkipHealLife = 90;	// If you have more than this percent of life, you won't go to a healer
	NTConfig_SkipHealMana = 70;	// If you have more than this percent of mana, you won't go to a healer
	NTConfig_SkipHealCurses = false;// If you want to skip curses, set to true
	NTConfig_UseMerc = true;	// Set to true if you use a mercenary, will revive merc at a reviver npc.
	NTConfig_ResetWeapon = true;	// Set to true to reset weapon when reviving merc

	NTConfig_LifeThresh = 60;	// Drink a normal potion if under this percent of life.
	NTConfig_LifeRejuvThresh = 40;	// Drink a rejuvenation potion if under this percent of life.
	NTConfig_ManaThresh = 30;	// Drink a normal potion if under this percent of mana.
	NTConfig_ManaRejuvThresh = 10;	// Drink a rejuvenation potion if under this percent of mana.
	NTConfig_LifeChicken = 30;	// This is your chicken life percent. If you go below this life total, exit game.
	NTConfig_ManaChicken = 0;	// This is your chicken mana percent. If you go below this mana total, exit game.

	NTConfig_MercLifeThresh = 60;	// This is the threshold to use a life potion on your merc in percent.
	NTConfig_MercRejuvThresh = 40;	// This is the threshold to use a rejuv potion on your merc in percent.
	NTConfig_MercChicken = 20;	// This is your mercs chicken life percent. If he goes below this, exit game.

	NTConfig_FreeSpace = 4;		// Number of free columns. If less full columns are
	// The numbers correspond to your inventory. Set 0 to keep whatever is there, 1 to stash it.
	NTConfig_Columns[0] = [1,1,1,0,0,0,0,0,0,0];
	NTConfig_Columns[1] = [1,1,1,0,0,0,0,0,0,0];
	NTConfig_Columns[2] = [1,1,1,1,1,0,0,0,0,0];
	NTConfig_Columns[3] = [1,1,1,1,1,1,0,0,0,0];

	NTConfig_MinGoldToStash = 100000;	// Maximum gold amount carried before going to stash

	//----------------------------------------------------------------------------------------------
	// Type of potion used in each belt column
	// Available types : "hp" = health | "mp" = mana | "rv" = rejuv. Can use other potion types too.
	// Keep equal types at adjacent columns. First HP then MP and then HP again is a bad choice.
	// Keep HP and MP at the beginning of the belt (in case you want to use rejuv and other types).
	// Rejuvenations MUST, I REPEAT MUST be at the end of the belt (last x columns).
	// To use rejuvenations only, put "rv" in all columns.
	//----------------------------------------------------------------------------------------------
	NTConfig_BeltColType[0] = "hp";
	NTConfig_BeltColType[1] = "mp";
	NTConfig_BeltColType[2] = "mp";
	NTConfig_BeltColType[3] = "rv";

	//----------------------------------------------------------------------------
	// Minimum amount of potions in each column before needing refilling
	// If there's less potions then this number in the column we go and shop.
	// Set to 4 to go shopping as soon as there's a potion missing.
	// Recommend leaving columns set to "rv" at 0. Since shops won't carry rejuvs.
	//----------------------------------------------------------------------------
	NTConfig_BeltColMin[0] = 4;
	NTConfig_BeltColMin[1] = 4;
	NTConfig_BeltColMin[2] = 0;
	NTConfig_BeltColMin[3] = 0;

	//-----------------------------------------------------------------------------------
	// SnagIt configuration
	// Here is a list of preset nip files assuming you use nip package.
	// If you want to add your own .nip files, just copy any line and enter the
	// To disable a .nip file, just add "//" at the start of the line or delete the line.
	//-----------------------------------------------------------------------------------
	NTConfig_NIPFilePath.push("uniques.nip");
	NTConfig_NIPFilePath.push("sets.nip");
	NTConfig_NIPFilePath.push("whites.nip");
	NTConfig_NIPFilePath.push("runes.nip");
	NTConfig_NIPFilePath.push("rares.nip");
	NTConfig_NIPFilePath.push("magics.nip");
	NTConfig_NIPFilePath.push("gems.nip");
	NTConfig_NIPFilePath.push("charmsjewels.nip");
	NTConfig_NIPFilePath.push("ringsamulets.nip");
	NTConfig_NIPFilePath.push("potions.nip");
	//NTConfig_NIPFilePath.push("moneymaker.nip");
	NTConfig_NIPFilePath.push("keys.nip");

	NTConfig_SnagRange = 40;	// Radius to check for dropped items. 40 is a good number here

	//------------------------------------------------------------------------------
	// GambleIt configuration
	// To specify what items to gamble, adjust the array with the desired item codes
	//------------------------------------------------------------------------------
	NTConfig_GambleIt = true;		// Enable gambling
	NTConfig_GambleStopGold = 300000;	// Gold amount to stop the gambling

	NTConfig_GambleItem.push("rin");	// Rings
	NTConfig_GambleItem.push("amu");	// Amulets
	NTConfig_GambleItem.push("ci0");	// Circlets
	NTConfig_GambleItem.push("ci1");	// Coronets
	//NTConfig_GambleItem.push("lgl");	// Leather Gloves
	//NTConfig_GambleItem.push("vgl");	// Heavy Gloves
	//NTConfig_GambleItem.push("mgl");	// Chain Gloves
	//NTConfig_GambleItem.push("tgl");	// Light Gauntlets
	//NTConfig_GambleItem.push("hgl");	// Gauntlets

	NTConfig_OpenChest = true;	// Set to true to open chest

	//------------------------------------------------------------------------------
	// Attack configuration
	//------------------------------------------------------------------------------
	NTConfig_AttackFirst = 56;	// Cast your first spell once. Set to 0 if you won't
	NTConfig_AttackBoss = 47;	// Cast your primary spell to boss.
	NTConfig_AttackOthers = 56;	// Cast your primary spell to others.
	NTConfig_AttackSecondary = 64;	// Cast your Secondary spell if monster is immune to your primary spell. Set to 0 if you won't
	NTConfig_ClearPosition = false;	// Set to true if you want to clear area after killing boss.
	NTConfig_CheckSafe = true;	// Set to true to check for curses, merc and potion (go to town if needed)

	NTConfig_CastStatic = 60;	// Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't
}

basierend auf
FB
meteor
static
es
und eisrussie

Quote:
Originally Posted by josh2604 View Post
hab ein neues problem ...
wenn ich den bot starte und er im game ist bleibt er stehen, als ich dann im config ordner nachgeschaut hab war da auf einmal ne neue configdatei, ich denke mal daran liegt der fehler aber ich weiß nicht wie ich das ändern kann
thx für hilfe
jo die musst du mit anpassen bzw kannst die eine dan löschen weil das war bei mir auch habe die, die ich da reinkopiert habe dan gelöscht und die andere einfach angepasst auf meine fb soso. Wenn es nicht geh schau ob die sk id richtig is bei mir ist das die

Code:
//------------------------------------------------------------------------------
	// Attack configuration
	//------------------------------------------------------------------------------
	NTConfig_AttackSkill[0] = 59;	// Cast your first spell once. Set to 0 if you won't
	NTConfig_AttackSkill[1] = 45;	// Cast your primary spell to boss.
	NTConfig_AttackSkill[2] = 64;	// Cast your primary spell to others.
	NTConfig_AttackSkill[3] = 0;	// Cast your primary untimed spell if primary spell is timed spell. Set to 0 if you won't
	NTConfig_AttackSkill[4] = 0;	// Cast your secondary spell if monster is immune to your primary spell. Set to 0 if you won't
	NTConfig_AttackSkill[5] = 0;	// Cast your secondary untimed spell if secondary spell is timed spell. Set to 0 if you won't
	NTConfig_ClearPosition = true;	// Set to true if you want to clear area after killing boss.
	NTConfig_CheckSafe = true;	// Set to true to check for curses, merc and potion (go to town if needed)

	NTConfig_CastStatic = 60;	// Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't
}

MFG

Matze
01/05/2010 23:31 josh2604#171
kann man auch iwie nen 2. key einbringen? wenn ja, wie?
01/06/2010 02:07 xdoddestroyer#172
Quote:
Originally Posted by josh2604 View Post
kann man auch iwie nen 2. key einbringen? wenn ja, wie?
jo, is wie bei nt-bot neues profil und phad bzzw dia!
01/06/2010 15:21 Exod#173
@tomtom80 hammerdin mit eni/tele amu hat eig keine probleme in hell bloß @baal 2.wave sind die viecher immun ;) also da musste dir was einfallen lassen. Dia schaff ich z.B ohne probleme da es da keine Magie-Immune gibt :).

Mfg Exod
01/06/2010 16:53 Exod#174
@cybergott ich finde es nett das du brav deine "thanks" verteilst aber ich finde es den anderen gegenüber nicht fair das du bei jedem post von "xdoddestroyer" immer dein "thanks" abgibst.
Dieser Thanks-Button wurde nämlich nur gemacht, damit man danke sagen kann, wenn man dem jenigen wirklich geholfen hat.

Mfg Exod
01/06/2010 17:45 xdoddestroyer#175
Quote:
Originally Posted by Exod View Post
@cybergott ich finde es nett das du brav deine "thanks" verteilst aber ich finde es den anderen gegenüber nicht fair das du bei jedem post von "xdoddestroyer" immer dein "thanks" abgibst.
Dieser Thanks-Button wurde nämlich nur gemacht, damit man danke sagen kann, wenn man dem jenigen wirklich geholfen hat.

mfg Exod
da muss ich wiederum eingreifen das liegt daran das ich ihn über icq helfe damit der hier nicht immer posten muss!

MFG


Matze
01/06/2010 17:52 HK18#176
Quote:
Originally Posted by Exod View Post
@cybergott ich finde es nett das du brav deine "thanks" verteilst aber ich finde es den anderen gegenüber nicht fair das du bei jedem post von "xdoddestroyer" immer dein "thanks" abgibst.
Dieser Thanks-Button wurde nämlich nur gemacht, damit man danke sagen kann, wenn man dem jenigen wirklich geholfen hat.

mfg Exod
oh wie schlimm... da sprich mal der neid vom feinsten MIMI ICH HABE KEINE THX UND DER BEKOMMT IMMER WELCHE EGAL WAS ER SCHREIBT MIMI dieser blöde xdoddestroyer heul heul heul

sorry das mußte raus xD
01/06/2010 22:36 josh2604#177
muss ich für 2. key diablo 2x installieren?
01/06/2010 22:44 Exod#178
Quote:
Originally Posted by HK18 View Post
oh wie schlimm... da sprich mal der neid vom feinsten MIMI ICH HABE KEINE THX UND DER BEKOMMT IMMER WELCHE EGAL WAS ER SCHREIBT MIMI dieser blöde xdoddestroyer heul heul heul

sorry das mußte raus xD
Q.Q Ich bin hier sowieso nicht oft im Forum aber trotzdem Fairness is Fairness also was soll das? Ich bin nicht neidich auf xoddestroyer, ich hab mich ja auch bedankt mit einem "thanks" aber das hat einfach genervt das da bei jedem post nen "thanks" war.

EDIT: Ah Ja ich weiß es ist schlimm wenn ein neuer hier ma seine meinung sagt ;) was er davon hält, ich weiß... ich weiß :D... Und ob ich jetzt 0 thanks oder 1000 thanks is mir sowas von Sch**ßegal ;). Ich mein nur es gibt hier User die sammeln " thanks" durch harte arbeit und sowas find ich einfach nicht Fair Punkt

Ps: @hk18 und xoddestroyer in euren beiden letzten posts hab ihr euch gegenseitig bedankt " netter provokation" xD
01/07/2010 13:23 kenny69#179
wollte mal wissen ob bei euch auch andauert realm down is bei mir kommt manchmal auch der fehler das der bot 7mal dia startet und dann nix mehr macht oder sich dauernd versucht einzuloggen.

wenn ihr dafür ne lösung habt wär das nett
01/07/2010 15:33 xdoddestroyer#180
Quote:
Originally Posted by Exod View Post
Q.Q Ich bin hier sowieso nicht oft im Forum aber trotzdem Fairness is Fairness also was soll das? Ich bin nicht neidich auf xoddestroyer, ich hab mich ja auch bedankt mit einem "thanks" aber das hat einfach genervt das da bei jedem post nen "thanks" war.

EDIT: Ah Ja ich weiß es ist schlimm wenn ein neuer hier ma seine meinung sagt ;) was er davon hält, ich weiß... ich weiß :D... Und ob ich jetzt 0 thanks oder 1000 thanks is mir sowas von Sch**ßegal ;). Ich mein nur es gibt hier User die sammeln " thanks" durch harte arbeit und sowas find ich einfach nicht Fair Punkt

Ps: @hk18 und xoddestroyer in euren beiden letzten posts hab ihr euch gegenseitig bedankt " netter provokation" xD
naja wo er richt hat hat der recht und wie gesagt bin ja auch über icq skyp und ts erreichbar:D aber naja Nobody's is Perfect!:D

Quote:
Originally Posted by kenny69 View Post
wollte mal wissen ob bei euch auch andauert realm down is bei mir kommt manchmal auch der fehler das der bot 7mal dia startet und dann nix mehr macht oder sich dauernd versucht einzuloggen.

wenn ihr dafür ne lösung habt wär das nett
jo kann daran liegen wenn der so oft hintereinander Game Joint das der dan gekickt wird da würde ich mal in anderen Schwierigkeitsgrad schauen ob es da better ist

Quote:
Originally Posted by josh2604 View Post
muss ich für 2. key diablo 2x installieren?
wäre angebracht ja

MFG

Matze