Quote:
Originally Posted by kal_el
darum
Code:
/ Add any char/account here that is supposed to perform chat actions/game announcements or join a private channel
ChannelUsers.push("[COLOR="Red"]cRy1992[/COLOR]");
|
Danke habe da nochwas!
Trap assa macht dias. geht nur das prob ist sie macht die ganze zeit traps!!
Code.
// 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_LIGHTNING_SENTRY; // Primary trap to be used against bosses.
NTConfig_AttackSkill[2] = MWS_DEATH_SENTRY; // Secondary trap to be used against bosses.
MWConfig_TrapRatio[0] = [5, 0]; // How many of each primary and secondary trap you would like to be placed against bosses.
NTConfig_AttackSkill[3] = MWS_LIGHTNING_SENTRY; // Primary trap to be used against others.
NTConfig_AttackSkill[4] = MWS_DEATH_SENTRY; // Secondary trap to be used against others.
MWConfig_TrapRatio[1] = [3, 2]; // How many of each primary and secondary trap you would like to be placed against others.
NTConfig_AttackSkill[5] = MWS_FIRE_BLAST; // Secondary skill in case monster is immune to primary skill. Set to -1 to deactivate.
NTConfig_AttackSkill[6] = MWS_FIRE_BLAST; // Secondary untimed skill. Set to -1 to deactivate.
NTConfig_AttackSkill[7] = -1; // Reserved