summaryrefslogtreecommitdiff
path: root/db/re/map_zone_db.conf
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-08 20:22:10 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-08 20:22:10 -0200
commit40fefd371e600b3239c3e9bbf0e1c9b9ab516b77 (patch)
treeebe09818ca0d8e6a0f5d279ab12a89b4fee0c6e6 /db/re/map_zone_db.conf
parent6838f893d0076b723945abc5781a31c308c14137 (diff)
downloadserverdata-40fefd371e600b3239c3e9bbf0e1c9b9ab516b77.tar.gz
serverdata-40fefd371e600b3239c3e9bbf0e1c9b9ab516b77.tar.bz2
serverdata-40fefd371e600b3239c3e9bbf0e1c9b9ab516b77.tar.xz
serverdata-40fefd371e600b3239c3e9bbf0e1c9b9ab516b77.zip
Hercules update.
Check evol/master for more information.
Diffstat (limited to 'db/re/map_zone_db.conf')
-rw-r--r--db/re/map_zone_db.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf
index e508c7808..9f255b391 100644
--- a/db/re/map_zone_db.conf
+++ b/db/re/map_zone_db.conf
@@ -94,6 +94,23 @@ zones: (
)
},
{
+ /* CvC zone is applied to all maps with a cvc mapflag */
+ name: "CvC" /* changing this name requires MAP_ZONE_CVC_NAME to also be changed in src/map/map.h file */
+
+ disabled_skills: {
+ BS_GREED: "PLAYER"
+ CG_HERMODE: "PLAYER"
+ }
+
+ disabled_items: {
+ }
+
+ /* cashshop disabled in cvc maps */
+ mapflags: (
+ "nocashshop",
+ )
+},
+{
/* PK Mode zone is only used when server is on pk_mode (battle.conf),
it applies to all pvp maps that don't have their own zone */
name: "PK Mode" /* changing this name requires MAP_ZONE_PK_NAME to also be changed in src/map/map.h file */