1인 오토스머프는 안대나요??
조회 수
190
추천 수
0
d2bs 1인은 잘대는데
오토스머프 1인으로 설정해두 마을에 가만히 있는데 사냥할수 잇는 설정알수 있나요..
Scripts.AutoSmurf = true;
Config.AutoSmurf.TeamSize = 1;
Config.AutoSmurf.TeleportingSorc = "AA-oop"; //your leader sor charname.
Config.AutoSmurf.NonSorcChar = ["", ""]; //all team charname except from leader and boBar
Config.AutoSmurf.BoBarb = ""; //boBar charname
Config.AutoSmurf.AllTeamProfiles = ["AA-oop", "","",""]; // all team PROFILE Names
Config.Leader = ""; // Leader's ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
Config.QuitList = [""]; // team char name except from leader
Config.AttackSkill[0] = -1; // Preattack skill.
Config.AttackSkill[1] = 0; // Primary skill to bosses.
Config.AttackSkill[2] = 0; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill.
Config.AttackSkill[3] = 0; // Primary skill to others.
Config.AttackSkill[4] = 0; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untimed skill.
Config.AttackSkill[5] = -1; // Secondary skill if monster is immune to primary.
Config.AttackSkill[6] = -1; // Secondary untimed skill if monster is immune to primary untimed.
Config.AutoBuild.Enabled = true; // This will enable or disable the AutoBuild system
Config.AutoBuild.Template = " ChainL"; // The name of the build associated with an existing
// template filename located in libs/config/Builds/
Config.AutoBuild.Verbose = false; // Allows script to print messages in console
Config.AutoBuild.DebugMode = false; // Debug mode prints a little more information to console and
// logs activity to /logs/AutoBuild.CharacterName._MM_DD_YYYY.log
// It automatically enables Config.AutoBuild.Verbose
}