java attacken d2nt etal

01/01/2012 19:25 mazze19121991#1
brauch bitte ne komplette einstellung für das hier:

PHP Code:
NTConfig_AttackSkill[0] = -1;     // First skill. Maybe slow missiles
    
NTConfig_AttackSkill[1] = -1;     // Primary skill to super unique/champion.
    
NTConfig_AttackSkill[2] = -1;     // Primary untimed skill to super unique/champion.
    
NTConfig_AttackSkill[3] = -1;     // Primary skill to others.
    
NTConfig_AttackSkill[4] = -1;     // Primary untimed skill to others.
    
NTConfig_AttackSkill[5] = -1;     // Secondary skill in case monster is immune to primary skill.
    
NTConfig_AttackSkill[6] = -1;     // Secondary untimed skill.
    
NTConfig_AttackSkill[7] = -1;     // Tertiary skill to everything else in case monster is immune to both primary and secondary.
    
NTConfig_AttackSkill[8] = -1;     // Tertiary untimed skill. 
    
NTConfig_AttackSkill[9] = -1;     // Primary skill to boss (diablo/baal/meph/etc) Not immune to spells I guess. 
danke schon mal im vorhinein ;)
01/01/2012 19:36 Muddy Waters#2
Schnapp dir einfach die passenden SkillIds und trag sie ein:
Code:
//------------------------------------------------------------------------------
// Amazon
//------------------------------------------------------------------------------

// Javelin and Spear Skills
const MWS_JAB = 10;
const MWS_POWER_STRIKE = 14;
const MWS_POISON_JAVELIN = 15;
const MWS_IMPALE = 19;
const MWS_LIGHTNING_BOLT = 20;
const MWS_CHARGED_STRIKE = 24;
const MWS_PLAGUE_JAVELIN = 25;
const MWS_FEND = 30;
const MWS_LIGHTNING_STRIKE = 34;
const MWS_LIGHTNING_FURY = 35;

// Passive and Magic Skills
const MWS_INNER_SIGHT = 8;
const MWS_CRITICAL_STRIKE = 9;
const MWS_DODGE = 13;
const MWS_SLOW_MISSILES = 17;
const MWS_AVOID = 18;
const MWS_PENETRATE = 23;
const MWS_DECOY = 28;
const MWS_EVADE = 29;
const MWS_VALKYRIE = 32;
const MWS_PIERCE = 33;

// Bow and Crossbow Skills
const MWS_MAGIC_ARROW = 6;
const MWS_FIRE_ARROW = 7;
const MWS_COLD_ARROW = 11;
const MWS_MULTIPLE_SHOT = 12;
const MWS_EXPLODING_ARROW = 16;
const MWS_ICE_ARROW = 21;
const MWS_GUIDED_ARROW = 22;
const MWS_STRAFE = 26;
const MWS_IMMOLATION_ARROW = 27;
const MWS_FREEZING_ARROW = 31;
02/12/2012 05:30 magma1#3
Scheinbar bin ich altmodisch,ich belese mich bevor ich ne Frage stelle ....
02/12/2012 11:31 Muddy Waters#4
Nicht nur du, ich mache hier trotzdem mal zu, die Sache sollte sich ja geklärt haben. :)

#closed