Posts: 33
Threads: 1
Joined: Nov 2004
Reputation:
0
Ok, so my bot kills everything in throne before it sets up a tp...anyone know how to fix that?because he dies doing it...and it makes me mad lol. He's lvl 96 and dying loses a ton of runs..so i made the BXP_cleartp=false thing to false and thought that would help..but it doesnt. i use d2jsp .43+ and yamb 9.5.9 any help would be appreciated..thanks
Posts: 161
Threads: 8
Joined: Mar 2005
Reputation:
0
When you say everything in the throne, do you mean all of it or just where baal is?
Posts: 33
Threads: 1
Joined: Nov 2004
Reputation:
0
All of it, from the point where he enters to where the tp goes..lol It's some crazy *** stuff...but i fixed it. I put the leecher thing=1 and that fixed it
Posts: 33
Threads: 1
Joined: Nov 2004
Reputation:
0
so yeah anyone who has that problem this is the solution..
//////////////////////////////////////////////////////////////////////
// Team Botting configuration
//====================================================================
// PublicMode = 0/1/2 0 - Private, 1 - Public, >1 - Supports Leeches
// YAM_TPMsg = value define the boardcast msg to use to signal to the team bots to enter your tp
// WaitForPortal = true/false; Set to true to wait for a YAM_TPMsg before entering tp
// rather than teleporting to the boss itself.
// YAM_UseFriendsList = true/false Set to true to use the "/f m" command for your team bots
// to join your game rather than message them individually
// if true, you need to add the accounts of your team bots
// to your bnet friends list!
// YAM_WaitInChat=true/false; false to bot as normal and true to wait in chat for team botting.
//--------------------------------------------------------------------
YAM_WaitInChat=false;
YAM_TPMsg="tp up";
WaitForPortal=false;
YAM_UseFriendsList=true;
PublicMode = 1;