标题: 電法求助....... [打印本页] 作者: tarryqoo 时间: 2015-10-8 19:07 标题: 電法求助....... //與一般NTBOT設定類似 但是0為普通攻擊 -1為不使用 正常情況下勿設為0
NTConfig_AttackSkill[0] = 60; // First skill. Maybe slow missiles
NTConfig_AttackSkill[1] = 49; // Primary skill to super unique/champion.
NTConfig_AttackSkill[2] = 55; // Primary untimed skill to super unique/champion.
NTConfig_AttackSkill[3] = 53; // Primary skill to others.
NTConfig_AttackSkill[4] = -1; // Primary untimed skill to others.
NTConfig_AttackSkill[5] = 59; // 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] = 59; // Primary skill to boss (diablo/meph/Duriel/andy)
NTConfig_AttackSkill[10] = 59; // Primary skill to baal this MUST be set if you do baal charged bolt works well here
NTConfig_ChainLightOnLightImmunes = true; // set to true to use chain lighning on light immunes
NTConfig_DancingSorc = false; // use advance attack script
NTConfig_AttackJump = 5; // number of attacks before sorc tele's
NTConfig_DanceStartHp = 78; // set percent of hp if below that sorc will tele around instead of sitting and getting ass whooped
// set to 0 to disable 101 to always tele
NTConfig_BounceRange = 9; // the range the bot will bounce around the target
NTConfig_DanceStartMp = 45; // set percent of mp if below that sorc will tele around instead of sitting and getting ass whooped
// set to 0 to disable 101 to always tele
prewavespot = [15092, 5040]; // x, y coord for place toon stands before waves crash. This is for baal, walking baal, and for baalhelper scripts
NTConfig_PreWaveSpam = 0; // attack skill to spam between waves. set to "0" to dissable. This is for baalhelper and killbaalleech scripts also
KBLSpamPos = [15090, 5028, 15099, 5028, 15093, 5028]; // x, y coord to attack while running killbaalleech with sorc. Note that this attacks a x, y pos not a
// target monster so things like lightning and chain lightning are not good choices here
// set 3 x, y coords
NTconfig_HighMaxAttack = true; // set to true to bypass lowmaxattacks and only use the high attack setting
NTConfig_HighMaxAttackAreas = [131]; // if above is set to false add area id's to use high max attacks on. Highly recommend using in baal throne room
MonstersToAttackFirst = // add or subtract monster id's to attack first in a mob monsters that resurrect or spawn others are good choices here
[58,59,60,61,62,101,102,103,104,190,191,
192,193,194,206,207,208,209,228,239,240,
241,278,279,280,281,282,283,303,312,480,
481,482,483,484,485,486,529];
NTConfig_HighMaxAttacks = 300; // set number of attacks to use
NTConfig_LowMaxAttacks = 15; // set number of attacks before skipping
//------------------------------------------------------------------------------
// Check safe settings