diff options
author | Asheraf <acheraf1998@gmail.com> | 2017-11-12 23:56:11 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2017-11-16 11:18:41 +0000 |
commit | a11db78940ba20570f11eda90b21028c09da03f2 (patch) | |
tree | 22d0963b31eac60bf4762dc16af5249eac3632f4 /db | |
parent | 14ca1ab7a98d3c6df94b967159d4dd2df555d7e7 (diff) | |
download | hercules-a11db78940ba20570f11eda90b21028c09da03f2.tar.gz hercules-a11db78940ba20570f11eda90b21028c09da03f2.tar.bz2 hercules-a11db78940ba20570f11eda90b21028c09da03f2.tar.xz hercules-a11db78940ba20570f11eda90b21028c09da03f2.zip |
Implement skill scale packet for client versions >= 20151223.
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/skill_db.conf | 1 | ||||
-rw-r--r-- | db/re/skill_db.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf index 80527b4f6..427cc96cb 100644 --- a/db/pre-re/skill_db.conf +++ b/db/pre-re/skill_db.conf @@ -73,6 +73,7 @@ Works like skill SA_FREECAST, allow move and attack with reduced speed. FreeCastNormal: true/false (boolean, defaults to false) Works like FreeCastReduced, but not reduce speed. + ShowSkillScale: true/false (boolean, defaults to false) } AttackType: "Attack Type" (string, defaults to "None") Types: "None", "Weapon", "Magic" or "Misc" diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 2a59785fa..ced6e77c3 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -73,6 +73,7 @@ Works like skill SA_FREECAST, allow move and attack with reduced speed. FreeCastNormal: true/false (boolean, defaults to false) Works like FreeCastReduced, but not reduce speed. + ShowSkillScale: true/false (boolean, defaults to false) } AttackType: "Attack Type" (string, defaults to "None") Types: "None", "Weapon", "Magic" or "Misc" |