diff options
author | Ridley <ridley8819@gmail.com> | 2017-03-13 11:17:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 11:17:26 +0100 |
commit | 51e5e008402e2c961a9e231a6ef3a291b1ce8deb (patch) | |
tree | 61a294a5a0150c7d8ad38f095ed352a13b38a31d /db | |
parent | 3971be1b701252724a1cf412220795fd9b4d59c5 (diff) | |
parent | f75bfaedaa2d72a195d2b0c39b717ead1ea289ba (diff) | |
download | hercules-51e5e008402e2c961a9e231a6ef3a291b1ce8deb.tar.gz hercules-51e5e008402e2c961a9e231a6ef3a291b1ce8deb.tar.bz2 hercules-51e5e008402e2c961a9e231a6ef3a291b1ce8deb.tar.xz hercules-51e5e008402e2c961a9e231a6ef3a291b1ce8deb.zip |
Merge pull request #1628 from AtlantisRO/instance_mapflags
Fixes #1626. Adds missed mapflags on instances.
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/map_zone_db.conf | 26 | ||||
-rw-r--r-- | db/re/map_zone_db.conf | 26 |
2 files changed, 52 insertions, 0 deletions
diff --git a/db/pre-re/map_zone_db.conf b/db/pre-re/map_zone_db.conf index a3d465c0a..b8797a6d3 100644 --- a/db/pre-re/map_zone_db.conf +++ b/db/pre-re/map_zone_db.conf @@ -334,6 +334,19 @@ zones: ( SC_FATALMENACE: "PLAYER" SC_DIMENSIONDOOR: "PLAYER" } + + mapflags: ( + "nobranch", + "noicewall", + "nomemo", + "nosave SavePoint", + "noteleport", + "monster_noteleport", + "nowarpto", + "partylock", + "pvp off", + "src4instance", + ) }, { name: "Memorial Dungeon" /* ETower, Orc's Memory, Nidhoggur's Nest, etc */ @@ -347,6 +360,19 @@ zones: ( SC_FATALMENACE: "PLAYER" SC_DIMENSIONDOOR: "PLAYER" } + + mapflags: ( + "nobranch", + "noicewall", + "nomemo", + "nosave SavePoint", + "noteleport", + "monster_noteleport", + "nowarpto", + "partylock", + "pvp off", + "src4instance", + ) }, { name: "Towns" diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index ae6f23f01..133cc5337 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -443,6 +443,19 @@ zones: ( SC_FATALMENACE: "PLAYER" SC_DIMENSIONDOOR: "PLAYER" } + + mapflags: ( + "nobranch", + "noicewall", + "nomemo", + "nosave SavePoint", + "noteleport", + "monster_noteleport", + "nowarpto", + "partylock", + "pvp off", + "src4instance", + ) }, { name: "Memorial Dungeon" /* ETower, Orc's Memory, Nidhoggur's Nest, etc */ @@ -456,6 +469,19 @@ zones: ( SC_FATALMENACE: "PLAYER" SC_DIMENSIONDOOR: "PLAYER" } + + mapflags: ( + "nobranch", + "noicewall", + "nomemo", + "nosave SavePoint", + "noteleport", + "monster_noteleport", + "nowarpto", + "partylock", + "pvp off", + "src4instance", + ) }, { name: "Towns" |