Autosmurf Help

Hello, very good, I need help with autosmurf, I have been trying to make it work for a long time, but it seems that I don’t work, The problem is that the follower does not follow the leader, nor enters the game and the leader does nothing.

LEADE
Lajarra sorc

Follower
bbplz
caballeroso
benitocamela
laputita

----leader----
Scripts.AutoSmurf = true;
Config.AutoSmurf.TeamSize = 4;
Config.AutoSmurf.TeleportingSorc = “Lajarra”; // your leader sorceress charname.
Config.AutoSmurf.BoBarb = “bbplz”; // boBarb charname
Config.AutoSmurf.OtherChars = ["Laputita ", “Benitocamela”, “Caballeroso”]; // all team charnames, excluding the leader and boBarb
Config.AutoSmurf.AllTeamProfiles = [“Lajarra”,“javato”,“shohai”,“xhelk”, “kaseo”]; // the whole team PROFILE names

Config.Leader = ""; // Leader's ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
Config.QuitList = ["laputita", "Benitocamela", "caballeroso", "bbplz"]; // List of character names to quit with. Example: Config.QuitList = ["MySorc", "MyDin"];
Config.QuitListMode = 1; // 0 = use character names; 1 = use profile names (all profiles must run on the same computer).
Config.QuitListDelay = [3, 5]; // Quit the game with random delay in case of using Config.QuitList. Example: Config.QuitListDelay = [1, 10]; will exit with random delay between 1 and 10 seconds.

Config.AutoStat.Enabled = true; // Enable or disable AutoStat system
Config.AutoStat.Save = 0; // Number stat points that will not be spent and saved.
Config.AutoStat.BlockChance = 0; // An integer value set to desired block chance. This is ignored in classic.
Config.AutoStat.UseBulk = true; 
Config.AutoStat.Build = [];

Config.AutoBuild.Template = “Blizzard”;

Follower

Scripts.AutoSmurf = true;
	Config.AutoSmurf.TeamSize = 4;
	Config.AutoSmurf.TeleportingSorc = "lajarra"; // your leader sorceress charname.
	Config.AutoSmurf.BoBarb = "bbplz"; // boBarb charname
	Config.AutoSmurf.OtherChars = ["laputita", "benitocamela", "caballeroso"]; // all team charnames, excluding the leader and boBarb
	Config.AutoSmurf.AllTeamProfiles = ["xhelazz","javato","shohai","xhelk", "kaseo"]; // the whole team PROFILE names

Config.Leader = "lajarra"; // Leader's ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
Config.QuitList = ["lajarra"]; // List of character names to quit with. Example: Config.QuitList = ["MySorc", "MyDin"];
Config.QuitListMode = 1; // 0 = use character names; 1 = use profile names (all profiles must run on the same computer).
Config.QuitListDelay = [5, 7]; // Quit the game with random delay in case of using Config.QuitList. Example: Config.QuitListDelay = [1, 10]; will exit with random delay between 1 and 10 seconds.

If anyone can help me I appreciate it

I really need some help with this

your team member number is 5.

Config.AutoSmurf.TeamSize = 5;
Config.AutoSmurf.TeleportingSorc = “lajarra”; // your leader sorceress charname.
Config.AutoSmurf.BoBarb = “bbplz”; // boBarb charname
Config.AutoSmurf.OtherChars = [“laputita”, “benitocamela”, “caballeroso”]; // all team charnames, excluding the leader and boBarb
Config.AutoSmurf.AllTeamProfiles = [“xhelazz”,“javato”,“shohai”,“xhelk”, “kaseo”]; // the whole team PROFILE names

Meanwhile, your D2BotFollow.dbj must be as following:
var JoinSettings = {
“xhelazz”:[“javato”,“shohai”,“xhelk”, “kaseo”]
}

I put this on if I can help you

my sorc leader “Lajarra” acc Xhelazz
my baba follower “Bbplz” acc Kaseo
my pala follower “Benitocamela” acc Javato

https://pastebin.com/BGHKb9gL

use the exact names (case sensitive) in the configs, both for char and (d2bot manager) profile names.

the account names you should complete only inside the manager profiles https://github.com/blizzhackers/documentation/blob/master/d2bot/ManagerSetup.md/#create-a-profile at step 2.

mf22 He already missed everything and I can’t run it, watch the video

1 doubt PROFILE names is acc???

