D2BS MF Bot für 1.13 beta!!!

12/22/2009 19:35 cybergott#91
So mal meine ist das irgendwas falsch drinne???



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

var NTConfig_CastStatic;

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


	NTConfig_PublicMode = false;

	//NTConfig_Script.push("Gamble") //1.13 ptr gamble bot
	//NTConfig_Script.push("Eldritch"); NTConfig_ShenkExtension = false;NTConfig_DacFarrenExtension = false ;
	//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("Nihlathak"); NTConfig_PindleskinExtension = false;
	//NTConfig_Script.push("Eldritch"); NTConfig_ShenkExtension = false;
	//NTConfig_Script.push("ThreshSocket");
	//NTConfig_Script.push("Frozenstein");
	//NTConfig_Script.push("Baal"); NTConfig_KillBaal = true;
	//NTConfig_Script.push("Diablo");
	//NTConfig_Script.push("Mephisto");
	//NTConfig_Script.push("Travincal");
	//NTConfig_Script.push("Summoner");
	//NTConfig_Script.push("Duriel");
	//NTConfig_Script.push("AncientTunnels");
	NTConfig_Script.push("Andariel");
	//NTConfig_Script.push("Countess");
	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,1,1,1,1,1,0,0];
	NTConfig_Columns[1] = [1,1,1,1,1,1,1,1,0,0];
	NTConfig_Columns[2] = [1,1,1,1,1,1,1,1,0,0];
	NTConfig_Columns[3] = [1,1,1,1,1,1,1,1,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] = "hp";
	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] = 4;
	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 = false; // 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 = 47; // Cast your first spell once. Set to 0 if you won't
	NTConfig_AttackBoss = 47; // Cast your primary spell to boss.
	NTConfig_AttackOthers = 47; // Cast your primary spell to others.
	NTConfig_AttackSecondary = 1; // Cast your Secondary spell if monster is immune to your primary 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 = 100; // Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't
}
12/22/2009 20:52 xdoddestroyer#92
Quote:
Originally Posted by cybergott View Post
So mal meine ist das irgendwas falsch drinne???



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

