
* Moves the WoE FE, WoE Novice, and WoE SE castles to the general database. * Moves the WoE TE castles to the renewal database to match the loading of the NPC.
77 lines
2.3 KiB
YAML
77 lines
2.3 KiB
YAML
# This file is a part of rAthena.
|
|
# Copyright(C) 2021 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 <http://www.gnu.org/licenses/>.
|
|
#
|
|
###########################################################################
|
|
# Guild Castles Database
|
|
###########################################################################
|
|
#
|
|
# Guild Castles Settings
|
|
#
|
|
###########################################################################
|
|
# - Id Unique ID of the castle.
|
|
# Map Map name to be considered as the castle map.
|
|
# Name Name of the castle (used by scripts and guardian name tags).
|
|
# Npc NPC unique name to invoke ::OnGuildBreak on, when a occupied castle is abandoned during guild break.
|
|
###########################################################################
|
|
|
|
Header:
|
|
Type: CASTLE_DB
|
|
Version: 1
|
|
|
|
Body:
|
|
# WOE TE castle
|
|
- Id: 34
|
|
Map: te_aldecas1
|
|
Name: Kafragarten 1
|
|
Npc: Manager_TE#Glaris
|
|
- Id: 35
|
|
Map: te_aldecas2
|
|
Name: Kafragarten 2
|
|
Npc: Manager_TE#Defolty
|
|
- Id: 36
|
|
Map: te_aldecas3
|
|
Name: Kafragarten 3
|
|
Npc: Manager_TE#Sorin
|
|
- Id: 37
|
|
Map: te_aldecas4
|
|
Name: Kafragarten 4
|
|
Npc: Manager_TE#Bennit
|
|
- Id: 38
|
|
Map: te_aldecas5
|
|
Name: Kafragarten 5
|
|
Npc: Manager_TE#W
|
|
- Id: 39
|
|
Map: te_prtcas01
|
|
Name: Gloria 1
|
|
Npc: Manager_TE#Gaebolg
|
|
- Id: 40
|
|
Map: te_prtcas02
|
|
Name: Gloria 2
|
|
Npc: Manager_TE#Richard
|
|
- Id: 41
|
|
Map: te_prtcas03
|
|
Name: Gloria 3
|
|
Npc: Manager_TE#Wigner
|
|
- Id: 42
|
|
Map: te_prtcas04
|
|
Name: Gloria 4
|
|
Npc: Manager_TE#Heine
|
|
- Id: 43
|
|
Map: te_prtcas05
|
|
Name: Gloria 5
|
|
Npc: Manager_TE#Nerious
|