
Fixes https://github.com/rathena/rathena/issues/6463 Implements Episode 17.1 - Illusion Adds viewpointmap script command Adds getbaseexp_ratio and getjobexp_ratio script command Comments quest log support for the Nameless Island Quest, Nameless Island Access Quest and Geoborg Family Curse Quest due to utilizing quest IDs that are used elsewhere. Credits to @crazy-arashi for the initial content release Co-authored-by: crazy-arashi <meganekiho@gmail.com> Co-authored-by: aleos <aleos89@users.noreply.github.com> Co-authored-by: Atemo <capucrath@gmail.com> Co-authored-by: Lemongrass3110 <lemongrass@kstp.at> Thanks to @crazy-arashi @Atemo @aleos89 @Lemongrass3110 @secretdataz @Dia @humanwizzard @idk-whoami @Megelith @Daegaladh
54 lines
2.3 KiB
YAML
54 lines
2.3 KiB
YAML
# This file is a part of rAthena.
|
|
# Copyright(C) 2022 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/>.
|
|
#
|
|
###########################################################################
|
|
# Barter Database
|
|
###########################################################################
|
|
#
|
|
# Barter Settings
|
|
#
|
|
###########################################################################
|
|
# - Name NPC name.
|
|
# Map Map name. (Default: not on a map)
|
|
# X Map x coordinate. (Default: 0)
|
|
# Y Map y coordinate. (Default: 0)
|
|
# Direction Direction the NPC is looking. (Default: North)
|
|
# Sprite Sprite name of the NPC. (Default: FakeNpc)
|
|
# Items: List of sold items.
|
|
# - Index Index of the item inside the shop. (0-...)
|
|
# Maximum index depends on client.
|
|
# Item Aegis name of the item.
|
|
# Stock Amount of item in stock. 0 means unlimited. (Default: 0)
|
|
# Zeny Cost of them item in Zeny. (Default: 0)
|
|
# RequiredItems: List of required items (Optional)
|
|
# - Index Index of the required item. (0-4)
|
|
# Item Aegis name of required item.
|
|
# Amount Amount of required item. (Default: 1)
|
|
# Refine Refine level of required item. (Default: 0)
|
|
###########################################################################
|
|
|
|
Header:
|
|
Type: BARTER_DB
|
|
Version: 1
|
|
|
|
Footer:
|
|
Imports:
|
|
- Path: npc/re/merchants/barters/Extended_Ammunition.yml
|
|
- Path: npc/re/merchants/barters/quests_16_1.yml
|
|
- Path: npc/re/merchants/barters/quests_16_2.yml
|
|
- Path: npc/re/merchants/barters/quests_17_1.yml
|