diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-08-17 23:37:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-08-17 23:37:46 -0300 |
commit | 4871f91c277df6bd1149285bb8dc1b8333248fcf (patch) | |
tree | 4d1e5762214904101558f3fa1ff8c419a00f4e76 /db | |
parent | 6378a5411e6432232ce40b58bd32e1480ba73a25 (diff) | |
download | serverdata-4871f91c277df6bd1149285bb8dc1b8333248fcf.tar.gz serverdata-4871f91c277df6bd1149285bb8dc1b8333248fcf.tar.bz2 serverdata-4871f91c277df6bd1149285bb8dc1b8333248fcf.tar.xz serverdata-4871f91c277df6bd1149285bb8dc1b8333248fcf.zip |
This is the experimental and untested code for the use-case of the new commands.
The skill cannot be obtained. It's untested, and it could break server.
(Need to check of duplicate removal of a running NPC crashes server or not).
Diffstat (limited to 'db')
-rw-r--r-- | db/re/skill_db.conf | 32 | ||||
-rw-r--r-- | db/re/skill_tree.conf | 1 |
2 files changed, 33 insertions, 0 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 9328a4d40..aa91ce1b6 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -40499,6 +40499,38 @@ skill_db: ( Quest: true } }, +{ + Id: 20080 + Name: "TMW2_TRAPS" + Description: "Trap Setter" + MaxLevel: 10 + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } + CoolDown: { + Lv1: 120000 + Lv2: 115000 + Lv3: 110000 + Lv4: 105000 + Lv5: 100000 + Lv6: 95000 + Lv7: 90000 + Lv8: 85000 + Lv9: 80000 + Lv10: 75000 + } + CastTime: 100 + FixedCastTime: 100 + Requirements: { + SPCost: 100 + Items: { + IronOre: 1 + } + } +}, diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 6ecdff753..009931be4 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -83,6 +83,7 @@ Human: { ///////////////// Magic v3 (Custom/Trickmaster) TMW2_MANABOMB: 0 + TMW2_TRAPS: 0 ///////////////// Magic v3 (Custom/Scholarship) TMW2_FIRSTAID: 0 |