diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-08 20:22:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-08 20:22:56 +0300 |
commit | 232278c71e3da239445265fb5f59941728629819 (patch) | |
tree | 2f7281f5f55ff71c3b88d9541020bbe7a83208c0 /db/re | |
parent | 1ec6ee9172f16822d083646dab278f1fcc312107 (diff) | |
download | serverdata-232278c71e3da239445265fb5f59941728629819.tar.gz serverdata-232278c71e3da239445265fb5f59941728629819.tar.bz2 serverdata-232278c71e3da239445265fb5f59941728629819.tar.xz serverdata-232278c71e3da239445265fb5f59941728629819.zip |
Hercules update.
Add clans configuration.
Add clans db updates.
Add clans messages.
Add clans constants.
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 e508c780..9f255b39 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 */ |