d2bs 트랩어쌔 스킬설정 문의
// Class specific config
Config.UseTraps = true; // Set to true to use traps
Config.Traps = [271, 271, 271, 276, 276]; // Skill IDs for traps to be cast on all mosters except act bosses.
Config.BossTraps = [271, 271, 271, 271, 271]; // Skill IDs for traps to be cast on act bosses.
= 이부분 true 해놓으면 자동으로 트랩사냥 하는걸로 알고있는데요.
막상 방 입장하면 공격안하고 패스해버립니다.
그래서..
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] = -1; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untimed skill.
Config.AttackSkill[5] = -1; // Secondary skill if monster is immune to primary.
Config.AttackSkill[6] = -1; // Secondary untimed skill if monster is immune to primary untimed.
= 다른직업과 마찬가지로, 이부분에 직접 스킬번호를(트랩번호) 넣으면 설치하긴 하는데,
계~속 설치합니다 ..ㅎㅎㅎ
예전 d2nt 쓸때는 트랩5개설치후, 파이어블라스트 던지면서 사냥 잘 했었는데
d2bs 세팅도 그렇게 할수있는지 궁금하네요.
복귀한지 얼마 안되서 모르는 부분이 많습니다.
전문가 님들의 조언 및 도움 부탁드립니다..^^


파이어블라스트 던지게 하고싶으면 파이어블라스트 스킬번호 설정하시면되고,
드탈쓰고싶으면 드탈로 설정하면되요