diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-09 15:31:46 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-09 15:31:46 +0100 |
commit | 2e66d22e0586aea3af18887f42bf48abfe985577 (patch) | |
tree | 93a762cffcc7d744bf74f77de594ad793baf538f /db/re | |
parent | 2bbbacacf8cdf8a06a95b3346207ea72b9917da0 (diff) | |
parent | 1646ea8eca6ed14afaf4c4f254e69e007fc27b55 (diff) | |
download | serverdata-2e66d22e0586aea3af18887f42bf48abfe985577.tar.gz serverdata-2e66d22e0586aea3af18887f42bf48abfe985577.tar.bz2 serverdata-2e66d22e0586aea3af18887f42bf48abfe985577.tar.xz serverdata-2e66d22e0586aea3af18887f42bf48abfe985577.zip |
Merge branch 'master' of gitlab.com:TMW2/serverdata
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/map_zone_db.conf | 17 |
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 */ |