- 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
Vendorz0r
- 0 Likes
- World of Warcraft
- 15,873 Downloads
- Supports: 3.2.0
- 1 Average Daily Downloads
- Comments
- Created 7/21/2008 7:17:04 PM
- Updated 8/4/2009 8:54:46 PM
- 14 Favorites
- Project Site
- License: MIT License
- Release Type: Release
- Newest File: 1.1
About Vendorz0r
A simple tool that offers auto repairs when the vendor window is opened and sells your grey items.
Note that it uses guild funds for repairs if they are available. If the available guild fund is not enough for your repair, it will use the max from the guild and the rest from your own money.
In the latest version guild repair is turned off by default! To turn it on again type "/useguildrepair" in game or edit line 11 in Vendor.lua to say "true" instead of "false". Note: The status of guild repair usage is reset every login/reload to the value set in the lua file.
Credit goes to Ellipsis for code advice, correction, and much more. <3 you! :)
------------------------------------------------------------------------
r7 | stanzilla | 2009-08-05 01:54:38 +0000 (Wed, 05 Aug 2009) | 1 line
Changed paths:
A /tags/1.1 (from /trunk:6)
Tagging as 1.1
------------------------------------------------------------------------
r6 | stanzilla | 2009-08-05 01:49:22 +0000 (Wed, 05 Aug 2009) | 1 line
Changed paths:
M /trunk/Vendor.lua
M /trunk/Vendorz0r.toc
Update TOC to 3.2 and add a feature to turn off guild repairs
------------------------------------------------------------------------
r5 | stanzilla | 2008-10-26 22:53:38 +0000 (Sun, 26 Oct 2008) | 1 line
Changed paths:
M /trunk/Vendor.lua
M /trunk/Vendorz0r.toc
cleanup
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 1.1 | Release | 3.2.0 | 4,985 | 8/4/2009 8:54:46 PM |
| r4 | Release | 3.0.2 | 10,639 | 10/14/2008 6:49:11 AM |
| v1.0 | Release | 2.4.3 | 288 | 10/4/2008 7:16:05 AM |
| Vendorz0rBeta1 | Beta | 2.4.3 | 224 | 7/22/2008 6:53:01 AM |
Comments
Also the tedium of digging thru your bags for gray items is now no more !
Anyways to the reason im posting, there's a bug still in this, when i repair, it does not print out what it costed, it just tells me it repaired for 0c even if i had my whole itemset set red.
It doesnt seem to matter if its from my own funds or guild funds either.
I just reinstalled the mod to see if its code had gone bad, but still no luck.
Also this doesnt always happen, but in more than half of the cases it tells me i've repaired for 0c.
Furthermore If it prints out I've only seen " Repaired for XXgXXsXXc " not specifically wherefrom. Meaning " Repaired for XXgXXsXXc ( From guild funds )" or " Repaired for XXgXXsXXc ( From own funds )", if its there i apologize, but I havent seen it yet. ( maybe because of the bug im reporting. )
Keep up the good work !!!
Easy. Really.
--auto-repair
if CanMerchantRepair() then
local cost, canRepair = GetRepairAllCost()
if (GetMoney()
DEFAULT_CHAT_FRAME:AddMessage("Can't afford repair bill!")
elseif (canRepair) then
RepairAllItems()
DEFAULT_CHAT_FRAME:AddMessage("Repaired for ".. FormatMoney(cost) .. ".")
end
end
end)
I really don't want to have to remove this addon, but the complete lack of any option to disable the guild repair function is unacceptable.
Easily visible lines to comment out in the config file is too much to ask? not impressed :/
/run for i=0,4 do for j=1,GetContainerNumSlots(i)do l=GetContainerItemLink(i,j)if l then _,_,q=GetItemInfo(l)if q == 0 then PickupContainerItem(i,j)PickupMerchantItem(0)end end end end
Not being able to disable guild bank from the options of repair is an issue. We have guild funds available for those who "need" it, but it's essentially there for tanks and repairs from raids.
Leveling up an alt or just grinding on my own I hate using guild funds.
I know the option to change access to guild funds by rank is available, however I feel it is inappropriate for the guild to change it's settings around one of my addons.
If someone could post a link or tell how to change the script I'd be happy to do it myself, but I have no knowledge of coding.
Thank you for the add-on, sorry to have to stop using it.
The repair funding coming from the guild vault is problematic for people like myself who are guild masters. Every time I visit a repair-enabled vendor I have to remember to reimburse the guild vault. There's no option as far as I know to disable guild vault repairs for guild masters.
Hopefully you might consider an update to this mod to simply change the priority on funding.
Otherwise it just uses your own money.
There are no ingame options for it if you want to change something, so you'd have to edit the code itself :)