those profiles should run automatically, and you don’t need to enter manually the game/password info.

your barbarian get this error line
https://github.com/blizzhackers/autosmurf/blob/master/d2bs/kolbot/libs/bots/AutoSmurf.js#L109, instead being recognized as the “BOer”

recheck and follow the autosmurf guide

At the beginning you set team = 4, so it were ok for your other 4th chars to continue the runs without the 5th one.

Ok now all good just enter the game but now you pass this

Now it seems that I could make two work but when I put the paladin I throw this error

Imgur

Imgur

why these long paths to the files?
autosmurf.error

Definitively, you are doing something wrong.

Try to start again with a fresh download of d2bot-with-kolbot.
Then include the files from https://github.com/blizzhackers/autosmurf

If you download from the following address:
https://mega.nz/#!AQ5nzaqb!MJWee4Dr-0ziyR1T6Sy8YaNzkD1mAjF9rbYd7vKTjp0
you can config your team according to my video.
That is very easy. You only copy the 3-config files, modify as following:
Config.AutoSmurf.TeamSize = 3;
Config.AutoSmurf.TeleportingSorc = “your sor name”; //your leader sor charname.
Config.AutoSmurf.NonSorcChar = [“your pal name”]; //all team charname except from leader and boBar
Config.AutoSmurf.BoBarb = “your bar name”; //boBar charname
Config.AutoSmurf.AllTeamProfiles = [“A1”,“A2”,“A3”]; // all team PROFILE Names

You must add your profile with the profile name A1 (sor), A2 and A3(the other two characters)

In bar and pal config files, you must put the sor-name into:
Config.QuitList = [“your sor name”]; // leader char name

In sor config file, you must put your bar and pal name into:
Config.QuitList = [“your bar name”,“your pal name”]; // team char name except from leader

Then everything is done well, run it!

I’m doing everything you do in the video and it keeps giving me that problem

Sorceress.vwmk leader

	Config.AutoSmurf.TeamSize = 4;
	Config.AutoSmurf.TeleportingSorc = "vwmk"; // your leader sorceress charname.
	Config.AutoSmurf.BoBarb = "bbplz"; // boBarb charname
	Config.AutoSmurf.OtherChars = ["lajarra", "caballeroso"]; // all team charnames, excluding the leader and boBarb
	Config.AutoSmurf.AllTeamProfiles = ["As1","As2","As3","As4"]; // the whole team PROFILE names

Sorceress.lajarra follower

Scripts.AutoSmurf = true;
	Config.AutoSmurf.TeamSize = 4;
	Config.AutoSmurf.TeleportingSorc = "vwmk"; // your leader sorceress charname.
	Config.AutoSmurf.BoBarb = "bbplz"; // boBarb charname
	Config.AutoSmurf.OtherChars = ["lajarra", "caballeroso"]; // all team charnames, excluding the leader and boBarb
	Config.AutoSmurf.AllTeamProfiles = ["As1","As2","As3","As4"]; // the whole team PROFILE names

Paladin.caballeroso followe

Scripts.AutoSmurf = true;
	Config.AutoSmurf.TeamSize = 4;
	Config.AutoSmurf.TeleportingSorc = "vwmk"; // your leader sorceress charname.
	Config.AutoSmurf.BoBarb = "bbplz"; // boBarb charname
	Config.AutoSmurf.OtherChars = ["lajarra", "caballeroso"]; // all team charnames, excluding the leader and boBarb
	Config.AutoSmurf.AllTeamProfiles = ["As1","As2","As3","As4"]; // the whole team PROFILE names

Barbarian.bbplz follower

Scripts.AutoSmurf = true;
	Config.AutoSmurf.TeamSize = 4;
	Config.AutoSmurf.TeleportingSorc = "vwmk"; // your leader sorceress charname.
	Config.AutoSmurf.BoBarb = "bbplz"; // boBarb charname
	Config.AutoSmurf.OtherChars = ["lajarra", "caballeroso"]; // all team charnames, excluding the leader and boBarb
	Config.AutoSmurf.AllTeamProfiles = ["As1","As2","As3","As4"]; // the whole team PROFILE names

Config.Leader = ""; // Leader's ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
Config.QuitList = ["lajarra", "bbplz", "caballeroso"]; // List of character names to quit with. Example: Config.QuitList = ["MySorc", "MyDin"];
Config.QuitListMode = 1; // 0 = use character names; 1 = use profile names (all profiles must run on the same computer).

