diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 3 | ||||
-rw-r--r-- | conf-tmpl/battle/items.conf | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index af2d5c8e8..6a3045549 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added +2007/03/28 + * Added config "vending_tax" to apply a tax to all vending requests, as it + was in kRO Sakray some time ago (items.conf). 2007/03/22 * Made packet_ver_flag's description use hexadecimal values for the packet versions, and changed the default to 0xFFFF. [Skotlex] diff --git a/conf-tmpl/battle/items.conf b/conf-tmpl/battle/items.conf index 6ec9524eb..8d04783c3 100644 --- a/conf-tmpl/battle/items.conf +++ b/conf-tmpl/battle/items.conf @@ -30,6 +30,11 @@ // The highest value at which an item can be sold via the merchant vend skill. (in zeny) (Note 3) vending_max_value: 1000000000 +// 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). +vending_tax: 0 + // Show the buyer's name when successfully vended an item buyer_name: yes |