diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-07 16:48:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-07 16:48:26 -0300 |
commit | ed32891d4ab469d29a2c192f7628862da7c99aa9 (patch) | |
tree | ab330b226c59ee2c7ec7d51bba6ce3ebf8e8839a | |
parent | 951ed84368f49ffbda8fff5fd015dbcfb3786050 (diff) | |
download | serverdata-ed32891d4ab469d29a2c192f7628862da7c99aa9.tar.gz serverdata-ed32891d4ab469d29a2c192f7628862da7c99aa9.tar.bz2 serverdata-ed32891d4ab469d29a2c192f7628862da7c99aa9.tar.xz serverdata-ed32891d4ab469d29a2c192f7628862da7c99aa9.zip |
Bottle Breaking Rate
Divine and Sewer Water - 0%
Sea Water - 12.5%
Tonori and Woodland Water - 14.3%
-rw-r--r-- | db/re/item_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index fa9e1b79b..382abd640 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1023,7 +1023,7 @@ item_db: ( @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; - if (rand(1,5) != 4) + if (rand(1,8) != 4) getitem EmptyBottle, 1; "> }, @@ -1882,7 +1882,7 @@ item_db: ( @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; - if (rand(1,5) != 4) + if (rand(1,7) != 4) getitem EmptyBottle, 1; "> }, @@ -2321,7 +2321,7 @@ item_db: ( @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; - if (rand(1,5) != 4) + if (rand(1,7) != 4) getitem EmptyBottle, 1; "> }, |