Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Diablo 2
You last visited: Today at 08:54

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

Advertisement



D2BS MF Bot für 1.13 beta!!!

Discussion on D2BS MF Bot für 1.13 beta!!! within the Diablo 2 forum part of the Other Online Games category.

Closed Thread
 
Old 12/22/2009, 19:35   #91
 
elite*gold: 0
Join Date: Mar 2008
Posts: 53
Received Thanks: 1
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
}
cybergott is offline  
Thanks
1 User
Old 12/22/2009, 20:52   #92
 
xdoddestroyer's Avatar
 
elite*gold: 20
Join Date: Feb 2009
Posts: 3,100
Received Thanks: 922
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!!!!!!!
xdoddestroyer is offline  
Thanks
1 User
Old 12/22/2009, 20:52   #93
 
kal_el's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 7,310
Received Thanks: 2,205
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
kal_el is offline  
Old 12/22/2009, 20:54   #94
 
kurzUm's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 496
Received Thanks: 97
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.
kurzUm is offline  
Thanks
1 User
Old 12/22/2009, 20:59   #95
 
xdoddestroyer's Avatar
 
elite*gold: 20
Join Date: Feb 2009
Posts: 3,100
Received Thanks: 922
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
xdoddestroyer is offline  
Thanks
1 User
Old 12/22/2009, 21:25   #96
 
elite*gold: 0
Join Date: Mar 2009
Posts: 30
Received Thanks: 10
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
Epfel79 is offline  
Old 12/22/2009, 21:34   #97
 
kurzUm's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 496
Received Thanks: 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.
kurzUm is offline  
Thanks
1 User
Old 12/22/2009, 21:38   #98
 
elite*gold: 0
Join Date: Mar 2009
Posts: 30
Received Thanks: 10
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 ^^
Epfel79 is offline  
Old 12/22/2009, 23:20   #99
 
elite*gold: 0
Join Date: Mar 2009
Posts: 30
Received Thanks: 10
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 **** 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
Epfel79 is offline  
Old 12/23/2009, 01:08   #100
 
xdoddestroyer's Avatar
 
elite*gold: 20
Join Date: Feb 2009
Posts: 3,100
Received Thanks: 922
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 **** 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
xdoddestroyer is offline  
Old 12/23/2009, 01:21   #101
 
elite*gold: 0
Join Date: May 2009
Posts: 667
Received Thanks: 27
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..
style- is offline  
Old 12/23/2009, 11:01   #102
 
elite*gold: 0
Join Date: Mar 2009
Posts: 30
Received Thanks: 10
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 ^^
Epfel79 is offline  
Old 12/23/2009, 13:20   #103
 
elite*gold: 0
Join Date: Jul 2009
Posts: 15
Received Thanks: 0
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
kenny69 is offline  
Old 12/23/2009, 13:59   #104
 
xdoddestroyer's Avatar
 
elite*gold: 20
Join Date: Feb 2009
Posts: 3,100
Received Thanks: 922
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
xdoddestroyer is offline  
Old 12/23/2009, 19:26   #105
 
kal_el's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 7,310
Received Thanks: 2,205
so....die k...ke wird gelöscht ...freunde es is weihnachten... baum schmücken...nix botten..
kal_el is offline  
Thanks
1 User
Closed Thread


Similar Threads Similar Threads
D2BS 1.13???
09/15/2010 - Diablo 2 - 3 Replies
heyy leutzz, meine frage ist bestimmt wider die 1000ste frage hier ich weis tut mir auch leid :'( ich wollt nur schnell fragen wo und wie ich dieses prog: D2BS 1.13 downloaden kann?! ich habe KEIN torrent!!! brauche dringend hilfe will unbedingt meinen ww barn mit dem bot laufen lassen, möchte aber nicht noch extra ne eni hollen(bin nicht so der fan von eni).
[Release] D2BS 1.13
08/01/2010 - Diablo 2 - 69 Replies
Endlich ist es soweit. D2BS wurde für 1.13 angepasst, gesichert und nun released. Was ist D2BS? D2BS basiert auf dem alten D2JSP Bot (wer sich noch an den erinnert) und enthält sowohl die NTBot als auch die YAMB Skripte. Der Bot ist open source sprich mit den nötigen Kenntnissen könnt ihr alles an dem Bot verändern was ihr wollt. Im Prinzip nutzt ihr alle bereits D2BS, denn D2NT basiert auf gestohlenem D2BS Source Code. Gestohlen deshalb, weil D2BS einer Lizenz unterliegt die besagt,...
D2BS mit OOG 1.3
05/01/2010 - Diablo 2 Programming - 4 Replies
die d2nt-alternative ist schnell konfiguriert OOG.exe ist eure bot exe und dort editiert ihr eure accounteinstellungen OOG with 1.3\YAMB\libs\YAMB\configs enthält eure bot konfiguration, ähnlich wie bei d2nt in OOG with 1.3\YAMB\settings befinden sich die pickit scripte, mit einigen ausführlichen beispielen
Modded D2BS 1.13 Bot
03/27/2010 - Diablo 2 - 13 Replies
Hi, Hab in den d2bs 1.13 bot noch ein paar gegner eingebaut.ist zwar nicht viel, habe aber bei denen schon ein paar nette runen gefunden. diese bosse sind neu: NTConfig_Script.push("Mephisto"); //nur Mephisto--nicht neu^^ NTConfig_Script.push("MephistoRat"); //Mephisto,Rat Rechte und Linke seite NTConfig_Script.push("Käferkau"); NTConfig_Script.push("DunklerVorfahr");
D2BS Ladderreset Script!
03/23/2010 - Diablo 2 - 20 Replies
Hi , die neue Ladder fängt in "wenigen" Stunden an. Daher hab ich mich heute kurz hingesetzt und mir überlegt wie ich am besten anfange zu botten in der neuen Ladder. Da gibts nur eins: Mephisto Moat Trick -> Nackte Sorc und trotzdem auf Hell Mephisto legen. Klingt nice w00t :D? Direkt mal auf Eon geschaut obs solche skirpts gibt und ja gibt es aber leider nur für eine alte D2NT und eine veraltete D2BS Version. Da ich denke ,dass D2BS einer der ersten Bots sein wird die auf 1.13...



All times are GMT +2. The time now is 08:55.


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.