var NTConfig_CastStatic;

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


	NTConfig_PublicMode = false;

	//NTConfig_Script.push("Gamble") //1.13 ptr gamble bot
	//NTConfig_Script.push("Eldritch"); NTConfig_ShenkExtension = false;NTConfig_DacFarrenExtension = false ;
	//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("Nihlathak"); NTConfig_PindleskinExtension = false;
	//NTConfig_Script.push("Eldritch"); NTConfig_ShenkExtension = false;
	//NTConfig_Script.push("ThreshSocket");
	//NTConfig_Script.push("Frozenstein");
	//NTConfig_Script.push("Baal"); NTConfig_KillBaal = true;
	//NTConfig_Script.push("Diablo");
	//NTConfig_Script.push("Mephisto");
	//NTConfig_Script.push("Travincal");
	//NTConfig_Script.push("Summoner");
	//NTConfig_Script.push("Duriel");
	//NTConfig_Script.push("AncientTunnels");
	NTConfig_Script.push("Andariel");
	//NTConfig_Script.push("Countess");
	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,1,1,1,1,1,0,0];
	NTConfig_Columns[1] = [1,1,1,1,1,1,1,1,0,0];
	NTConfig_Columns[2] = [1,1,1,1,1,1,1,1,0,0];
	NTConfig_Columns[3] = [1,1,1,1,1,1,1,1,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] = "hp";
	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] = 4;
	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 = false; // 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 = 47; // Cast your first spell once. Set to 0 if you won't
	NTConfig_AttackBoss = 47; // Cast your primary spell to boss.
	NTConfig_AttackOthers = 47; // Cast your primary spell to others.
	NTConfig_AttackSecondary = 1; // Cast your Secondary spell if monster is immune to your primary 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 = 100; // Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't
}
du sag mal WAS HAST DU DEN NICHT VERSTANDEN ICH HABE DIR EXTRA IM ICQ GESAGT DES ES HÖCHSTWARSCHEINLICH AN DMG UND RES SEIN KANN UND HÖR AUF HIER MEIN THREAD FULL ZU SPAMMEN!!!!!!!
12/22/2009 20:52 kal_el#93
na dann lasst es doch einfach wenn der ned so berauschend ist.
wartet einfach bis der richtige patch da is und reset war, und die 3 guten bots wieder laufen.. ao..kuk... nt
12/22/2009 20:54 kurzUm#94
Quote:
Originally Posted by kal_el View Post
na dann lasst es doch einfach wenn der ned so berauschend ist.
wartet einfach bis der richtige patch da is und reset war, und die 3 guten bots wieder laufen.. ao..kuk... nt
Also nur weil einige garnicht klar kommen is der doch nicht glei "NICHT SO BERAUSCHEND".
Bei mir läuft alles soweit.
Und kleine Probs würden doch auch schon gelöst.
12/22/2009 20:59 xdoddestroyer#95
Quote:
Originally Posted by kurzUm View Post
Also nur weil einige garnicht klar kommen is der doch nicht glei "NICHT SO BERAUSCHEND".
Bei mir läuft alles soweit.
Und kleine Probs würden doch auch schon gelöst.
ich sag immer solange der bei mir läuft geht das auch bei anderen und kal le das ist mit nt scrips^^ das ist immer klar das etwas bugs usw dabei sind ist ja auch der erste für beta und wenn es andere hier nicht begreifen wan dan man muss brechnen das man auch einen guten char braucht und nicht so ein drek
12/22/2009 21:25 Epfel79#96
ok so jetzt hab ich soweit alles hin bekommen läuft nur das sonderbahre ist wenn die dame vor mephisto steht macht sie einen einzigen orb danach gleich ein tp und geht town und macht weiter mit andy Ôo woran liegt das
12/22/2009 21:34 kurzUm#97
Quote:
Originally Posted by Epfel79 View Post
ok so jetzt hab ich soweit alles hin bekommen läuft nur das sonderbahre ist wenn die dame vor mephisto steht macht sie einen einzigen orb danach gleich ein tp und geht town und macht weiter mit andy Ôo woran liegt das
Hm , das macht sie nur bei Orb oder ^^.. das hat sie erst auch bei mir gemacht.
Später dann nicht mehr.
Hast mal die neue Blizz conig gesaugt und vllt mal in Orb umgestellt.
12/22/2009 21:38 Epfel79#98
Quote:
Originally Posted by kurzUm View Post
Hm , das macht sie nur bei Orb oder ^^.. das hat sie erst auch bei mir gemacht.
Später dann nicht mehr.
Hast mal die neue Blizz conig gesaugt und vllt mal in Orb umgestellt.
Jo is ne idee werd ich mal probieren schon mal danke für den tip meld mich ^^
12/22/2009 23:20 Epfel79#99
Alles klar jetzt klappt alles so jetzt hab ich aber noch was wo issen die pick datei die find ich nicht bzw weist du zufällig ob sie tal rasha set items pickt wenn sie findet wäre nämlich wichtig hab sonst nur crap an also habe die ursprüngliche datei also nichts verändert dann könntest du bitte nach schaun ob oder ob nicht oder gegebenen fals sagen wo und was umschreiben oder ne andere pick mir geben unter umständen
lach danke nochmal
12/23/2009 01:08 xdoddestroyer#100
Quote:
Originally Posted by Epfel79 View Post
Alles klar jetzt klappt alles so jetzt hab ich aber noch was wo issen die pick datei die find ich nicht bzw weist du zufällig ob sie tal rasha set items pickt wenn sie findet wäre nämlich wichtig hab sonst nur crap an also habe die ursprüngliche datei also nichts verändert dann könntest du bitte nach schaun ob oder ob nicht oder gegebenen fals sagen wo und was umschreiben oder ne andere pick mir geben unter umständen
lach danke nochmal
müsste er finden schau in nt ordner unter setting ordner da dan die set ini und schau da nach tal rasha und schau ob vorne das ; weg ist wenn ja dan nimmt der das auf
12/23/2009 01:21 style-#101
Quote:
Originally Posted by cybergott View Post
Macht deine soso bei ihr static?
ne, die sorc leavt game sobald die hinter die mauer ( wo die ganzen mosnter sind bei lvl 5 ) it leavt die da game.. ohne irgendwas zu machen

- telt bis lvl 5
- bereich wo die monster / gräfin ist
- leavt sofort game ohne was zu machen

habe jetzt mal andy dazu genommen. da macht der bot alles, sobald er zur gräfin geht macht er tp geht stadt und geht zu pit ohne eine attacke bei gräfin gemacht zu haben..

Gräfin ist was falsch in der config eingestellt imo kannst mal dadrüber gucken?

der macht immer tp und geht town..

und bei pit ist auch falscher wp ein gestellt gewesen.. der benutze äusseres Kloster als wp..
12/23/2009 11:01 Epfel79#102
Quote:
Originally Posted by xdoddestroyer View Post
müsste er finden schau in nt ordner unter setting ordner da dan die set ini und schau da nach tal rasha und schau ob vorne das ; weg ist wenn ja dan nimmt der das auf
sehr geil danke für deine hilfe ^^
12/23/2009 13:20 kenny69#103
so ich bins nochmal bei den pickit datein müsst ihr euch noch mit beschäftigen ;<---wegmachen wenn er ein item aufnhemen soll weil da sind zihemlich viele gute items die er nicht aufnehmt also müsst ihr noch einstellen je nach bedarf
12/23/2009 13:59 xdoddestroyer#104
Quote:
Originally Posted by kenny69 View Post
so ich bins nochmal bei den pickit datein müsst ihr euch noch mit beschäftigen ;<---wegmachen wenn er ein item aufnhemen soll weil da sind zihemlich viele gute items die er nicht aufnehmt also müsst ihr noch einstellen je nach bedarf
deswegen habe ich ja meine noch in spoiler drine damit es keine unstimmigkeiten gibt das ich euch bescheissen will^^ problem ist nur das der die

Essenz des Leidens
Geladene Essenz des Hasses
Brennende Essenz des Schreckens

nich sammelt habe die zwar mit einbezogen aber macht das nicht
12/23/2009 19:26 kal_el#105
so....die k...ke wird gelöscht ...freunde es is weihnachten... baum schmücken...nix botten..