From 893824c2be76d006c896235217f9323368a37ce5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 3 Jun 2019 16:51:03 -0300 Subject: Disable the use of Warp Crystals, Time Flasks and Return Potions on MMO zones. You're not expected to warp away (only die/logout are properly handled). Bugfixes. @toevent still works (might disable later, or tell game you've died and then warp). --- db/re/map_zone_db.conf | 10 ++++++++++ db/re/mob_db.conf | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 327130d6c..7a412023e 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -143,6 +143,16 @@ zones: ( } disabled_items: { + TimeFlask: true + CandorWarpCrystal: true + TulimWarpCrystal: true + HalinWarpCrystal: true + HurnsWarpCrystal: true + LoFWarpCrystal: true + NivalWarpCrystal: true + FrostiaWarpCrystal: true + LilitWarpCrystal: true + ReturnPotion: true } mapflags: ( diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 9d203c0ce..4a3e6255e 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8552,7 +8552,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 200 Drops: { - TreaureKey: 10000 + TreasureKey: 10000 MoveSpeedPotion: 4000 CoinBag: 2000 Beer: 2000 @@ -8599,7 +8599,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 200 Drops: { - TreaureKey: 400 + TreasureKey: 400 CoinBag: 200 Beer: 200 ClothoLiquor: 50 -- cgit v1.2.3-60-g2f50