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 ++-- npc/015-8/config.txt | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) 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 diff --git a/npc/015-8/config.txt b/npc/015-8/config.txt index d70a444a1..986e4bc65 100644 --- a/npc/015-8/config.txt +++ b/npc/015-8/config.txt @@ -4,7 +4,7 @@ // Description: // 015-8 Sagratha Cave Configuration File -//015-8 mapflag zone MMO +015-8 mapflag zone MMO 015-8-1 mapflag zone MMO 015-8,99,179,0 script #Exit0158 NPC_HIDDEN,0,0,{ -- cgit v1.2.3-70-g09d2