I am quite sure that you did not download from
https://mega.nz/#!AQ5nzaqb!MJWee4Dr-0ziyR1T6Sy8YaNzkD1mAjF9rbYd7vKTjp0

Because that files are different from you-shown files. If you download from above, you do not merge that files with your existed files. You just decompress them in anywhere. After decompressing, you will find the directory name is d2bot-2019_06_17_AutoSmurf.

The important thing is the profile names are [“A1”, “A2”,…], which is different from [“As1”, “As2”,…]. Your using files were only files about autosmurf, But the files of the above link are full d2not ones, you can directly run it.

Capture
If you use my full files, you will see these files in config directory. If you edit the Sorceress.XXXX1.js, you will see:

if i download it


the problem is that when I put the sorc and the bb if it works but if I try to put the paladin this error comes

“I am not assigned a role in my config file. Please rectify this omission and restart.”

I’m sorry but I don’t speak English I use the translator

Right!

You only copy your class config file with XXXX1. Then rename them and change the team member names if you use 4 bots. They must run well, try it!

Ok, I know you are using 2sors+1pal+1bar, you must set
Sorceress.vwmk leader

Config.AutoSmurf.TeamSize = 4;
Config.AutoSmurf.TeleportingSorc = “vwmk”; // your leader sorceress charname.
Config.AutoSmurf.BoBarb = “bbplz”; // boBarb charname
Config.AutoSmurf.OtherChars = [“lajarra”, “caballeroso”]; // all team charnames, excluding the leader and boBarb
Config.AutoSmurf.AllTeamProfiles = [“A1”,“A2”,“A3”,“A4”]; // the whole team PROFILE names
Config.Leader = “”; // Leader’s ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
Config.QuitList = [“lajarra”, “bbplz”, “caballeroso”];

Sorceress.lajarra follower

[spoiler]Scripts.AutoSmurf = true;
Config.AutoSmurf.TeamSize = 4;
Config.AutoSmurf.TeleportingSorc = “vwmk”; // your leader sorceress charname.
Config.AutoSmurf.BoBarb = “bbplz”; // boBarb charname
Config.AutoSmurf.OtherChars = [“lajarra”, “caballeroso”]; // all team charnames, excluding the leader and boBarb
Config.AutoSmurf.AllTeamProfiles = [“A1”,“A2”,“A3”,“A4”]; // the whole team PROFILE names
Config.Leader = “”; // Leader’s ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
Config.QuitList = [“vwmk”];


(line 533)Config.PublicMode = 2; // 1 = invite and accept, 2 = accept only, 3 = invite only, 0 = disable

[/spoiler]
Paladin.caballeroso followe

Scripts.AutoSmurf = true;
Config.AutoSmurf.TeamSize = 4;
Config.AutoSmurf.TeleportingSorc = “vwmk”; // your leader sorceress charname.
Config.AutoSmurf.BoBarb = “bbplz”; // boBarb charname
Config.AutoSmurf.OtherChars = [“lajarra”, “caballeroso”]; // all team charnames, excluding the leader and boBarb
Config.AutoSmurf.AllTeamProfiles = [“A1”,“A2”,“A3”,“A4”]; // the whole team PROFILE na
Config.Leader = “”; // Leader’s ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
Config.QuitList = [“vwmk”];

Barbarian.bbplz follower

[spoiler]Scripts.AutoSmurf = true;
Config.AutoSmurf.TeamSize = 4;
Config.AutoSmurf.TeleportingSorc = “vwmk”; // your leader sorceress charname.
Config.AutoSmurf.BoBarb = “bbplz”; // boBarb charname
Config.AutoSmurf.OtherChars = [“lajarra”, “caballeroso”]; // all team charnames, excluding the leader and boBarb
Config.AutoSmurf.AllTeamProfiles = [“A1”,“A2”,“A3”,“A4”]; // the whole team PROFILE names

Config.Leader = “”; // Leader’s ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
Config.QuitList = [“vwmk”]; [/spoiler]

thank you very much for everything but I throw in the towel there

“I am not assigned a role in my config file. Please rectify this omission and restart.” why?

You must know that message means your character name having mistake. Maybe your bot names use upper writing or lower writing, everywhere they must be same.

Which profile has that message?

pala and sorc