Follower doesnt join leaders game

The follower will load game login and join channel and sit , the leader hdin will join channel and create game and start. I have to manually input game name / pw for sorc to join
Profile names are in correct spot and setting on both characters leader set to mfleader and follower set to follower .
we confirmed this on discord
ive been at this for 4 almost 5 days ive got a huge headache and watch it be something very simple

did you add the profile name in the right area on the d2botfollower.

/* Join game settings
Format: “leader’s profile”: [“leecher 1 profile”, “leecher 2 profile”, …]
If you want everyone to join the same leader, use “leader’s profile”: [“all”]
NOTE: Use PROFILE names (profile matches window title), NOT character/account names
leader:leecher groups need to be divided by a comma
example:
var JoinSettings = {
“lead1”: [“follow1”, “follow2”],
“lead2”: [“follow3”, “follow4”]
};
*/

	*var JoinSettings = {
		"mfleader": ["follower"]

};

should look something like that.

1 Like