Full-Torqe
Member!
Hi I need some help setting up Team Baal botting. I for one do not have a clue how, if anyone can help that would be great.
//YAMXXP.push("Pindle");
//YAMXXP.push("Eldritch");
//YAMXXP.push("Shenk");
//YAMXXP.push("ThreshSocket");
//YAMXXP.push("Hephasto");
//YAMXXP.push("Summoner")
//YAMXXP.push("Duriel");
//YAMXXP.push("Trav");
//YAMXXP.push("Meph");
//YAMXXP.push("Countess");
//YAMXXP.push("Andy");
//YAMXXP.push("Cow");
//YAMXXP.push("Pit");
//YAMXXP.push("Diablo");
YAMXXP.push("Baal"); // baal must be last for the other script to run unless you want to use the special feature.
YAM_WaitInChat=false;
YAM_TPMsg="tp up";
WaitForPortal=false;
YAM_UseFriendsList=true; - this will spam friends list to join your game, if you wish to whisper you will need to change to false and amke sure there chars names are cased right and in d2leaders file.
PublicMode = 0;
Change PublicMode from 0 to 1
so it now should look like this unless your whispering users
YAM_WaitInChat=false;
YAM_TPMsg="tp up";
WaitForPortal=false;
YAM_UseFriendsList=true;
PublicMode = 1;
Scroll down more and find the follwowing
YAM_MinGameLength = 200;
YAM_MaxGameLength = 660; // Default is 8 min, don't set too low or you may not kill everyone !
YAM_GameCatchup = 1000;
Changd min length to 300 - this number helps reduce r/ds
max length to 1000 - max sure you dont levae game prematurly if killing baal - set higher fi your going to do more then just baal
Cathup = 3000 - this is to help avoid lag out - aka chicken due to lag
It shoudl now look like this
YAM_MinGameLength = 300;
YAM_MaxGameLength = 1000; // Default is 8 min, don't set too low or you may not kill everyone !
YAM_GameCatchup = 3000;
BXP_ClearFirst = true; - change it to false if you do want to clear mobs before openign a portal - chang this can cause alot fo deaths and get pissed off people at you
SkipBaal = false; - change to true if you dont want to kill baal - as gneeral rule i dont set to true unless i m 90 plus
VenomLordCTA = false; - change to true if u have cta and plan on doing baal
RemovePoison=false; if you chicken bcz of posion alot set it to true to go to town to remove posion
Now open YAM_Leaders.d2l in the djsp\scripts\libs\YAMB\configs file
You will see
Leaders.push("FirstLeaderName");
Change that to the person who will be doing the teling for example in my scenario it would be:
[quote=bio.hazard setup?]Leaders.push("Hammerz_Godly");
Rember this is case sentive
Now if you want to bo other bots or you are whispering you will add them as well for exampel i ant my sorc to to be boed i would add
Leaders.push("Add-Next-Char-Name-Here");
to the file. If you have more then 2 peopel team boting copy and paste one of the Leaders.push and change the name.
I bo all my bots so my file will look like this:
Leaders.push("Hammerz_Godly");
Leaders.push("Add-Next-Char-Name-Here");
Leaders.push("So-On");
Leaders.push("And-So-Forth");[/quote]
//YAMXXP.push("Pindle");
//YAMXXP.push("Eldritch");
//YAMXXP.push("Shenk");
//YAMXXP.push("ThreshSocket");
//YAMXXP.push("Hephasto");
//YAMXXP.push("Summoner")
//YAMXXP.push("Duriel");
//YAMXXP.push("Trav");
//YAMXXP.push("Meph");
//YAMXXP.push("Countess");
//YAMXXP.push("Andy");
//YAMXXP.push("Cow");
//YAMXXP.push("Pit");
//YAMXXP.push("Diablo");
YAMXXP.push("Baal"); // baal must be last for the other script to run unless you want to use the special feature.
YAM_WaitInChat=false;
YAM_TPMsg="tp up";
WaitForPortal=false;
YAM_UseFriendsList=true; - this will spam friends list to join your game, if you wish to whisper you will need to change to false and amke sure there chars names are cased right and in d2leaders file.
PublicMode = 0;
Change PublicMode from 0 to 1
so it now should look like this unless your whispering users
YAM_WaitInChat=false;
YAM_TPMsg="tp up";
WaitForPortal=false;
YAM_UseFriendsList=true;
PublicMode = 1;
Scroll down more and find the follwowing
YAM_MinGameLength = 200;
YAM_MaxGameLength = 660; // Default is 8 min, don't set too low or you may not kill everyone !
YAM_GameCatchup = 1000;
Changd min length to 300 - this number helps reduce r/ds
max length to 1000 - max sure you dont levae game prematurly if killing baal - set higher fi your going to do more then just baal
Cathup = 3000 - this is to help avoid lag out - aka chicken due to lag
It shoudl now look like this
YAM_MinGameLength = 300;
YAM_MaxGameLength = 1000; // Default is 8 min, don't set too low or you may not kill everyone !
YAM_GameCatchup = 3000;
BXP_ClearFirst = true; - change it to false if you do want to clear mobs before openign a portal - chang this can cause alot fo deaths and get pissed off people at you
VenomLordCTA = false; - change to true if u have cta and plan on doing baal
RemovePoison=false; if you chicken bcz of posion alot set it to true to go to town to remove posion
Now open YAM_Leaders.d2l in the djsp\scripts\libs\YAMB\configs file
You will see
Leaders.push("FirstLeaderName");
Change that to the person who will be doing the teling for example in my scenario it would be:
[quote=bio.hazard setup?]Leaders.push("Hammerz_Godly");
Rember this is case sentive
Now if you want to bo other bots or you are whispering you will add them as well for exampel i ant my sorc to to be boed i would add
Leaders.push("Add-Next-Char-Name-Here");
to the file. If you have more then 2 peopel team boting copy and paste one of the Leaders.push and change the name.
I bo all my bots so my file will look like this:
Leaders.push("Hammerz_Godly");
Leaders.push("Add-Next-Char-Name-Here");
Leaders.push("So-On");
Leaders.push("And-So-Forth");[/quote]