Quote:
Originally Posted by Shub-Niggurath
Genau die skills will ich auch als Precast ...
Ich wollte mir eig was gegen Ice fire Light einfallen lassen :P
Whisp Raven Rising sun :P
aber ich weiß nich ob das so ein Sinn hätte :D
Welche version benutzt ??
und kannst bei Bedarf mal deine Char Config Posten ? zumindest den teil mit den Attack skills :P
greetz
Shub-Niggurath
|
Joa, dann kannst auch gleich auf @ gehen, ich z.B. hab CoH und Hoto an, das gibt schonmal fett Resis.
Wisp und Rising sind ja eher zum absorben, auf Raven kannst dann verzichten, das bringts nicht wirklich.
Meine Sorc braucht nicht 500 Mf, hauptsache die schafft Dia/Baal mit ner Chickenrate von 1/100 :)
Ich benutze den
[Only registered and activated users can see links. Click Here To Register...].
Probiers einfach mal damit ;)
Die Attack config sieht so aus:
Code:
//-------------------------------------------------------------------------------------------------------------------------------------
// Attack configuration
//-------------------------------------------------------------------------------------------------------------------------------------
NTConfig_AttackSkill[0] = 53; // Anfangsskill (wird nur EIN mal gecastet) 0 = keinen
NTConfig_AttackSkill[1] = 49; // Welcher Skill soll beim Angriff gegen Bosse aktiv sein? 0 = keiner
NTConfig_AttackSkill[2] = 0; // Welche Aura soll beim Angriff gegen Bosse aktiv sein? 0 = keine
NTConfig_AttackSkill[3] = 53; // Welcher Skill soll beim Angriff gegen andere Monster aktiv sein? 0 = keiner
NTConfig_AttackSkill[4] = 0; // Welche Aura soll beim Angriff gegen andere Monster aktiv sein? 0 = keine
NTConfig_AttackSkill[5] = 53; // Zweitskill, falls ein Monster immun gegen den Hauptskill ist 0 = keinen
NTConfig_AttackSkill[6] = 0; // Zweitaura.0 = keine (braucht man eigentlich nicht)
NTConfig_ClearPosition = true; // Auf true setzen, dann cleart der Bot die nahe Umgebung des Bosses
//NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
//NTConfig_AttackSkill[1] = 0; // Primary skill to boss.
//NTConfig_AttackSkill[2] = 0; // Primary untimed skill to boss. Set to 0 if you won't
//NTConfig_AttackSkill[3] = 0; // Primary skill to others.
//NTConfig_AttackSkill[4] = 0; // Primary untimed skill to others. Set to 0 if you won't
//NTConfig_AttackSkill[5] = 53; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
//NTConfig_AttackSkill[6] = 0; // Secondary untimed skill. Set to 0 if you won't
//NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.
// Check self safe in field (NOT in town). Set to 0 if you won't
// 0x01 : Potion, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
NTConfig_CheckSelfSafe = 0;
//NTConfig_CheckSelfSafe = 0x04|0x40;
//NTConfig_CheckSelfSafe = 0x01;
// Check merc's safe in field (NOT in town). Set to 0 if you won't
// 0x01 : Death, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
NTConfig_CheckMercSafe = 0x01;
//NTConfig_CheckMercSafe = 0x01|0x04|0x10|0x40;
NTConfig_CastStatic = 60; // Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't
}
Der Bot castet also auf mehrere Mobs Kettenblitz und auf einzelne bzw. Bosse Blitzschlag.
Viel Glück :D