D2BS MF Bot für 1.13 beta!!!

12/24/2009 18:35 style-#121
Quote:
Originally Posted by illakilla View Post
vorweg..

hab mir nicht die 12 seiten gelaber durchgelesen.. vielleicht hat's schon jemand geschrieben.

die orb sorc config , die ich runtergeladen hab benutzt als primary skill blitzstrahl
das bringt mir garnix.. ich hab orb geskillt und nicht blitz...

wo stell ich den primary skill anders ein ?
einfach die 53 auf 64 umstellen ( orb )
12/24/2009 20:42 xdoddestroyer#122
Quote:
Originally Posted by Zuhälter View Post
ich nehm ne light sorc
hab einfach das standart sorc ding umbenannt auf meinen namen und die bosse eingestellt, die ich haben will.
hat am anfang gar nicht geklappt, aber nach einigen rumprobierereien hat er alles einwandfrei gemacht :)



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

var NTConfig_CastStatic;

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

	NTConfig_PublicMode = true;
	
	
	//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 = false;	// 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 free stashing is set.

	// 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,0,0,0];
	NTConfig_Columns[1] = [1,1,1,1,1,1,1,0,0,0];
	NTConfig_Columns[2] = [1,1,1,1,1,1,1,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] = "rv";
	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 = 49;	// Cast your first spell once. Set to 0 if you won't
	NTConfig_AttackBoss = 49;	// Cast your primary spell to boss.
	NTConfig_AttackOthers = 53;	// Cast your primary spell to others.
	NTConfig_AttackSecondary = 0;	// 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 = 100;	// Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't
}

also bei mir geht es trozedem nicht der macht trozdem tp bei summoner und gräfin! naja egal mal weiter versuchen
12/27/2009 01:25 illakilla#123
fire sorc config funktioniert uebrigens auch nicht

guck dir mal die attack zeilen in der config von deiner orb sorc an und vergleich sie mit denen von der fire sorc config
das erkennt der bot nicht
da gibts ein fehler, dass die attacke nicht definiert wurde...

ich hab's mit den zeilen aus der orb sorc config ersetzt mit den richtigen skills
47 = feuerball
56 = meteor

nu läuft's :)
12/27/2009 08:27 tittlewave#124
irgendwie tötet meine lightsorc immer die aktbosse aber bei gräfin pindle shenk und summoner mach der bot sofort portal auf.. war vorher genauso bei meiner Blizzardsorc
weiß jmd zufällig was da los ist?
12/27/2009 12:37 xdoddestroyer#125
Quote:
Originally Posted by tittlewave View Post
irgendwie tötet meine lightsorc immer die aktbosse aber bei gräfin pindle shenk und summoner mach der bot sofort portal auf.. war vorher genauso bei meiner Blizzardsorc
weiß jmd zufällig was da los ist?
porblem is bei mir auch habe auch schon alles probiert geht aber irgendwie nicht

Quote:
Originally Posted by illakilla View Post
fire sorc config funktioniert uebrigens auch nicht

guck dir mal die attack zeilen in der config von deiner orb sorc an und vergleich sie mit denen von der fire sorc config
das erkennt der bot nicht
da gibts ein fehler, dass die attacke nicht definiert wurde...

ich hab's mit den zeilen aus der orb sorc config ersetzt mit den richtigen skills
47 = feuerball
56 = meteor

nu läuft's :)
bei mir ging sie hatte das ja auc so habe mal jetzt meine rein gemacht
12/28/2009 00:07 style-#126
irgendwie is komisch freund hat bei sich getestet..

light script

da is zwar gräfin bugged aber alles andere geht normal..
12/28/2009 11:30 josh2604#127
bei mir killt er eldrich und leavt direkt das game ?
danke für jede hilfe

bzw. kann mir jmd sagen wie ich einstellen kann, dass er zB eldrich nicht killen soll ...
versteh das nich so ganz mit dem true false was da bei den bossen steht
12/28/2009 12:35 erbse274#128
Quote:
Originally Posted by josh2604 View Post
bei mir killt er eldrich und leavt direkt das game ?
danke für jede hilfe

bzw. kann mir jmd sagen wie ich einstellen kann, dass er zB eldrich nicht killen soll ...
versteh das nich so ganz mit dem true false was da bei den bossen steht
True=wahr---->ja hau um den Boss
False=nicht wahr------>lass den Boss ma stehen ;-)
12/28/2009 15:20 noidea11#129
Quote:
Originally Posted by tittlewave View Post
irgendwie tötet meine lightsorc immer die aktbosse aber bei gräfin pindle shenk und summoner mach der bot sofort portal auf.. war vorher genauso bei meiner Blizzardsorc
weiß jmd zufällig was da los ist?
hallo ist bei mir genauso, habe ne blizzard sorc! bitte mal überprüfen. danke!
12/28/2009 16:19 style-#130
Quote:
Originally Posted by noidea11 View Post
hallo ist bei mir genauso, habe ne blizzard sorc! bitte mal überprüfen. danke!
d2bs is halt bugged nicht alle runs sind bugg frei

bugged -> gräfin summoner pindel

schnek kann ich nicht feststellen geht bei mir..

Quote:
Originally Posted by josh2604 View Post
bei mir killt er eldrich und leavt direkt das game ?
danke für jede hilfe

bzw. kann mir jmd sagen wie ich einstellen kann, dass er zB eldrich nicht killen soll ...
versteh das nich so ganz mit dem true false was da bei den bossen steht
eldrich/ schnek killt er wenn das so in config steht:

NTConfig_Script.push("Eldritch"); NTConfig_ShenkExtension = true;


so hier killt er nur eldrich:

NTConfig_Script.push("Eldritch"); NTConfig_ShenkExtension = false;


so hier killt er nichts von den beiden:

//NTConfig_Script.push("Eldritch"); NTConfig_ShenkExtension = false;

wenn du willst das er das nicht killt einfach // vor NTConfig
12/28/2009 16:39 marcel1982#131
hab rausgefunden warum der bot tp aufmacht ohne den Boss zu killen liegt daran weil hier alle die das Problem haben die deutsche Version von Dia haben.Entweder englische Version laden oder einfach in den Bot dbl z.b. für Summoner den deutschen Namen eintragen.
12/28/2009 16:57 style-#132
Quote:
Originally Posted by marcel1982 View Post
hab rausgefunden warum der bot tp aufmacht ohne den Boss zu killen liegt daran weil hier alle die das Problem haben die deutsche Version von Dia haben.Entweder englische Version laden oder einfach in den Bot dbl z.b. für Summoner den deutschen Namen eintragen.
macht einfach euer d2 eng.. dann geht es schon..

also bei d2bs

bei flags -direct -txt
12/29/2009 03:19 tittlewave#133
danke jetzt klappt glaub ich alles bei mir
12/29/2009 13:36 xdoddestroyer#134
Quote:
Originally Posted by jeet1337 View Post
macht einfach euer d2 eng.. dann geht es schon..

also bei d2bs

bei flags -direct -txt
thx ich werd das mal ganz nach oben machen damit das jeder dan lesen kann in der Anleitung
12/29/2009 17:10 style-#135
Quote:
Originally Posted by xdoddestroyer View Post
thx ich werd das mal ganz nach oben machen damit das jeder dan lesen kann in der Anleitung
np

aber weiß einer ob der bot cd key changen kann?

wenn ja wie?