IF YOU SEE ANYTHING MISSING THAT SHOULD BE IN HERE PLEASE TELL ME
LeechO - Is for ondals use only
Leech - Is normal leech / helper
LeechD - Not meant for low levels / weak characters
AutoBaal -
/*
Universal Baal leecher by Kolton with Autoleader by Ethic
Pure leech script for throne and Baal
Reenters throne/chamber upon death and picks the corpse back up
Make sure you setup safeMsg and baalMsg accordingly
*/
For the auto baal you need to open the script which is found in ntbot / libs / bots and edit the messages in there.
If interested in a pick it here is mine which I will be constantly updating and adding stuff too that is worth actually selling
http://www.edgeofnowhere.cc/viewtopic.php?t=460441 - My Pickit
Other things you need to know -
http://www.edgeofnowhere.cc/viewtopic.php?t=460721This is very important to do BEFORE creating the character configuration. When there are SVN updates done, if it affects character files and / or new vars are added it will be best if you delete your current character file and have the bot re make it otherwise you may have issues trying to run the bot and / or not have any of the new settings. Also, make sure you USE THE IN GAME CONFIGURATION SET UP SINCE WE NO LONGER SUPPORT THE OLD CONFIGURATION SET UP.
Also make sure js32.dll is not in your windows system or system32 folder that file SHOULD ONLY BE IN YOUR D2BS FOLDERhttp://www.assembla.com/spaces/bobode/documents - make sure you have the latest OOG if you use it
http://www.assembla.com/spaces/d2bs/documents - for just d2bs or d2driver
The newest leech script also now supports Ondals just make sure ondals is in Weapon Tab 2 not Weapon Tab 1
1. Open your character config. file if your running public set it to true.
Now in the NT_Leader.push("LEADERS CHARACTER NAME EXACT SPELLING"); in the area i capitalized must be exact matching aswell so it is ExAmPlE must have it spelt just like that.
Now all there is left to do is set the Leech type which you figure what you want and of course make sure simonsays is disabled as always. -
ONLY FOLLOW THIS IF YOU HAVE NOT FOLLOWED THE NEW GUIDE ON SETTING UP YOUR CHARACTER CONFIGURATIONHere is my guide for in game configuration w/ video tutorial -
viewtopic.php?f=204&t=4712321. Load D2BS with OOG or what ever you choose to use to run D2BS.
2. While in game pause the bot, set the bot up in GAME make sure public mode is set to true and what not.
3. Now save and exit.
Go into ntbot / libs / config
Select the config file that has your characters name on it.
Now find
//-------------------------------------------------------------------------------------------------
// Leader and Leech Configuration
//
// Any character name settings in this section are CASE-SENSITIVE.
//-------------------------------------------------------------------------------------------------
NT_Leader = ["ExAmPlE", "ExAmPlee_Exampleee];
QuitWithLeaderList = ["ExAmPlE", "AddAnotherHere"];
NTConfig_HelpPreClear = false // Set to true if you want to help clear the throne before it's announced 'Safe'
NTConfig_HelpWithWaves = false // Set to true to fight in throne when each wave drops
NTConfig_HelpWithBaal = false // Set to true if you want to help kill Baal
NTConfig_GetBaalItems = false // Set to true if you want to pick items after Baal dies
NTConfig_ClearLeechPosition = false // Set to true if you want to fight while leeching in Worldstone Chamber (tentacles could appear etc)
Choose the false / true settings to your liking.
As always make sure the names you want your character following is exact and also if you want to leave with someone other than your leader just add them with the quitwithleaderlist.
Now go in game again with D2BS loaded go back into the in game configuration.
Go to the leech tab (click on it) and move the names you want over to the active list.
Make sure to always save.
4. Now open OOG and edit the profile of the follower.
Should be a setting under Bot Mode Follow (Character name exact spelling)
Ex. Follow LoD-Example (must as always be exact spelling on all letter's sense it is case sensitive)
Or
You can have it Join From Chat as well see which best works for you.
5. Now what the game name is Put in in your Game Name area start It with Lod Baal- and that's all make sure the first letter is capitalized and also the next word if it is in 2 break's as shown, if their is a password just put it in the password area and you'll be good to go.
But if the game name is Chaosbaal- then have it as that.
If you put it as ChaosBaal- it will not work.
Also, make sure the person is on your friends list. (This is just more helpful if possible)
I don't think there is a way to make the leecher wait before joining game either, so you may want to check unless your the leader give it enough time so your follower don't FTJ.
edit: saw i didn't post about NTLeech being modified
Here is my guide on how to download and use SVN -
http://www.edgeofnowhere.cc/viewtopic.p ... 19#4282619
More Info about SVN Update if you end up having issues -
viewtopic.php?f=204&t=476425Guide how to follow someone not on your f listhttp://www.edgeofnowhere.cc/viewtopic.php?t=458459YAMB Follow Bot Guide
Select diablo / baal or whoever you may want to run.
YAM_TPMsg="tp up"; Make sure its the same in all configs
WaitForPortal=false; If leader this must be false
YAM_UseFriendsList=true; If leader yes have this enabled and make sure leechers are on your friends list
PublicMode = 1; // Leader have this set to 1
Now to set up the leecher
YAMXXP.push("Baal");
YAM_TPMsg="tp up";
WaitForPortal=true;
YAM_UseFriendsList=true;
PublicMode = 1; // Set to 2 for Leech Botting
Now open YAM-CommonStarter
var YAM_WaitInChat = false; // Wait in Chat Screen until messaged by a leader to join a game
Set this to true
Also you will have a teambotting file made after a game is made, which will be found with your config files, you need to enter helpers names again case sensitive.
Now if you want instead of helping just select the parasite script instead of baal and you should be good to go.
Reference is from the old YAMB website so this IS NOT 100% GUARANTEED TO WORK