• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Vendorz0r

 
Project Updated:
Files Updated: Wed, Aug 5 2009
Supports Game Version: 3.2.0
Category: Miscellaneous
Tags:

[Edit Tags]

Project Manager: Stanzilla
Additional Authors: No additional authors
Current Version: 1.1
License: MIT License
Development Site: CurseForge
Avg Daily DL (last 30 days): 6
Downloads Total: 13,847
Favorites: 4
Comments: 10
  • 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! :)

  • Downloads (4)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Vendorz0r 1.1 Release 3.2.0 2,970 8/5/2009
  Vendorz0r r4 Release 3.0.2 10,464 10/14/2008
  Vendorz0r v1.0 Release 2.4.3 109 10/4/2008
  Vendorz0rBeta1 Beta 2.4.3 70 7/22/2008
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Ah great someone posted how to turn on guild repair. thnx i actually came to the page looking for just that... I still love this addon and hope it will feature some way to add other items to a some sort of graylist - i know there are other addons for this however why use 2 addons if 1 can do the trick. and i gotta admit i have to date never had any error with this addon. LOVE IT TO BITS.

    Reply Report Permalink
  • Stanzilla said

    Added an option to disable guild repair, sorry that it took that long guys :)

    Reply Report Permalink
  • karlbown said

    I don't understand why guild repair is turned OFF by default now??? This has cost me and other members of my guild 100s of gold. We offer guild payment of repair costs for a reason but this addon is now almost useless. What a shame, we used to recommend this addon just for this reason :-(

    Reply Report Permalink
  • Stanzilla said

    To turn it on again type "/useguildrepair" in game or edit line 11 in Vendor.lua to say "true" instead of "false".

    Easy. Really.

    Reply Report Permalink
  • karlbown said

    For 1 person fine, but to explain it to a guild of 100 people, not all of whom are on at the same time, not so simple. Its the fact that the default action was changed that makes this new version such a pain for us. Previously I was very happy with the addon, now not so :-(

    Reply Report Permalink
  • kriskei said

    For some reason only 1 toon now gets the actual repair price spammed, the rest repaired for 0g spam...help how do i fix this..?

    Reply Report Permalink
  • defecat0r said

    FINALLY figured it out after much mucking around. If you wish to disable it from using guild funds to repair, edit your Vendor.lua file, and replace all after -- auto-repair with:

    --auto-repair
    if CanMerchantRepair() then
    local cost, canRepair = GetRepairAllCost()
    if (GetMoney() < cost) then
    DEFAULT_CHAT_FRAME:AddMessage("Can't afford repair bill!")
    elseif (canRepair) then

    RepairAllItems()
    DEFAULT_CHAT_FRAME:AddMessage("Repaired for ".. FormatMoney(cost) .. ".")

    end
    end
    end)

    Reply Report Permalink
  • defecat0r said

    I've been using this addon for ages, it's been fantastic. I've recently got a guild promotion and seen that, like others, i'm using the guild bank for repairs.

    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 :/

    Reply Report Permalink
  • sulhir said

    In order to only sell gray items, it is easiest to simply make this macro and click it each time you visit a vendor. A little search over google pulled this up in the WoW forums. This macro will sell all the gray items in your inventory with the simple click of a button!
    /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

    Reply Report Permalink
  • Klessa said

    I have to agree with the previous posters. This is a wonderful addon for sure, but I've had to uninstall it. We are a small 10 man FnF guild and only have 1 rank other than GL/Officer, member.

    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.

    Reply Report Permalink
  • First, thank you for creating this mod.

    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.

    Reply Report Permalink
  • Seth575 said

    Yes as a guild master you can disallow guild repairs by rank. If I am not mistaken you must select an amount available for repairs. Setting this value to zero removes that rank from using the guild bank for any funded repairs. Hope that helps.

    Reply Report Permalink
  • TigR_Dk said

    would it be possible to add an option where you can choose the current repair-setting (guild first), just normal repair without using guild-funds, or no repairs done ?

    Reply Report Permalink
  • Stanzilla said

    Well, I designed this so I don't have to care about which repair options my current guild provides. If guild repair is enabled you just repair from it as long as you can. (i.e. reach the limit the guildmaster set)

    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 :)

    Reply Report Permalink
  • salihb said

    Anti-noobprotection O.o

    Sounds cool lol... Can you describe that please?

    Reply Report Permalink
  • Stanzilla said

    She just helped me with the code when I did some nooby mistakes, that's what I meant with anti-noobprotection :)

    Reply Report Permalink
  • 1 page(s)
  • Addon Packs Containing Vendorz0r

Most Downloads / Day

  • Similar Addons
  •  

Average downloads per day

  1. 681 Skinner Miscellaneous
  2. 522 FuBar 3.6 Miscellaneous
  3. 359 Talented Miscellaneous
  4. 242 Fishing Buddy -- Tracking Miscellaneous
  5. 222 MoveAnything Miscellaneous