About This File
Extended Vending 2.0
Made in Git Hash: '042b88623bf549b88ba619991aaa186d45f7f998'
Description
Yet another version of Extended Vending, this one works in actual rA c++.
It has a few fixes, including vending tax only working with Zeny as currency.
What is new?
I tried to improve this amazing mod adding a new feature: Vending Report (Mailbox).
Basically... whenever you buy items to a vendor, he receive a report that who bough,what items, how many and total profit of them.
You can disable this feature through conf/feature, or If you want to disable it for a specific player you must set the permanent variable called NOVREPORT (by a NPC/Bindatcmd/Idk)
For < 2015-05-13 Clients
Since old mailbox has 300 characters less than RoDex, I decided to take off items name and amount.
So only will send 'who bought' and 'total profit'.
What's New in Version 1.0.4 See changelog
Released
Working on latest Git: 6672bf
- Refactored 'item_vending.txt' to YAML Format 'item_vending_db.yml'.
- Fixed an issue regarding bound items in the buyer's inventory.
- Added config to enable/disable buying with bounded items.
- Prevent buying if seller has the Max Item in the inventory (30,000 ea).
- Added GetComma to a better visualization of the amount of zeny received (Vending Report).
- Code clean-up.