d2nt Hammerdin Zweitskill

08/06/2014 12:55 escobar666#1
Hallo,

ich mache Dia-Baal Runs und wollte bei den Baalruns 2. Wave da die Mobs imun sind den Bot so einstellen das er Fana Aura und Smite benutzt leider macht er
das nicht.

Kann mir jemand da weiter helfen ?

mfg Escobar
08/06/2014 15:33 NerDxx™#2
Welchen D2NT benutzt du, schreib am besten da wo du den Bot her hast.
08/06/2014 16:27 escobar666#3
Bluebird aus dem forum
08/06/2014 16:34 The.Bavarian#4
Quote:
Originally Posted by escobar666 View Post
Bluebird aus dem forum
Unterstützt der Bluebird die Funktion überhaupt? ;)

Ich würd an deiner Stelle Muddys nehmen - nur so als Tip.
08/06/2014 16:46 escobar666#5
läuft der auch über d2nt ?
08/06/2014 18:09 The.Bavarian#6
Quote:
Originally Posted by escobar666 View Post
läuft der auch über d2nt ?
jop
08/06/2014 18:39 escobar666#7
und der kann das was ich einstellen möchte ja ?
08/13/2014 00:23 NerDxx™#8
Benutzt den D2NT Muddys der ist Simpel aber gut
oder den Kolbot der ist besser aber etwas kompliziert.


Quote:
Originally Posted by escobar666 View Post
Hallo,

ich mache Dia-Baal Runs und wollte bei den Baalruns 2. Wave da die Mobs imun sind den Bot so einstellen das er Fana Aura und Smite benutzt leider macht er
das nicht.

Kann mir jemand da weiter helfen ?

mfg Escobar
Code:
	//------------------------------------------------------------------------------
	// 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] = -1;			// This skill is used once whenever attacking a new target. Set to -1 to deactivate.
	NTConfig_AttackSkill[1] = MWS_BLESSED_HAMMER;	// Primary skill to bosses.
	NTConfig_AttackSkill[2] = MWS_CONCENTRATION;	// Primary aura to bosses. Set to -1 to deactivate.
	NTConfig_AttackSkill[3] = MWS_BLESSED_HAMMER;	// Primary skill to others.
	NTConfig_AttackSkill[4] = MWS_CONCENTRATION;	// Primary aura to others. Set to -1 to deactivate.
	NTConfig_AttackSkill[5] = MWS_HOLY_BOLT;	// Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
	NTConfig_AttackSkill[6] = MWS_CONCENTRATION;	// Secondary aura. Set to 0 not to activate any aura.
	NTConfig_AttackSkill[7] = MWS_SALVATION;	// Aura to be used against Uber Mephisto. Set to -1 to deactivate.
	
	// Set to true if you want to clear area after killing boss. NOTE: This only affects a few botscripts.
Hier den Skill bearbeiten
Code:
	NTConfig_AttackSkill[5] = MWS_HOLY_BOLT;	// Secondary skill in case monster is immune to primary skill. Set to 0 if you won't

	NTConfig_AttackSkill[6] = MWS_CONCENTRATION;	// Secondary aura. Set to 0 not to activate any aura.
MWSkills.ntl