diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-23 18:22:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-23 18:22:48 -0300 |
commit | 48d029a3969192d0a5e5a082d9ed59ba0f09297c (patch) | |
tree | b3699fc95fc79497c574504124bfc46cdb2fa25d /db | |
parent | f232ceb0dc8b7b1f07c0eae152ed0393a35c0c09 (diff) | |
download | serverdata-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')
-rw-r--r-- | db/re/item_db.conf | 2 |
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; "> }, |