# This file is a part of rAthena. # Copyright(C) 2024 rAthena Development Team # https://rathena.org - https://github.com/rathena # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # ########################################################################### # Map Zone Database ########################################################################### # # Map Zone Settings # ########################################################################### # - Id Zone ID. # DisabledCommands: List of disabled @commands. (Default: null) # DisabledSkills: List of disabled skills. (Default: null) # DisabledItems: List of disabled items. (Default: null) # DisabledStatuses: List of disabled statuses. (Default: null) # RestrictedJobs: List of restricted jobs from entering zone. (Default: null) # Maps: List of maps to apply the zone to. # Mapflags: List of mapflags. (Default: null) # - Flag Mapflag name. # Value Value assigned to mapflag. (Default: true) ########################################################################### Header: Type: MAP_ZONES Version: 1 Footer: Imports: - Path: db/pre-re/map_zones.yml Mode: Prerenewal - Path: db/re/map_zones.yml Mode: Renewal - Path: db/import/map_zones.yml