From 6c32e39f7bdc985b54b8da23a947deb26ea7d71c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Apr 2021 04:25:46 -0300 Subject: Fix Elanore's dialog, Lum, and Inma so they are consistent. Changes Legacy behavior. --- db/pre-re/skill_db.conf | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'db/pre-re') 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 ) -- cgit v1.2.3-60-g2f50