Removes synthesis and upgrade from pre-renewal

* This feature isn't part of pre-renewal.
* Server owners can use the import feature if need be.
This commit is contained in:
aleos 2020-09-15 08:54:12 -04:00
parent 93cfc55118
commit 51bb52af2e
2 changed files with 0 additions and 78 deletions

View File

@ -1,39 +0,0 @@
# This file is a part of rAthena.
# Copyright(C) 2020 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/>.
#
###########################################################################
# Item Synthesis Database
###########################################################################
#
# Item Synthesis Settings
#
###########################################################################
# - Item # Item name of Synthesis Box
# NeedRefineMin # Minimum refine level needed for source item (Default: 0)
# NeedRefineMax # Maximum refine level needed for source item (Default: MAX_REFINE)
# SourceNeeded # Number of item sets (in SourceItem) that must be selected (Default: 1)
# SourceItem # List of required items
# - Item # Source item name
# Amount # Item amount that will be consumed (Default: 1)
# Remove # Remove this item from the list while importing (Default: false) (optional)
# Reward # Script executed on successful synthesis
# ClearSourceItem # Used to clear SourceItem list while importing (Default: false) (optional)
###########################################################################
Header:
Type: ITEM_SYNTHESIS_DB
Version: 1

View File

@ -1,39 +0,0 @@
# This file is a part of rAthena.
# Copyright(C) 2020 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/>.
#
###########################################################################
# Item Upgrade Database
###########################################################################
#
# Item Upgrade Settings
#
###########################################################################
# - Item # Item name of Upgrade Box
# NeedRefineMin # Minimum refine level needed for target item (Default: 0)
# NeedRefineMax # Maximum refine level needed for target item (Default: MAX_REFINE)
# NeedOptionNumMin # Minimum random option that target item has (Default: 0)
# NotSocketEnchantItem # Target item must not have enchant stone (Default: true)
# TargetItem # List of possible item to be upgraded
# - Item # Target item name
# Remove # Remove this item from the list while importing (Default: false) (optional)
# Result # Script executed on successful upgrade
# ClearTargetItem # Used to clear TargetItem list while importing (Default: false) (optional)
###########################################################################
Header:
Type: ITEM_UPGRADE_DB
Version: 1