skill_unit_db_re.txt 1.4 KB

12345678910111213141516171819202122232425262728
  1. //=====================================================================================================
  2. //-- skil_unit_db_re.txt: entries in this file override skill_unit_db.txt -- file only used in Ragnarok Renewal Mode
  3. //=====================================================================================================
  4. // ID,unit ID,unit ID 2,layout,range,interval,target,flag
  5. //
  6. // layout = -1:special, 0:1*1, 1:3*3, 2:5*5, up to 5:11*11
  7. // target = friend (party +guildmates +neutral players) / party /
  8. // ally (party +guildmates) / all / enemy
  9. // flag 0x001(UF_DEFNOTENEMY) If 'defunit_not_enemy' is set, the target is changed to 'friend'
  10. // 0x002(UF_NOREITERRATION) Spell cannot be stacked
  11. // 0x004(UF_NOFOOTSET) Spell cannot be cast near/on targets
  12. // 0x008(UF_NOOVERLAP) Spell effects do not overlap
  13. // 0x010(UF_PATHCHECK) Only cells with a shootable path will be placed
  14. // 0x020(UF_NOPC) Spell cannot affect players.
  15. // 0x040(UF_NOMOB) Spell cannot affect mobs.
  16. // 0x080(UF_SKILL) Spell CAN affect skills.
  17. // 0x100(UF_DANCE) Dance skill
  18. // 0x200(UF_ENSEMBLE) Ensemble skill
  19. // 0x400(UF_SONG) Song skill
  20. // 0x800(UF_DUALMODE) Spell has effects both at an interval and when you step in/out
  21. // Example: 0x006 = 0x002+0x004 -> Cannot be stacked nor cast near targets
  22. //
  23. // Notes:
  24. // ------
  25. // 0x89,0x8a,0x8b without indication
  26. //
  27. // u1 u2 lay r intr target flag
  28. //