items.conf 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. //--------------------------------------------------------------
  2. // rAthena Battle Configuration File
  3. // Originally Translated by Peter Kieser <pfak@telus.net>
  4. // Made in to plainer English by Ancyker
  5. //--------------------------------------------------------------
  6. // Note 1: Value is a config switch (on/off, yes/no or 1/0)
  7. // Note 2: Value is in percents (100 means 100%)
  8. // Note 3: Value is a bit field. If no description is given,
  9. // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun, 16: Mercenary, 128: NPC, 512: Elemental)
  10. //--------------------------------------------------------------
  11. // The highest value at which an item can be sold via the merchant vend skill. (in zeny)
  12. vending_max_value: 1000000000
  13. // Whether to allow buying from vending chars that are at their max. zeny limit.
  14. // If set to yes, the rest of the zeny above the char's capacity will disappear.
  15. vending_over_max: yes
  16. // Show the buyer's name when successfully vended an item
  17. buyer_name: yes
  18. // Forging success rate. (Note 2)
  19. weapon_produce_rate: 100
  20. // Prepare Potion success rate. (Note 2)
  21. potion_produce_rate: 100
  22. // Do produced items have the maker's name on them? (Note 3)
  23. // 0x01: Produced Weapons
  24. // 0x02: Produced Potions
  25. // 0x04: Produced Arrows
  26. // 0x08: Produced Holy Water/Ancilla
  27. // 0x10: Produced Deadly Potions
  28. // 0x80: Other produced items.
  29. produce_item_name_input: 0x03
  30. // Is a monster summoned via dead branch aggressive? (Note 1)
  31. dead_branch_active: yes
  32. // Should summoned monsters check the player's base level? (dead branches) (Note 1)
  33. // On officials this is no - monsters summoned from dead/bloody branches can be ANY level.
  34. // Change to 'yes' to only summon monsters less than or equal to the player's base level.
  35. random_monster_checklv: no
  36. // On map change it will check for items not tagged as "available" and
  37. // auto-delete them from inventory/cart/storage.
  38. // NOTE: An item is not available if it was not loaded from the item_db.
  39. // 0x1: Inventory
  40. // 0x2: Cart
  41. // 0x4: Storage
  42. item_check: 0x0
  43. // How much time must pass between item uses?
  44. // Only affects the delay between using items, prevents healing item abuse. Recommended ~500 ms
  45. // On officials this is 0, but it's set to 100ms as a measure against bots/macros.
  46. item_use_interval: 100
  47. // How much time must pass between cash food uses? Default: 60000 (1 min)
  48. cashfood_use_interval: 60000
  49. // Required level of bNoMagicDamage before Status Changes are blocked (Golden Thief Bug card).
  50. // For example, if left at 50. An item can give bNoMagicDamage,40;
  51. // which reduces magic damage by 40%, but does not blocks status changes.
  52. gtb_sc_immunity: 50
  53. // Enable autospell card effects to stack?
  54. // NOTE: Different cards that grant the same skill will both
  55. // always work independently of each other regardless of setting.
  56. autospell_stacking: no
  57. // Allow the consumption of usable items that are disabled by item_noequip.txt? (Note 1)
  58. // no = can't be consumed
  59. // yes = consumed with no effect
  60. allow_consume_restricted_item: no
  61. // Allow equipping items that are disabled by item_noequip.txt? (Note 1)
  62. // no = can't be equipped and will be unequipped when entering the map
  63. // yes = can be equipped but gives no effect
  64. // If the equip is compounded with restricted card(s), it ignores this check but still gives no effect.
  65. allow_equip_restricted_item: yes
  66. // Allow changing of equipment while interacting with NPCs? (Note 1)
  67. // Default on official servers: yes for Pre-renewal, no for Renewal
  68. //item_enabled_npc: yes
  69. // Allow map_flooritem to check if item is droppable? (Note 1)
  70. // If yes, undroppable items will be destroyed instead of appearing on the map when a player's inventory is full.
  71. // Default: yes
  72. item_flooritem_check: yes
  73. // Set default bound type when item with BindOnEquip flag is equipped (see db/[pre-]re/item_db.yml)
  74. // 0 - None
  75. // 1 - Account
  76. // 2 - Guild
  77. // 3 - Party
  78. // 4 - Character
  79. default_bind_on_equip: 4
  80. // Allow selling of bound/sell restricted items as Itemshop currency? (Note 3)
  81. // 0x0 = Bound/sell restricted items are unable to be sold to Itemshops/Shops
  82. // 0x1 = Bound items are able to be sold to Itemshops
  83. // 0x2 = Sell restricted items are able to be sold to Itemshops
  84. // 0x4 = Bound items are able to be sold to Shops,
  85. // because most of trade restricted items are still able to be sold to Shops
  86. // 0x8 = Only Guild Leader can sell BOUND_GUILD items to Shops or Itemshops (if 0x1 or 0x4 set)
  87. allow_bound_sell: 0x0
  88. // Hide n last characters of player's name with asterisk (*) when the player
  89. // obtained an item with special broadcast flag.
  90. // Note: Players with short names can be fully converted to asterisks if this
  91. // config value is set high.
  92. broadcast_hide_name: 2
  93. // Enable to sell rental item to NPC shop? (Note 1)
  94. rental_transaction: yes
  95. // Sell rental item for 0 to NPC shop regardless of the item value in item_db? (Note 1)
  96. rental_item_novalue: no
  97. // Minimum purchase price of items at a normal Shop
  98. // Officially items cannot be purchased for less than 1 Zeny
  99. min_shop_buy: 1
  100. // Minimum sell price of items at a normal shop
  101. // Officially items can be sold for 0 Zeny
  102. min_shop_sell: 0