11-09-2004, 02:39 AM
1. go here http://yamb.ya.ohost.de/
1b. READ ALL INSTRUCTIONS BEFORE YOU START INSTALLING =0
2. in the folder d2jsp\scripts\libs\YAMB (where ever you installed d2jsp / yamb (NOT YOUR DESKTOP!) copy the file named YAM_Config_LightningSorc.d2l and change it to say YAM_Config_YOURSORC.d2l and copy the file named YAM_LifeWatchConfig_LightningSorc.d2l and rename it YAM_LifeWatchConfig_YOURSORC.d2l
IT IS CASE SenSiTIve... BOBBY is not the same as bOBby
3. change the contents of default.d2j to look like
Make sure to change YOURSORC to your sorc's name... and to change load("bots/xp_pindle to YAMB.d2j (like it is up there)
4. part way down YAM_Config_LightningSorc.d2l file you will see the boss configure tool mabob... looks like this
put // infront of bosses you don't want, and take them away for bossess you do want... i would recomend doing more than just one boss, due to r/d's
5. THIS IS VERY IMPORTANT
THIS IS VERY IMPORTANT, if you do not configure this correctly you will prolly end up dropping your charms. Put 1's where you don't have anything atm and you wand to use the area for snagged items, put 0's where you have stuff and you want to keep the stuff where it is.
6. go to the YAM_LifeWatchConfig_Thenlia.d2l file and figure out what settings best suit you... i personaly use
but i still die once in a great while, you may want to try some other values (out of 900 runs, i died 7times... that aint bad at all imo)
7. you can allways use the yamb install section to configure, but i posted the important parts here... http://yamb.ya.ohost.de/install.html
this bot NEEDS d2jsp, if you do not have it check out http://www.d2sector.net/forums/showthread.php?t=7750 or http://www.blizzhackers.com/viewtopic.ph...ight=d2jsp for the cracked versions... or go to www.d2jsp.com and pay for it... =0
if you need help installing d2jsp just post and ill get to it after class
--Cyberfire
1b. READ ALL INSTRUCTIONS BEFORE YOU START INSTALLING =0
2. in the folder d2jsp\scripts\libs\YAMB (where ever you installed d2jsp / yamb (NOT YOUR DESKTOP!) copy the file named YAM_Config_LightningSorc.d2l and change it to say YAM_Config_YOURSORC.d2l and copy the file named YAM_LifeWatchConfig_LightningSorc.d2l and rename it YAM_LifeWatchConfig_YOURSORC.d2l
IT IS CASE SenSiTIve... BOBBY is not the same as bOBby
3. change the contents of default.d2j to look like
Code:
/* default.d2j, modify the values below to suit your needs. [by njaguar]*/
function main() {
switch(me.name) {
case "YOURSORC":
load("bots/YAMB.d2j");
break;
default:
load("bots/YAMB.d2j");
break;
}
}
Make sure to change YOURSORC to your sorc's name... and to change load("bots/xp_pindle to YAMB.d2j (like it is up there)
4. part way down YAM_Config_LightningSorc.d2l file you will see the boss configure tool mabob... looks like this
Code:
//////////////////////////////////////////////////////////////////////
// Boss configuration
//====================================================================
// This is the list of currently available boss to run.
// Reorder the lines to change the order in which they will be killed.
// Comment out (put // before) a line to skip the boss.
// Recommendation: Reorder the sequence in order of difficulty,
// to kill the toughest boss last and the easiest boss first.
//--------------------------------------------------------------------
YAMXXP.push("Eldritch");
YAMXXP.push("Pindle");
//YAMXXP.push("Meph");
YAMXXP.push("Countess");
//YAMXXP.push("Andy");
YAMXXP.push("Shenk");
//Pit is beta at the moment.
//YAMXXP.push("Pit");
put // infront of bosses you don't want, and take them away for bossess you do want... i would recomend doing more than just one boss, due to r/d's
5. THIS IS VERY IMPORTANT
Code:
//////////////////////////////////////////////////////////////////////
// Stashing configuration
//--------------------------------------------------------------------
DT_Columns[0]=[1,1,1,1,1,1,0,0,0,0];
DT_Columns[1]=[1,1,1,1,1,1,0,0,0,0];
DT_Columns[2]=[1,1,1,1,1,1,0,0,0,0];
DT_Columns[3]=[1,1,1,1,1,1,0,0,0,0];
THIS IS VERY IMPORTANT, if you do not configure this correctly you will prolly end up dropping your charms. Put 1's where you don't have anything atm and you wand to use the area for snagged items, put 0's where you have stuff and you want to keep the stuff where it is.
6. go to the YAM_LifeWatchConfig_Thenlia.d2l file and figure out what settings best suit you... i personaly use
Code:
LW_UseTownChicken = true;
LW_ChickenLife = 400;
LW_ChickenTownLife = 550;
LW_ChickenMana = 0;
LW_LifeThresh = 700;
LW_ManaThresh = 150;
LW_LifeRejuvThresh = 450;
LW_ManaRejuvThresh = 0;
LW_QuitOnNoDrink = 450;
LW_ChickenOnOutOfManaPots = false;
LW_ChickenOnOutOfHealPots = false;
LW_ChickenOnOutOfRejuvPots = false;
LW_ChickenOnOutOfPots = true;
LW_DisplayMercHP = true;
LW_MercLifeThresh = 70;
LW_MercRejuvThresh = 20;
LW_DrinkTimer = 3;
LW_RejuvDrinkTimer = 1;
LW_MercChickenLife = 10;
LW_DeadMercChicken = true;
LW_LoopDelay = 150;
LW_IgnorePosition = true;
LW_QuitOnHostile = false;
LW_MaxPing = 2500;
but i still die once in a great while, you may want to try some other values (out of 900 runs, i died 7times... that aint bad at all imo)
7. you can allways use the yamb install section to configure, but i posted the important parts here... http://yamb.ya.ohost.de/install.html
this bot NEEDS d2jsp, if you do not have it check out http://www.d2sector.net/forums/showthread.php?t=7750 or http://www.blizzhackers.com/viewtopic.ph...ight=d2jsp for the cracked versions... or go to www.d2jsp.com and pay for it... =0
if you need help installing d2jsp just post and ill get to it after class
--Cyberfire