summaryrefslogtreecommitdiff
path: root/db/pre-re
diff options
context:
space:
mode:
authorRidley <ridley8819@gmail.com>2017-03-13 11:17:26 +0100
committerGitHub <noreply@github.com>2017-03-13 11:17:26 +0100
commit51e5e008402e2c961a9e231a6ef3a291b1ce8deb (patch)
tree61a294a5a0150c7d8ad38f095ed352a13b38a31d /db/pre-re
parent3971be1b701252724a1cf412220795fd9b4d59c5 (diff)
parentf75bfaedaa2d72a195d2b0c39b717ead1ea289ba (diff)
downloadhercules-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/pre-re')
-rw-r--r--db/pre-re/map_zone_db.conf26
1 files changed, 26 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"