Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. !!!!LIGHT SPEC!!!!
  2. Config.AttackSkill[0] = -1; // Preattack skill.
  3. Config.AttackSkill[1] = 49; // Primary skill to bosses.
  4. Config.AttackSkill[2] = 53; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill.
  5. Config.AttackSkill[3] = 49; // Primary skill to others.
  6. Config.AttackSkill[4] = 53; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untimed skill.
  7. Config.AttackSkill[5] = -1; // Secondary skill if monster is immune to primary.
  8. Config.AttackSkill[6] = -1; // Secondary untimed skill if monster is immune to primary untimed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement