Help

Vendorz0r

Miscellaneous Login to Add Favorites
  • 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
or

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

Addon Packs Containing This...

Comments

First Previous Page 1 of 2 Next Last
  • #17
    First off, great mod. I always keep forgetting to repair, but this sorted it.
    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 !!!
  • #16
    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.
  • #12
    Added an option to disable guild repair, sorry that it took that long guys :)
  • #13
    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 :-(
  • #14
    To turn it on again type "/useguildrepair" in game or edit line 11 in Vendor.lua to say "true" instead of "false".

    Easy. Really.
  • #15
    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 :-(
  • #11
    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..?
  • #10
    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()
    DEFAULT_CHAT_FRAME:AddMessage("Can't afford repair bill!")
    elseif (canRepair) then

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

    end
    end
    end)
  • #9
    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 :/
  • #8
    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
  • #7
    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.
  • #5
    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.
  • #6
    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.
  • #2
    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 ?
  • #4
    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 :)
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!