bitte helft mir

12/26/2011 03:00 holywater63#1
hab ne blitzsorc die keine attaken macht was muß ich hier ändern ?

// Specify your attack skills below. NOTE: Constants for all skill ids can be found in "scripts\libs\common\MWSkills.ntl".
NTConfig_AttackSkill[0] = MWS_METEOR; // This skill is used once whenever attacking a new target. Set to -1 to deactivate.
NTConfig_AttackSkill[1] = MWS_FROZEN_ORB; // Primary skill to bosses.
NTConfig_AttackSkill[2] = MWS_FIRE_BALL; // Primary untimed skill to boss. Set to -1 to deactivate.
NTConfig_AttackSkill[3] = MWS_FROZEN_ORB; // Primary skill to others.
NTConfig_AttackSkill[4] = MWS_FIRE_BALL; // Primary untimed skill to others. Set to -1 to deactivate.
NTConfig_AttackSkill[5] = MWS_METEOR; // Secondary skill in case monster is immune to primary skill. Set to -1 to deactivate.
NTConfig_AttackSkill[6] = MWS_FIRE_BALL; // Secondary untimed skill. Set to -1 to deactivate.
NTConfig_AttackSkill[7] = MWS_ICE_BLAST; // Alternative untimed skill which is used if the target is immune to your untimed skill - mostly useful for FB/FO/Meteor sorcs or other sorcs that are using the same untimed skills. Set to -1 to deactivate.

// Set to true if you want to clear area after killing boss. NOTE: This only affects a few botscripts.
NTConfig_ClearPosition = true;

// Set to true to clear area when killing a boss and the position is crowded by monsters. NOTE: Setting this to true may cause NTA_KillMonster() to fail way more often.
MWConfig_ClearBossPosition = false;

// This is the number of attacks to be performed before the the character tries to move to another position. Set to 0 not to reposition.
MWConfig_AttacksBeforeRepositioning = 50;

// Define a time limit for your attacks for each type of monster.
MWConfig_AttackTimeLimit[0] = 20; // Maximum time in seconds to attack a normal monster
MWConfig_AttackTimeLimit[1] = 120; // Maximum time in seconds to attack a super unique monster
MWConfig_AttackTimeLimit[2] = 30; // Maximum time in seconds to attack a champion
MWConfig_AttackTimeLimit[3] = 120; // Maximum time in seconds to attack a bosse
MWConfig_AttackTimeLimit[4] = 30; // Maximum time in seconds to attack a minion
12/26/2011 03:38 ek654#2
Tut mir wirklich leid aber solche Topics sind eine Zumutung!

Welchen Bot verwendest du?
Poste das in den Thread des jeweiligen Bots!
Poste das Ganze nicht in Programming Forum!
Verwende die Sufu, das Problem hatten ws. schon andere!
Poste Code in eine CodeBox!

Soll kein Persönlicher angriff sein aber sonst wird dir wohl keiner helfen!
12/26/2011 06:33 -Sun-#3
Und Crosspostings werden auch nicht gern gesehen.
12/26/2011 09:26 mirkoregge#4
# closerequest

1. Nicht im offiziellen Topic gepostet.
2. Crossposting
3. Lösung hatte ich bereits im anderen Topic gepostet: [Only registered and activated users can see links. Click Here To Register...]
12/26/2011 10:38 cx23#5
holywater schau in die FAQ da steht mein ich auch die attack config für ne blitzer sorc
12/26/2011 10:57 Muddy Waters#6
Demnächst meldest du dich dann bitte im passenden Thema...

#closed