- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,842 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
VendorBuy
- 0 Likes
- World of Warcraft
- 2,840 Downloads
- Supports: 4.2
- 0 Average Daily Downloads
- Comments
- Created 8/10/2009 2:49:24 AM
- Updated 11/28/2011 4:14:17 AM
- 11 Favorites
- Project Site
- License: Public Domain
- Release Type: Release
- Newest File: VendorBuy 1.0012
About VendorBuy
When you open a vendor window you get a bunch of red items.
Some of them you will be able to use later on ... some you never will.
This fades the items you will not be able to use (or so it thinks).
Being a warrior you get the option of wearing any type of armor ... not that you would want to go OT against Patch while wearing the winter set... :P
So them items lower than your desired type are faded as well.
The items are still there to be bought - just faded out. If want to buy it ... you can buy it.
CLI commands:
/venbuy off => disable VendorBuy
/venbuy on => enable VendorBuy
/venbuy recipes => enable/disable highlighting of allready known recipes
/venbuy undesired => enable/disable highlighting of usable but undesired gear
/venbuy heirlooms => enable/disable filtering of heirlooms
/venbuy wanted => enable highlighting by desired stat [beta feature]
/venbuy stats => same as *wanted*
/venbuy looms => same as *heirlooms*
1.0012 +ToC update - PTR 4.3 ready - more command_line options added
1.0010 +ToC update - No more hiding Heirlooms
1.0009 +More minor fixes (Hunter wanting Leather before level 40 - no more error if you dont have 2 primary professions)
1.0008 +Minor fixes
1.0007 +Updated for 4.0.3
1.0005 +Cleanup & Cloak/Trinket/Neck/Ring fix
+Fixed Already Known
1.0004 +Already Known
First...ish release
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| VendorBuy 1.0012 | Release | 4.2 | 29 | 11/28/2011 4:14:17 AM |
| VendorBuy 1.0010 | Release | 4.1 | 578 | 4/28/2011 11:16:50 AM |
| VendorBuy | Release | 4.0.6 | 216 | 4/22/2011 1:23:52 AM |
| VendorBuy 1.0008 | Release | 4.0.3a | 484 | 12/15/2010 2:55:22 PM |
| VendorBuy 1.0007 | Release | 4.0.3a | 125 | 12/13/2010 12:41:59 PM |
| VendorBuy | Release | 3.3.5 | 358 | 7/29/2010 1:05:53 PM |
| VendorBuy 1.005 | Release | 3.3.0 | 246 | 1/7/2010 2:17:02 AM |
| 1.0004 | Release | 3.2.0 | 639 | 8/15/2009 1:10:44 PM |
| VendorBuy | Release | 3.2.0 | - | 8/10/2009 2:51:00 AM |



Comments
Amazing 3.6kb of code. Congrats.
1.0012
- PTR 4.3 ready
- added CLI commands
- fixed Hunter lvl1-39 Leather items issue
- no more errors if you dont have 2 primary profs
DEFAULT_CHAT_FRAME:AddMessage("VendorBuy Loaded");
local f=CreateFrame( "GameTooltip", "VendorBuyTooltip" );
VendorBuyTooltip:SetOwner( WorldFrame, "ANCHOR_NONE" );
VendorBuyTooltip:AddFontStrings(
VendorBuyTooltip:CreateFontString( "$parentTextLeft1", nil, "GameTooltipText" ),
VendorBuyTooltip:CreateFontString( "$parentTextRight1", nil, "GameTooltipText" ) );
VendorBuyTooltip:RegisterEvent("MERCHANT_SHOW");
VendorBuyTooltip:RegisterEvent("MERCHANT_UPDATE");
hooksecurefunc("MerchantFrame_Update", update);
VendorBuyTooltip:RegisterEvent("MERCHANT_CLOSED");
VendorBuyTooltip:RegisterEvent("PLAYER_LEVEL_UP");