barters.yml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2022 rAthena Development Team
  3. # https://rathena.org - https://github.com/rathena
  4. #
  5. # This program is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation, either version 3 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. #
  18. ###########################################################################
  19. # Barter Database
  20. ###########################################################################
  21. #
  22. # Barter Settings
  23. #
  24. ###########################################################################
  25. # - Name NPC name.
  26. # Map Map name. (Default: not on a map)
  27. # X Map x coordinate. (Default: 0)
  28. # Y Map y coordinate. (Default: 0)
  29. # Direction Direction the NPC is looking. (Default: North)
  30. # Sprite Sprite name of the NPC. (Default: FakeNpc)
  31. # Items: List of sold items.
  32. # - Index Index of the item inside the shop. (0-...)
  33. # Maximum index depends on client.
  34. # Item Aegis name of the item.
  35. # Stock Amount of item in stock. 0 means unlimited. (Default: 0)
  36. # Zeny Cost of them item in Zeny. (Default: 0)
  37. # RequiredItems: List of required items (Optional)
  38. # - Index Index of the required item. (0-4)
  39. # Item Aegis name of required item.
  40. # Amount Amount of required item. (Default: 1)
  41. # Refine Refine level of required item. (Default: 0)
  42. ###########################################################################
  43. Header:
  44. Type: BARTER_DB
  45. Version: 1
  46. Footer:
  47. Imports:
  48. - Path: npc/re/merchants/barters.yml
  49. Mode: Renewal
  50. - Path: npc/custom/barters.yml