diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 12 |
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; |