# This file is a part of rAthena. # Copyright(C) 2023 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 . # ########################################################################### # 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 Body: - Name: barter_ill_underwater Items: - Index: 0 Item: Electric_Eel_IL RequiredItems: - Index: 0 Item: Electric_Eel Refine: 9 - Index: 1 Item: Deep_Sea_Starfish Amount: 150 - Index: 2 Item: IllusionStone Amount: 120 - Index: 1 Item: Electronic_Guitar_IL RequiredItems: - Index: 0 Item: Electronic_Guitar Refine: 9 - Index: 1 Item: Deep_Sea_Starfish Amount: 150 - Index: 2 Item: IllusionStone Amount: 120 - Index: 2 Item: Brionac_IL RequiredItems: - Index: 0 Item: Brionac Refine: 9 - Index: 1 Item: Deepsea_Fish_Tail Amount: 150 - Index: 2 Item: IllusionStone Amount: 120 - Index: 3 Item: KatarOfCold_Icicle_IL RequiredItems: - Index: 0 Item: Katar_Of_Cold_Icicle_ Refine: 9 - Index: 1 Item: Deep_Sea_Crab Amount: 150 - Index: 2 Item: IllusionStone Amount: 120 - Index: 4 Item: Death_Guidance_IL RequiredItems: - Index: 0 Item: Death_Guidance Refine: 9 - Index: 1 Item: Rotten_Deepseafish Amount: 150 - Index: 2 Item: IllusionStone Amount: 120 - Index: 5 Item: Zephyrus_IL RequiredItems: - Index: 0 Item: Zephyrus_ Refine: 9 - Index: 1 Item: Abysmal_Clam Amount: 150 - Index: 2 Item: IllusionStone Amount: 120 - Index: 6 Item: Saint_Robe_IL RequiredItems: - Index: 0 Item: Saint_Robe_ Refine: 9 - Index: 1 Item: Deepsea_Fish_Tail Amount: 100 - Index: 2 Item: E_Abyss1 Amount: 20 - Index: 3 Item: IllusionStone Amount: 90 - Index: 7 Item: Water_Sprits_Armor_IL RequiredItems: - Index: 0 Item: Water_Sprits_Armor_ Refine: 9 - Index: 1 Item: Deep_Sea_Crab Amount: 100 - Index: 2 Item: E_Abyss1 Amount: 20 - Index: 3 Item: IllusionStone Amount: 90 - Index: 8 Item: Chain_Mail_IL RequiredItems: - Index: 0 Item: Chain_Mail_ Refine: 9 - Index: 1 Item: Deep_Sea_Starfish Amount: 100 - Index: 2 Item: E_Abyss1 Amount: 20 - Index: 3 Item: IllusionStone Amount: 90 - Index: 9 Item: Morrigane_Helm_IL RequiredItems: - Index: 0 Item: Morrigane's_Helm Refine: 9 - Index: 1 Item: Deep_Sea_Crab Amount: 100 - Index: 2 Item: E_Abyss1 Amount: 50 - Index: 3 Item: IllusionStone Amount: 100 - Index: 10 Item: Morrigane_Manyeau_IL RequiredItems: - Index: 0 Item: Morrigane's_Manteau Refine: 9 - Index: 1 Item: Rotten_Deepseafish Amount: 100 - Index: 2 Item: E_Abyss1 Amount: 50 - Index: 3 Item: IllusionStone Amount: 100 - Index: 11 Item: Morrigane_Belt_IL RequiredItems: - Index: 0 Item: Morrigane's_Belt - Index: 1 Item: Deepsea_Fish_Tail Amount: 100 - Index: 2 Item: E_Abyss1 Amount: 50 - Index: 3 Item: IL_Kraken_Leg Amount: 15 - Index: 4 Item: IllusionStone Amount: 100 - Index: 12 Item: Morrigane_Pendant_IL RequiredItems: - Index: 0 Item: Morrigane's_Pendant - Index: 1 Item: Abysmal_Clam Amount: 100 - Index: 2 Item: E_Abyss1 Amount: 50 - Index: 3 Item: Crown_Of_Witch Amount: 15 - Index: 4 Item: IllusionStone Amount: 100 - Name: barter_ill_twins Items: - Index: 0 Item: Sprint_Mail_IL RequiredItems: - Index: 0 Item: Sprint_Mail Refine: 9 - Index: 1 Item: IL_Twins_Fur Amount: 125 - Index: 2 Item: IL_Twins_Hat Amount: 55 - Index: 3 Item: IllusionStone Amount: 100 - Index: 1 Item: Sprint_Shoes_IL RequiredItems: - Index: 0 Item: Sprint_Shoes Refine: 9 - Index: 1 Item: IL_Twins_Shovel Amount: 75 - Index: 2 Item: IL_Twins_Leg Amount: 125 - Index: 3 Item: IllusionStone Amount: 100 - Index: 2 Item: Thorn_Staff_IL RequiredItems: - Index: 0 Item: Thorn_Staff Refine: 9 - Index: 1 Item: IL_Twins_Fang Amount: 75 - Index: 2 Item: IL_Twins_Shovel Amount: 75 - Index: 3 Item: IllusionStone Amount: 135 - Index: 3 Item: Dea_Staff_IL RequiredItems: - Index: 0 Item: Dea_Staff Refine: 9 - Index: 1 Item: IL_Twins_Crown Amount: 15 - Index: 2 Item: IL_Twins_Leg Amount: 125 - Index: 3 Item: IL_Twins_Shovel Amount: 75 - Index: 4 Item: IllusionStone Amount: 150 - Index: 4 Item: Gelerdria_IL RequiredItems: - Index: 0 Item: Gelerdria Refine: 9 - Index: 1 Item: IL_Twins_Hat Amount: 55 - Index: 2 Item: IL_Twins_Feeler Amount: 125 - Index: 3 Item: IllusionStone Amount: 150 - Index: 5 Item: Excalibur_IL RequiredItems: - Index: 0 Item: Excalibur Refine: 9 - Index: 1 Item: IL_Twins_Fang Amount: 75 - Index: 2 Item: IL_Twins_Acid Amount: 75 - Index: 3 Item: IllusionStone Amount: 135 - Index: 6 Item: Doom_Slayer_IL RequiredItems: - Index: 0 Item: Doom_Slayer Refine: 9 - Index: 1 Item: IL_Twins_Acid Amount: 75 - Index: 2 Item: IL_Twins_Leg Amount: 125 - Index: 3 Item: IllusionStone Amount: 150 - Index: 7 Item: Ancient_Dagger_IL RequiredItems: - Index: 0 Item: Ancient_Dagger Refine: 9 - Index: 1 Item: IL_Twins_Fang Amount: 75 - Index: 2 Item: IL_Twins_Fur Amount: 125 - Index: 3 Item: IllusionStone Amount: 135 - Index: 8 Item: Guard_IL RequiredItems: - Index: 0 Item: Guard Refine: 9 - Index: 1 Item: IL_Twins_Feeler Amount: 75 - Index: 2 Item: IL_Twins_Fur Amount: 125 - Index: 3 Item: IllusionStone Amount: 100 - Index: 9 Item: Siver_Guard_IL RequiredItems: - Index: 0 Item: Siver_Guard Refine: 9 - Index: 1 Item: IL_Twins_Jaw Amount: 55 - Index: 2 Item: IL_Twins_Feeler Amount: 125 - Index: 3 Item: IllusionStone Amount: 100 - Index: 10 Item: Sprint_Ring_IL RequiredItems: - Index: 0 Item: Sprint_Ring - Index: 1 Item: IL_Twins_Acid Amount: 75 - Index: 2 Item: IL_Twins_Feeler Amount: 125 - Index: 3 Item: IllusionStone Amount: 120 - Index: 11 Item: Sprint_Glove_IL RequiredItems: - Index: 0 Item: Sprint_Glove - Index: 1 Item: IL_Twins_Jaw Amount: 55 - Index: 2 Item: IL_Twins_Fur Amount: 125 - Index: 3 Item: IllusionStone Amount: 120