d2bs 어쌔신 트랩신 공격이니 질문
/* Attack config
* To disable an attack, set it to -1
* Skills MUST be POSITIVE numbers. For reference see http://pastebin.com/baShRwWM
* Don't put LS/DS/WoF/WoI here! Use Config. UseTraps, Config.Traps and Config.BossTraps
*/
Config.AttackSkill[0] = -1; // Preattack skill.
Config.AttackSkill[1] = [271];// Primary skill to bosses.
Config.AttackSkill[2] = -1; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill.
Config.AttackSkill[3] = [271]; // Primary skill to others.
Config.AttackSkill[4] = [256]; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untimed skill.
Config.AttackSkill[5] = [256]; // Secondary skill if monster is immune to primary.
Config.AttackSkill[6] = -1; // Secondary untimed skill if monster is immune to primary untimed.
// Class specific config
Config.UseTraps = true; // Set to true to use traps
Config.Traps = [271, 271, 271, 276, 276, 256]; // Skill IDs for traps to be cast on all mosters except act bosses.
Config.BossTraps = [271, 271, 271, 271, 271, 256]; // Skill IDs for traps to be cast on act bosses.
이 위에 부분들을 어떻게 손을 대고 스킬을 바꿔봐도 엑트보스를 안잡고 그냥 지나치네요... ㅠㅠ
혹시 트랩씬 d2bs 돌리시는분들 도움좀 부탁드려요.

