diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-13 23:01:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-13 23:01:44 -0300 |
commit | 4e279bcf145eac9ebf49b95a702a1fc62680a10a (patch) | |
tree | fb085715c09413446aab0a08e05e476a5503b2b2 /db/re | |
parent | bcbf02427b21c6d3fb35fb9bb91a3660e4cef5f5 (diff) | |
download | serverdata-4e279bcf145eac9ebf49b95a702a1fc62680a10a.tar.gz serverdata-4e279bcf145eac9ebf49b95a702a1fc62680a10a.tar.bz2 serverdata-4e279bcf145eac9ebf49b95a702a1fc62680a10a.tar.xz serverdata-4e279bcf145eac9ebf49b95a702a1fc62680a10a.zip |
Introduce #parum and the Magic Experience System.
If you re-cast something, no Mana Exp Points are gained.
Only pseudo-magic skills count.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 19 | ||||
-rw-r--r-- | db/re/skill_db.conf | 9 |
2 files changed, 28 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4314e1ab9..e648aa379 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4410,6 +4410,25 @@ item_db: ( Sell: 5 Weight: 10 }, +{ + Id: 883 + AegisName: "WarpedLog" + Name: "Warped Log" + Type: "IT_ETC" + Buy: 15 + Sell: 5 + Weight: 8 +}, +{ + Id: 884 + AegisName: "MoubooFigurine" + Name: "Mouboo Figurine" + Type: "IT_ETC" + Buy: 45 + Sell: 15 + Weight: 9 +}, + // <!-- Necklaces --> { Id: 1000 diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 9a28f9f13..6b387fdb5 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38348,6 +38348,15 @@ skill_db: ( } }, { + Id: 20024 + Name: "TMW2_PARUM" + Description: "Wood Transmutation" + MaxLevel: 1 + SkillType: { + Self: true + } +}, +{ Id: 20031 Name: "TMW2_FAKESKILL" Description: "Fake Skil" |