summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-23 18:22:48 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-23 18:22:48 -0300
commit48d029a3969192d0a5e5a082d9ed59ba0f09297c (patch)
treeb3699fc95fc79497c574504124bfc46cdb2fa25d /db/re/item_db.conf
parentf232ceb0dc8b7b1f07c0eae152ed0393a35c0c09 (diff)
downloadserverdata-48d029a3969192d0a5e5a082d9ed59ba0f09297c.tar.gz
serverdata-48d029a3969192d0a5e5a082d9ed59ba0f09297c.tar.bz2
serverdata-48d029a3969192d0a5e5a082d9ed59ba0f09297c.tar.xz
serverdata-48d029a3969192d0a5e5a082d9ed59ba0f09297c.zip
Allow players to make Return Potion, and give them Tulimshar Crystal instead
of Halinarzo Crystal. It'll be more fun by crossing the canyons \o/
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 1dc329255..9ae8d91aa 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2562,7 +2562,7 @@ item_db: (
UseEffect: 64
Script: <"
// We would want warp to be delayed a bit but meh
- sleep2(1000);
+ sleep2(rand(1000,2500));
warp "Save", 0, 0;
">
},