diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-03 16:51:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-03 16:51:03 -0300 |
commit | 893824c2be76d006c896235217f9323368a37ce5 (patch) | |
tree | 14720874b0519deef1ec7fbe878ba07e10faacfe /db/re/map_zone_db.conf | |
parent | 57fe60eda5d574d34b3afa714d340d6cdd403b0a (diff) | |
download | serverdata-893824c2be76d006c896235217f9323368a37ce5.tar.gz serverdata-893824c2be76d006c896235217f9323368a37ce5.tar.bz2 serverdata-893824c2be76d006c896235217f9323368a37ce5.tar.xz serverdata-893824c2be76d006c896235217f9323368a37ce5.zip |
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).
Diffstat (limited to 'db/re/map_zone_db.conf')
-rw-r--r-- | db/re/map_zone_db.conf | 10 |
1 files changed, 10 insertions, 0 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: ( |