diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a2045f69..f3519779 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -711,11 +711,8 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 40; - @max = 90; - @delay = 5; - @type = 1; - doevent "rand_sc_heal::OnUse"; + // 30 minutes + sc_start(SC_CONFUSION, 1800000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); "> }, { @@ -898,11 +895,8 @@ item_db: ( Delay: 750 UseEffect: "EFFECT_HEAL" Script: <" - @min = 60; - @max = 110; - @delay = 8; - @type = 1; - doevent "rand_sc_heal::OnUse"; + // 15 minutes + sc_start(SC_CONFUSION, 900000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); "> }, { |