versuch es mal mit der skillungs codierungQuote:
oder weis jemand vll wo ich eine runterladen kann oda kann mir jemand eine schicken die auch 100% funzt ???
wäre lieb dankiii
Code:
//------------------------------------------------------------------------------ // Attack configuration //------------------------------------------------------------------------------ NTConfig_AttackSkill[0] = 49; // Cast your first spell once. Set to 0 if you won't NTConfig_AttackSkill[1] = 49; // Cast your primary spell to boss. NTConfig_AttackSkill[2] = 53; // Cast your primary spell to others. NTConfig_AttackSkill[3] = 0; // Cast your primary untimed spell if primary spell is timed spell. Set to 0 if you won't NTConfig_AttackSkill[4] = 0; // Cast your secondary spell if monster is immune to your primary spell. Set to 0 if you won't NTConfig_AttackSkill[5] = 0; // Cast your secondary untimed spell if secondary spell is timed spell. Set to 0 if you won't NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss. NTConfig_CheckSafe = true; // Set to true to check for curses, merc and potion (go to town if needed) NTConfig_CastStatic = 60; // Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't }
matze