我是練白骨技能的死靈 雖然腳本會喊血 會跑 也會飛到目的地 但是到達目的地 就是不打怪 但是會使用屍爆技能
麻煩大大幫解答, 小弟剛接觸不久 麻煩指點 !~是從這邊修改 還是別的資料夾的檔案去做修改呢?
//Poison+sum
/*
NTConfig_Curse = 91; // Place curse to cast (above)
NTConfig_Golem = 1; // The golem you want to use (above)
NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 92; // Primary skill to boss.
NTConfig_AttackSkill[2] = 74; // Primary untimed skill to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 92; // Primary skill to others.
NTConfig_AttackSkill[4] = 74; // Primary untimed skill to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 92; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 74; // 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.
*/
//pure sum
NTConfig_Curse = 66; // Place curse to cast (above)
NTConfig_Golem = 0; // The golem you want to use (above)
NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 74; // Primary skill to boss.
NTConfig_AttackSkill[2] = 0; // Primary untimed skill to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 74; // Primary skill to others.
NTConfig_AttackSkill[4] = 0; // Primary untimed skill to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 74; // 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 = 0x01;
// 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; |