diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-14 04:25:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-14 04:25:46 -0300 |
commit | 6c32e39f7bdc985b54b8da23a947deb26ea7d71c (patch) | |
tree | 80541a3255a1b9a7a6570902792bce4cac293854 /db/pre-re | |
parent | d0fcbc253457c2cb3922b1a299e2a18bdc762761 (diff) | |
download | serverdata-6c32e39f7bdc985b54b8da23a947deb26ea7d71c.tar.gz serverdata-6c32e39f7bdc985b54b8da23a947deb26ea7d71c.tar.bz2 serverdata-6c32e39f7bdc985b54b8da23a947deb26ea7d71c.tar.xz serverdata-6c32e39f7bdc985b54b8da23a947deb26ea7d71c.zip |
Fix Elanore's dialog, Lum, and Inma so they are consistent. Changes Legacy behavior.
Diffstat (limited to 'db/pre-re')
-rw-r--r-- | db/pre-re/skill_db.conf | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/db/pre-re/skill_db.conf b/db/pre-re/skill_db.conf index 639777c4..c43c8593 100644 --- a/db/pre-re/skill_db.conf +++ b/db/pre-re/skill_db.conf @@ -38752,7 +38752,18 @@ skill_db: ( Name: "SKILL_LUM" Description: "Lum" MaxLevel: 9 - Range: 14 + Range: { + Lv1: 6 + Lv2: 7 + Lv3: 8 + Lv4: 9 + Lv5: 10 + Lv6: 11 + Lv7: 12 + Lv8: 13 + Lv9: 14 + Lv10: 15 + } SkillType: { Friend: true } @@ -38777,7 +38788,18 @@ skill_db: ( Name: "SKILL_INMA" Description: "Inma" MaxLevel: 9 - Range: 6 + Range: { + Lv1: 3 + Lv2: 4 + Lv3: 5 + Lv4: 6 + Lv5: 7 + Lv6: 8 + Lv7: 9 + Lv8: 10 + Lv9: 11 + Lv10: 12 + } SkillType: { Friend: true } @@ -38794,6 +38816,6 @@ skill_db: ( SPCost: 10 } }, -// Lum MagicBlade Sulphur Kalmurk Parum ArrowHail Barrier(OK?) EnchantLifestone FlyingBackpack(?) Joyplim Hide(?) LayOnHands Ingrav Knuclkes MakeArrow MakeIronPowder MakeShirt MakeTanktop MakeSTanktop Protect Rain Shear SFluffy SMouboo SPinkie SSnake SSPiky SWicked ToxicDart Necro +// MagicBlade Sulphur Kalmurk Parum ArrowHail Barrier(OK?) EnchantLifestone FlyingBackpack(?) Joyplim Hide(?) Ingrav Knuclkes MakeArrow MakeIronPowder MakeShirt MakeTanktop MakeSTanktop Protect Rain Shear SFluffy SMouboo SPinkie SSnake SSPiky SWicked ToxicDart Necro ) |