D2NT Bot 3.0

03/30/2010 18:20 Mulgore#1
Hallo alle zusammen,

ich wollte fragen, welche Zahl ich für Eis-Stoß verwenden soll damit er mit Blizzard und Eis-Stoß angreift. Und nicht wie bisher Gletschernadel und Blizzard.

Und wo genau muss ich das hier einsetzen?

//------------------------------------------------------------------------------
// Attack configuration
//------------------------------------------------------------------------------
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] = 0; // 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 = 0x04|0x40;
// 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|0x04|0x10|0x40;

NTConfig_CastStatic = 100; // Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't
}


Danke schon im vorhinein ..
03/30/2010 18:21 woke#2
[Only registered and activated users can see links. Click Here To Register...] oder [Only registered and activated users can see links. Click Here To Register...]

;)
03/30/2010 18:33 Mulgore#3
Quote:
Originally Posted by woke View Post
[Only registered and activated users can see links. Click Here To Register...] oder [Only registered and activated users can see links. Click Here To Register...]

;)

Diesen Entry hättest du Dir ehrlich sparen können.
03/30/2010 20:01 kal_el#4
ordner ->sdk -> skills.txt

closed.
das nächstemal in den entsprechenden thread.
als 2007 member sollte man das wissen!!