diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-07 01:36:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-07 01:36:09 -0300 |
commit | ea2159c2ac1819038ca179a8367a5bfa5cc2fc45 (patch) | |
tree | afff2ce52783b28e5c28edcee4bfa07c529d2603 /db | |
parent | fb5b21006958e7ce0ad298b1c99043402e06de77 (diff) | |
download | serverdata-ea2159c2ac1819038ca179a8367a5bfa5cc2fc45.tar.gz serverdata-ea2159c2ac1819038ca179a8367a5bfa5cc2fc45.tar.bz2 serverdata-ea2159c2ac1819038ca179a8367a5bfa5cc2fc45.tar.xz serverdata-ea2159c2ac1819038ca179a8367a5bfa5cc2fc45.zip |
Make @sk-demure (aka. “Divine Rage”) available via @setskill
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 12 | ||||
-rw-r--r-- | db/re/skill_db.conf | 12 | ||||
-rw-r--r-- | db/re/skill_tree.conf | 1 |
3 files changed, 18 insertions, 7 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a726fc396..f11911b33 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -184,15 +184,11 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - if (@useType == 1) - { - if (!getmapxy(.@map$, .@x, .@y, 0)) - { + if (@useType == 1) { + if (!getmapxy(.@map$, .@x, .@y, 0)) { monster(.@map$, .@x, .@y, l("Oak"), 1017, 1); } - } - else - { + } else { @min = 15; @max = 45; @delay = 3; @@ -214,6 +210,7 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" + sc_start SC_INCATKRATE, 10000, 100; @min = 50; @max = 180; @delay = 3; @@ -1982,6 +1979,7 @@ item_db: ( Script: <" // SC_PLUSATTACKPOWER is not caught by client but works. // SC_STRUP is caught by client, but raises STR in a weird way. + // SC_INCATKRATE works best of all ^.^ sc_start SC_PLUSATTACKPOWER, 15000, 5; @min = 30; @max = 60; diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 2fe36e791..3c22add1d 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38475,6 +38475,18 @@ skill_db: ( } }, { + Id: 20028 + Name: "TMW2_DEMURE" + Description: "Full Rage" + MaxLevel: 15 + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } +}, +{ Id: 20031 Name: "TMW2_FAKESKILL" Description: "Fake Skill Resync" diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 8b2478992..e77f885b2 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -45,6 +45,7 @@ Human: { TMW2_PARUM: 0 TMW2_KALMURK: 4 TMW2_MKPOT: 20 + TMW2_DEMURE: 15 // Unrelated ALL_INCCARRY: 0 |