VendorBait is a small addon I wrote to complement Tuller's SellFish addon. When turning in a quest which gives a "select your reward" section, the items' sell values are pulled from SellFish and the item with the highest value is highlighted.
VendorBait does not provide price data, for that you will need SellFish or an addon that implements the GetSellValue API
Links
Visit my site for more info.
Please report all bugs and feature requests to my Google Code tracker
Alpha builds can be found on github.
Please direct all feedback and questions to my Google Groups mailinglist
Change Log - VendorBait
3.0.3.2-Beta
Account for stacked rewards
3.0.1.1-Beta
Rework to use the gem setting sparkles, since the autocast model thing is gone in Wrath
Fix for border appearing outside the quest turnin window
Optional Files - VendorBait
Sorry, there are currently no optional files available.
Originally posted by Tekkub ItemPrice has to implement that global function to work.
The global function is now imlemented in ItemPrice-1.0. Since it is a library and not an addon by itself, VendorBait also needed to put it in OptionalDeps TOC-field. I believe Tekkub has done that now.
In case anyone finds problems with this integration, please don't hesitate to report it to me (preferably in this thread).
I don't know any other SV addon that implements the function. What one do you use? I can check, and you can always petition the author to join in so that any addon could use those sellvalues without being forced to manually supporting their mod, as it happens currently.
"Currently this mod requires SellFish to work, but it can work with any mod that implement the following global function..."
Yes, it does in fact REQUIRE SellFish to work. Seeing as how it's set as a dependency, it's kinda hard to test the above statement with other mods for compatibility.