summaryrefslogtreecommitdiff
path: root/db/pre-re/map_zone_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/pre-re/map_zone_db.conf')
-rw-r--r--db/pre-re/map_zone_db.conf65
1 files changed, 65 insertions, 0 deletions
diff --git a/db/pre-re/map_zone_db.conf b/db/pre-re/map_zone_db.conf
index e5fdf71a..ea1da6e7 100644
--- a/db/pre-re/map_zone_db.conf
+++ b/db/pre-re/map_zone_db.conf
@@ -238,6 +238,71 @@ zones: (
}
},
{
+ /* Doomsday Zone is... */
+ name: "Doomsday"
+
+ disabled_skills: {
+ AL_WARP: "ALL"
+ AL_TELEPORT: "ALL"
+ WE_CALLPARTNER: "ALL"
+ WE_CALLPARENT: "ALL"
+ WE_CALLBABY: "ALL"
+ SC_DIMENSIONDOOR: "ALL"
+ GD_EMERGENCYCALL: "ALL"
+ }
+
+ disabled_items: {
+ HitchhikersTowel: true
+ WhiteHitchhikersTowel: true
+ RedHitchhikersTowel: true
+ GreenHitchhikersTowel: true
+ BlueHitchhikersTowel: true
+ YellowHitchhikersTowel: true
+ PurpleHitchhikersTowel: true
+ OrangeHitchhikersTowel: true
+ PinkHitchhikersTowel: true
+ TealHitchhikersTowel: true
+ LimeHitchhikersTowel: true
+ }
+
+ mapflags: (
+ "nopenalty",
+ //"nosave 000-1,22,22",
+ )
+
+ /* "command:min-group-lv-to-override" e.g. "heal: 70" */
+ disabled_commands: {
+ // Enabled (Special for Doomsday)
+ storage: 0
+ // Disabled (Should not ever be used)
+ recallall: 100
+ save: 100
+ // Admin Only (no CM on these map)
+ addwarp: 99
+ mapflag: 99
+ // Community Manager Only (no GM on these map)
+ recall: 80
+ kill: 80
+ nuke: 80
+ skillon: 80
+ skilloff: 80
+ pvpon: 80
+ pvpoff: 80
+ cvcon: 80
+ cvcoff: 80
+ gvgon: 80
+ gvgoff: 80
+ // GM Only (no EVTC on these map)
+ monster: 60
+ killmonster: 60
+ killmonster2: 60
+ raisemap: 60
+ doommap: 60
+ }
+ skill_damage_cap: {
+ }
+},
+{
/* 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 */