Skip to content
질문/답변다크 모드

d2bs 어쌔신 트랩신 공격이니 질문

조회 수
919
추천 수
0
등록일

/* 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 돌리시는분들 도움좀 부탁드려요.

등록된 소개글이 없습니다.
댓글 0
권한이 없습니다.
다크 모드

댓글을 추천하시면 답변으로 채택됩니다.

댓글을 추천하면 글 작성자와 댓글 작성자 둘 다 경험치를 획득합니다.

자세한 내용은 업데이트 공지를 참고해주시기 바랍니다.