enchantgrade.yml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. Body:
  47. ###########################################################################
  48. ##= Enchant Grade Exchange
  49. ###########################################################################
  50. - Name: EnchantGradeExchange
  51. Items:
  52. - Index: 0
  53. Item: Etel_Stone
  54. Zeny: 100000
  55. RequiredItems:
  56. - Index: 0
  57. Item: Etel_Dust
  58. Amount: 5
  59. - Index: 1
  60. Item: Blessed_Etel_Dust
  61. Zeny: 100000
  62. RequiredItems:
  63. - Index: 0
  64. Item: Etel_Dust
  65. Amount: 5
  66. - Index: 1
  67. Item: Blacksmith_Blessing
  68. Amount: 1
  69. - Index: 2
  70. Item: Etel_Skyblue_Jewel
  71. Zeny: 100000
  72. RequiredItems:
  73. - Index: 0
  74. Item: Etel_Stone
  75. Amount: 3
  76. - Index: 1
  77. Item: Skyblue_Jewel
  78. Amount: 1
  79. - Index: 3
  80. Item: Etel_Topaz
  81. Zeny: 200000
  82. RequiredItems:
  83. - Index: 0
  84. Item: Etel_Stone
  85. Amount: 6
  86. - Index: 1
  87. Item: Golden_Jewel
  88. Amount: 1
  89. - Index: 4
  90. Item: Etel_Violet_Jewel
  91. Zeny: 300000
  92. RequiredItems:
  93. - Index: 0
  94. Item: Etel_Stone
  95. Amount: 10
  96. - Index: 1
  97. Item: Violet_Jewel
  98. Amount: 1
  99. - Index: 5
  100. Item: Etel_Amber
  101. Zeny: 300000
  102. RequiredItems:
  103. - Index: 0
  104. Item: Etel_Stone
  105. Amount: 15
  106. - Index: 1
  107. Item: Amber
  108. Amount: 1