diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-14 04:11:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-14 04:11:24 -0300 |
commit | d0fcbc253457c2cb3922b1a299e2a18bdc762761 (patch) | |
tree | cec38e3db63a7bce684d5a256d8995b17ef9e0b5 /db/pre-re | |
parent | f5d6ff098ed47775147826d3b0becb5934876021 (diff) | |
download | serverdata-d0fcbc253457c2cb3922b1a299e2a18bdc762761.tar.gz serverdata-d0fcbc253457c2cb3922b1a299e2a18bdc762761.tar.bz2 serverdata-d0fcbc253457c2cb3922b1a299e2a18bdc762761.tar.xz serverdata-d0fcbc253457c2cb3922b1a299e2a18bdc762761.zip |
Fix lum/inma ranges and targets
Diffstat (limited to 'db/pre-re')
-rw-r--r-- | db/pre-re/skill_db.conf | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf index 5fc10f84..639777c4 100644 --- a/db/pre-re/skill_db.conf +++ b/db/pre-re/skill_db.conf @@ -38752,8 +38752,14 @@ skill_db: ( Name: "SKILL_LUM" Description: "Lum" MaxLevel: 9 + Range: 14 SkillType: { - Self: true + Friend: true + } + Hit: "BDT_SKILL" + AttackType: "Magic" + DamageType: { + NoDamage: true } SkillInfo: { Quest: true @@ -38771,8 +38777,14 @@ skill_db: ( Name: "SKILL_INMA" Description: "Inma" MaxLevel: 9 + Range: 6 SkillType: { - Self: true + Friend: true + } + Hit: "BDT_SKILL" + AttackType: "Magic" + DamageType: { + NoDamage: true } SkillInfo: { Quest: true |