summaryrefslogtreecommitdiff
path: root/conf/battle/items.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/battle/items.conf')
-rw-r--r--conf/battle/items.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/battle/items.conf b/conf/battle/items.conf
index 8ef1aac3e..403364231 100644
--- a/conf/battle/items.conf
+++ b/conf/battle/items.conf
@@ -24,6 +24,10 @@
// The highest value at which an item can be sold via the merchant vend skill. (in zeny)
vending_max_value: 1000000000
+// Whether to allow buying from vending chars that are at their max. zeny limit.
+// If set to yes, the rest of the zeny above the char's capacity will disappear.
+vending_over_max: yes
+
// Tax to apply to all vending transactions (eg: 10000 = 100%, 50 = 0.50%)
// When a tax is applied, the item's full price is charged to the buyer, but
// the vender will not get the whole price paid (they get 100% - this tax).