diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-11 13:11:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-11 13:11:20 -0300 |
commit | 935d0c2d76854afbef34210843f823d6cdef80a0 (patch) | |
tree | 57c1392d62d9b00d796e32e07ddab18b9dfa648b | |
parent | c2193fe47a19cb44f209702022453b089cb3502d (diff) | |
download | serverdata-jesusalva/AFK.tar.gz serverdata-jesusalva/AFK.tar.bz2 serverdata-jesusalva/AFK.tar.xz serverdata-jesusalva/AFK.zip |
Remove healing effect from alcoholic drinksjesusalva/AFK
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e20395eb..f3519779 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -713,11 +713,6 @@ item_db: ( Script: <" // 30 minutes sc_start(SC_CONFUSION, 1800000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); - @min = 40; - @max = 90; - @delay = 5; - @type = 1; - doevent "rand_sc_heal::OnUse"; "> }, { @@ -902,11 +897,6 @@ item_db: ( Script: <" // 15 minutes sc_start(SC_CONFUSION, 900000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); - @min = 60; - @max = 110; - @delay = 8; - @type = 1; - doevent "rand_sc_heal::OnUse"; "> }, { |