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