Problem Setting Leader on 2 IPs

Hi all,

I have 2 IPS:

IP1 = 1 leader, Leecher1, Leecher2, boer
IP2 = Leecher3, Leecher4, Leecher5, Leecher6

IP1 works great. Leader joins games, leechers follow and follow in game leader instructions

IP2 doesnt work. Leechers join same channel as leader but when Leader joins games, leechers dont follow. I join manually and in game they dont recognize Leader. There is no “Leader unit found” like in IP1.

This is how I have it set:

IP1 d2botfollow

var JoinSettings = {
“Leader”: [“Leecher1”, “Leecher2”, “Leecher3”, “Leecher4”, “Leecher5”, “Leecher6”]

IP2 d2botfollow

var JoinSettings = {
“Leader”: [“Leecher3”, “Leecher4”, “Leecher5”, “Leecher6”]

I think the problem is that IP2 leechers (followers) dont recognize the Leader of IP1 and I dont know how to set it up. Can anybody help please? Thank you

Also I put all the Config.Leader on all the followers. Not sure what I am missing…

correct me if I am wrong, but dont the “followers” have to be on the same manager to work?

Do leechers3 to 6 have the Leader in their friendlist?

Are you using D2BotChannel?

Ok so I managed how to work it out. I reset the config chars and add all to all friend lists. So all IP1 followers join but IP2 followers dont autojoin. Although when they are in game recognize Leader.

Only part to fix is so all IP2 followers autojoin when IP1 Leader joins. Im testing now so will let you know how it goes.

Are they all in one channel before the game starts?

Yes, they are all in the same channel. Still nothing…

let us know if those are on the same PC and the same D2Bot manager, or 2 different PCs?

Ok so I just managed to fix it.

Setup:

PC1 - IP 1 - 1 Leader Leecher1 Leecher2 Leecher3 - 1 bot manager

PC2 - IP 2 - Leecher4, Leecher5, Leecher6, Boer - 1 bot manager

Entry Script on Boer D2BotLead

On PC2 d2BotFollow edit Leader to “Boer” profile and “all” in leechers example:

var JoinSettings = {
“Boer”: [“all”]

So steps should be:

Boer makes game. All IP2 Leechers Follow

Leader joins game. All IP1 Leechers Join

All Leechers recognice Leader ingame.

Fixed.

Thanks!

1 Like