summaryrefslogtreecommitdiff
path: root/db/re
diff options
context:
space:
mode:
Diffstat (limited to 'db/re')
-rw-r--r--db/re/item_db.conf12
-rw-r--r--db/re/skill_db.conf12
-rw-r--r--db/re/skill_tree.conf1
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