diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2013-06-07 15:18:42 -0400 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:41:34 -0400 |
commit | 627155201c386f34e37ad6c1ee12b0a6db8cb6d4 (patch) | |
tree | ae936146968ef3e54f15cb46d7dbe4a5f918bd07 /db | |
parent | 0ea143ce6224679d084e543e6e7f24983867734b (diff) | |
download | hercules-627155201c386f34e37ad6c1ee12b0a6db8cb6d4.tar.gz hercules-627155201c386f34e37ad6c1ee12b0a6db8cb6d4.tar.bz2 hercules-627155201c386f34e37ad6c1ee12b0a6db8cb6d4.tar.xz hercules-627155201c386f34e37ad6c1ee12b0a6db8cb6d4.zip |
Fixed bug 7016 & 7322
- http://hercules.ws/board/tracker/issue-7322-about-pluginsconf/
-
http://hercules.ws/board/tracker/issue-7016-skill-db-not-behaving-as-des
cribed-in-discription/
- Made /conf/plugins.conf a little bit more better to understand.
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/skill_db.txt | 4 | ||||
-rw-r--r-- | db/re/skill_db.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/db/pre-re/skill_db.txt b/db/pre-re/skill_db.txt index df52ec439..3635bca65 100644 --- a/db/pre-re/skill_db.txt +++ b/db/pre-re/skill_db.txt @@ -9,8 +9,8 @@ // -2 - use endowed element, -3 - use random element.) // 06 nk (skill damage properties): // 0x01 - No damage skill -// 0x02 - Has splash area -// 0x04 - Damage should be split among targets +// 0x02 - Has splash area (requires source modification) +// 0x04 - Damage should be split among targets (requires 0x02 in order to work) // 0x08 - Skill ignores caster's % damage cards (misc type always ignores) // 0x10 - Skill ignores elemental adjustments // 0x20 - Skill ignores target's defense (misc type always ignores) diff --git a/db/re/skill_db.txt b/db/re/skill_db.txt index 0406b6237..f6da92528 100644 --- a/db/re/skill_db.txt +++ b/db/re/skill_db.txt @@ -9,8 +9,8 @@ // -2 - use endowed element, -3 - use random element.) // 06 nk (skill damage properties): // 0x01 - No damage skill -// 0x02 - Has splash area -// 0x04 - Damage should be split among targets +// 0x02 - Has splash area (requires source modification) +// 0x04 - Damage should be split among targets (requires 0x02 in order to work) // 0x08 - Skill ignores caster's % damage cards (misc type always ignores) // 0x10 - Skill ignores elemental adjustments // 0x20 - Skill ignores target's defense (misc type always ignores) |