summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-11 21:52:54 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-11 21:52:54 -0300
commitb6e13a2f9103993c2df110cf1c9292996019a279 (patch)
tree356f27fd3fc51d1088e5c4f2d07e0b075e45ea34 /db/re/item_db.conf
parent83af6ac15eccff6796c590af26c500e74b962542 (diff)
downloadserverdata-b6e13a2f9103993c2df110cf1c9292996019a279.tar.gz
serverdata-b6e13a2f9103993c2df110cf1c9292996019a279.tar.bz2
serverdata-b6e13a2f9103993c2df110cf1c9292996019a279.tar.xz
serverdata-b6e13a2f9103993c2df110cf1c9292996019a279.zip
Improve alchemy crafting recipes and some potions effects
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 9711fbcbb..2dada34e2 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1186,7 +1186,7 @@ item_db: (
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
- @delay = 30;
+ @delay = rand(30,90);
@type = 4;
@rarity=6;
doevent "rand_sc_heal::OnUse";
@@ -2781,7 +2781,7 @@ item_db: (
Script: <"
@min = 150;
@max = 150;
- @delay = 5;
+ @delay = rand(5,15);
@type = SC_WALKSPEED;
doevent "inc_sc_bonus::OnUse";
">