So i am using the same in game account to level a character with another character, for some reason my leecher seems to want to leave the game with my Runner even though i set up the Quit.list Delay (7, 15) so it should wait 7 to 15 seconds, the leecher only is running Wakka, the runner is running mephisto and chaos, this way theres time before chaos to get max xp on leecher, but since they are on same in game account when they quit at the same time, they cant create the ng. the following is a paste from the Leecher
Config.Leader = ""; // Leader's ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
Config.QuitList = ["Lsorc"]; // 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 = [7, 15]; // 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.
Scripts.Wakka = true; // Walking chaos leecher with auto leader assignment, stays at safe distance from the leader
then in D2BotFollow i have
var JoinSettings = {
"Lsorc": ["Leech key 2"]
};
// Advanced config - you don't have to edit this unless you need some of the features provided
var AdvancedConfig = {
/* Features: Override join delay for each profile
* Format *:
"Profile Name": {JoinDelay: number_of_seconds}
* Example * (don't edit this - it's just an example):
"MyProfile1": {JoinDelay: 3},
"MyProfile2": {JoinDelay: 6}
*/
// Put your lines under this one. Multiple entries are separated by commas. No comma after the last one.
"Leech key 2": {JoinDelay: 3}
it doesn’t seem to help anything though what am i doing wrong between those two other than using the same account, i more or less want my playable characters on one profile and pvp characters on another so on and so on