From ea2159c2ac1819038ca179a8367a5bfa5cc2fc45 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 7 Mar 2019 01:36:09 -0300 Subject: Make @sk-demure (aka. “Divine Rage”) available via @setskill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/re/item_db.conf | 12 +++++------- db/re/skill_db.conf | 12 ++++++++++++ db/re/skill_tree.conf | 1 + 3 files changed, 18 insertions(+), 7 deletions(-) (limited to 'db') 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 @@ -38474,6 +38474,18 @@ skill_db: ( Quest: true } }, +{ + Id: 20028 + Name: "TMW2_DEMURE" + Description: "Full Rage" + MaxLevel: 15 + SkillType: { + Self: true + } + SkillInfo: { + Quest: true + } +}, { Id: 20031 Name: "TMW2_FAKESKILL" 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 -- cgit v1.2.3-60-g2f50