diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-08 17:32:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-08 17:32:56 -0300 |
commit | c07e913c0b2286dec4f989d0ded9d94ecd58377f (patch) | |
tree | 50e6c1f47fcdd1264a2ca1664df411ca1ce1554c /db | |
parent | 7645bb2991977972bad62973cd8cb03028e77819 (diff) | |
download | serverdata-jesusalva/identify.tar.gz serverdata-jesusalva/identify.tar.bz2 serverdata-jesusalva/identify.tar.xz serverdata-jesusalva/identify.zip |
Add EVOL_MONSTER_IDENTIFY skill.jesusalva/identify
Allow players with this skill to use both `/mi` and `@monsterinfo` commands.
The skill still isn't obtainable anywhere. Single level.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/skill_db.conf | 10 | ||||
-rw-r--r-- | db/re/skill_tree.conf | 5 |
2 files changed, 15 insertions, 0 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 6c190ed2..6d11918d 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38642,4 +38642,14 @@ skill_db: ( Self: true } }, +{ + Id: 20003 + Name: "EVOL_MONSTER_IDENTIFY" + Description: "Monster Identify" + MaxLevel: 1 + SkillType: { + Self: true + } + CoolDown: 3000 +}, ) diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 4927fb3e..f604479d 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -85,6 +85,7 @@ Human: { MG_COLDBOLT: 0 EVOL_MASS_PROVOKE: 0 EVOL_PHYSICAL_SHIELD: 0 + EVOL_MONSTER_IDENTIFY: 0 } } @@ -148,6 +149,7 @@ DarkUkar: { MG_COLDBOLT: 0 EVOL_MASS_PROVOKE: 0 EVOL_PHYSICAL_SHIELD: 0 + EVOL_MONSTER_IDENTIFY: 0 } } @@ -211,6 +213,7 @@ FireKralog: { MG_COLDBOLT: 0 EVOL_MASS_PROVOKE: 0 EVOL_PHYSICAL_SHIELD: 0 + EVOL_MONSTER_IDENTIFY: 0 } } @@ -274,6 +277,7 @@ LightRaijin: { MG_COLDBOLT: 0 EVOL_MASS_PROVOKE: 0 EVOL_PHYSICAL_SHIELD: 0 + EVOL_MONSTER_IDENTIFY: 0 } } @@ -337,6 +341,7 @@ BlueTritan: { MG_COLDBOLT: 0 EVOL_MASS_PROVOKE: 0 EVOL_PHYSICAL_SHIELD: 0 + EVOL_MONSTER_IDENTIFY: 0 } } |