summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-07 01:36:09 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-07 01:36:09 -0300
commitea2159c2ac1819038ca179a8367a5bfa5cc2fc45 (patch)
treeafff2ce52783b28e5c28edcee4bfa07c529d2603 /db/re/item_db.conf
parentfb5b21006958e7ce0ad298b1c99043402e06de77 (diff)
downloadserverdata-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/re/item_db.conf')
-rw-r--r--db/re/item_db.conf12
1 files changed, 5 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;