Hello
I am running Muddy's bot 3.1 and am having a problem with my wind druid, when he gets to Lister's pack he stands right in the middle attacking until he chickens, I tried adding a line from both my sorcy and my necro to get him to move away, but its not working.
//------------------------------------------------------------------------------
// Attack Configuration
//------------------------------------------------------------------------------
// Specify your attack skills below. NOTE: Constants for all skill ids can be found in
"scripts\libs\common\MWSkills.ntl".
NTConfig_AttackSkill[0] = MWS_TWISTER; // This skill is used once whenever attacking a new target. Set to 0 to
deactivate.
NTConfig_AttackSkill[1] = MWS_TORNADO; // Primary skill to bosses.
NTConfig_AttackSkill[2] = -1; // Primary untimed skill to boss. Set to 0 to deactivate.
NTConfig_AttackSkill[3] = MWS_TORNADO; // Primary skill to others.
NTConfig_AttackSkill[4] = -1; // Primary untimed skill to others. Set to 0 to deactivate.
NTConfig_AttackSkill[5] = -1; // Secondary skill in case monster is immune to primary skill. Set to
0 to deactivate.
NTConfig_AttackSkill[6] = -1; // Secondary untimed skill. Set to 0 to deactivate.
NTConfig_AttackSkill[7] = -1; // Reserved.
*** Sorcy line *** // Always check if monsters are closing in and back off, in case they get too close. NOTE: You should at least have
105FCR in order to make this work smoothly.
MWConfig_KeepDistanceToMonsters = true;
*** Necro line *** // Whether or not to get close to the target and let the minions do their job.
MWConfig_ApproachTarget = false;
// Specify the range of your Tornados.
MWConfig_TornadoRange = 4;
// Specify the range of your Twisters.
MWConfig_TwisterRange = 4;
// Set to true if you want to clear area after killing boss. NOTE: This only affects a few botscripts.
NTConfig_ClearPosition = true;
I just want my druid to stay out of the middle of Lister's pack lol
thanks
I am running Muddy's bot 3.1 and am having a problem with my wind druid, when he gets to Lister's pack he stands right in the middle attacking until he chickens, I tried adding a line from both my sorcy and my necro to get him to move away, but its not working.
//------------------------------------------------------------------------------
// Attack Configuration
//------------------------------------------------------------------------------
// Specify your attack skills below. NOTE: Constants for all skill ids can be found in
"scripts\libs\common\MWSkills.ntl".
NTConfig_AttackSkill[0] = MWS_TWISTER; // This skill is used once whenever attacking a new target. Set to 0 to
deactivate.
NTConfig_AttackSkill[1] = MWS_TORNADO; // Primary skill to bosses.
NTConfig_AttackSkill[2] = -1; // Primary untimed skill to boss. Set to 0 to deactivate.
NTConfig_AttackSkill[3] = MWS_TORNADO; // Primary skill to others.
NTConfig_AttackSkill[4] = -1; // Primary untimed skill to others. Set to 0 to deactivate.
NTConfig_AttackSkill[5] = -1; // Secondary skill in case monster is immune to primary skill. Set to
0 to deactivate.
NTConfig_AttackSkill[6] = -1; // Secondary untimed skill. Set to 0 to deactivate.
NTConfig_AttackSkill[7] = -1; // Reserved.
*** Sorcy line *** // Always check if monsters are closing in and back off, in case they get too close. NOTE: You should at least have
105FCR in order to make this work smoothly.
MWConfig_KeepDistanceToMonsters = true;
*** Necro line *** // Whether or not to get close to the target and let the minions do their job.
MWConfig_ApproachTarget = false;
// Specify the range of your Tornados.
MWConfig_TornadoRange = 4;
// Specify the range of your Twisters.
MWConfig_TwisterRange = 4;
// Set to true if you want to clear area after killing boss. NOTE: This only affects a few botscripts.
NTConfig_ClearPosition = true;
I just want my druid to stay out of the middle of Lister's pack lol
thanks