why did you make a new thread? if a mod could merge this with this thread
here it would be most helpful...
anyways; knowing that you have your teambotting configured correctly (posting what you have as your teambotting script would be helpful) and you have the teleporter and leecher on each others friends list, and using "usefriendlist=true" i dont see a problem...
Code:
//////////////////////////////////////////////////////////////////////
// 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;
that should be the teleporter's script
Code:
//////////////////////////////////////////////////////////////////////
// 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=true;
YAM_TPMsg="tp up";
WaitForPortal=true;
YAM_UseFriendsList=true;
PublicMode = 1;
that should be the leecher's script...
it SHOULD join when it whispers to friends "join baalxbot-#/" or whatever the game name is; and then it should go through the portal when the teleporter's bot says "tp up"