Quote:
Hoffe du hast meinen post ob deinem auch gelesen. War ja nur für Testzwecke ;)
vermute/hoffe mal du hast es dir in etwa so vorgestellt.Code:Config.AttackSkill[0] = 42; // Preattack skill. Config.AttackSkill[1] = 49; // Primary skill to bosses. Config.AttackSkill[2] = 48; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill. Config.AttackSkill[3] = 53; // Primary skill to others. Config.AttackSkill[4] = 49; // 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.
Code:
Config.AttackSkill[0] = -1; // Preattack skill. Config.AttackSkill[1] = 49; // Primary skill to bosses. Config.AttackSkill[2] = -1; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill. Config.AttackSkill[3] = 49; // Primary skill to others. Config.AttackSkill[4] = -1; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untimed skill. Config.AttackSkill[5] = 49; // Secondary skill if monster is immune to primary. Config.AttackSkill[6] = -1; // Secondary untimed skill if monster is immune to primary untimed.
adminrechte beim manager und game.exe sowie kompatibilitätsmodus sin xp sp3 drin? alle benötigten programme installiert?Quote:
hallo,
habe eine frage zu Kolbot+D2bs:
Irgendwie schaffe ich es nicht zwei mal D2 zum laufen zubringen, habe zwei keysets / 2x d2 installiert und läuft mit D2Nt+Sternenlooper ganz gut.
Habe zwei Profile erstellt, alles richtig eingestellt für Kolbot/D2bs und kann diese auch EINZELN starten, aber nicht beide zusammen. Dann startet die zweite Instantz nicht (bleibt direkt bei "loading" stehen, zeigt auch keinen Screen an, nur Symbol in Taskleiste),
auch kann der Bot (mit dem ersten Profil) nach einem Stopp nicht wieder gestartet werden. Zuerst muss ich den D2bs-Manager neu starten.
Jemand eine Ahnung was ich falsch mache - oder hat jemand das selbe Problem?