as noted in that other thread, i'm not confident enough in my additions to call it a new version ready for the svn, but here's a zip of the changed file... it seems to work. "a5" is listed for any price coming from auc-advanced. i haven't really hammered it enough to call it fully tested, but it seems to work.
I search the forum and I don't find and official thread for GarbageFU, so sorry in the first place if it isn't the right place for asking this question... May anybody please tell me where can I upload the spanish translation of this great addon?, May I upload it here?. Thanks.
I've noticed itemsync isn't working with garbagefu now. I think itemsync may have changed its database format slightly. Making the following change fixed mine. ymmv (especially if you don't have a version of itemsync with a new DB format). This is for GarbageFu 57594 updated 4/12/08.
GarbageFu_Vendor.lua line 141
-- ItemSync
function GarbageFu:GetItemSyncVendorPrice(item)
if ItemSync then
local r = {ItemSync:_split(ItemSync.db.account[ItemSync.realm]["items"][item.id], "?")};
if r and r[2] then
local price = tonumber(r[2]);
return price, "|cff0077ffVIS|r";
end
end
end
I just downloaded the new version from the SVN labeled 5/21, and my garbage items no longer show up in the drop down ui to sell them off. I don't get any sort off error message, just not item list. If a setting changed I need to fix, my apologies.
GarbageFu has been broken about a week on my system; waited for updates and sure enough, two came along :) - still not working though.
It doesn't open all bags on click, it's set to autoflog all greys but doesn't, it displays the 'Bin' icon on vendor windows but its greyed out even when it shouldn't be and is unclickable, and it throws this error upon login:
This is a shame, because it has given an otherwise flawless performance.
It began to go wrong around about the time several others did, though they have all now recovered. I also note that AuctioneerAdvanced recently added AutoMagic selling capabilities - which I promptly disabled, because I prefer GarbageFu's approach.
As mentioned in the other thread started about GarbageFu, these problems with it started on May 21. The problems were due to someone unnecessarily "updating" the mod to use LibGratuity-3.0 instead of Gratuity-2.0...and they didn't test the changes they made. They fixed the problems they created on May 25.
The current r75126 download as well as the older r57594 work just fine.
I get a unique error kinda hard to explain. I'm not getting a ULA error. When I right click on garbagefu then go to drop then go to drop items... nothing's there.
Dunno how to do the fancy addons list, but all I'm using is FU_Bar 3.0 and FuBar_GarbageFu-r75126.2 (and loadit but I'm 99% sure that has NOTHING to do with fubar)
Oh and also should add, I've got a grey in my inv, but it was added to my keep list, so that pic is when I first noticed that error, since I wanted to auto-sell a "cured ham steak" and it isn't showing me my 'choice' of items to drop. and usually if it doesnt have any it says "no items to drop" and it's not even doing that.
It seems that GarbageFu do not recognise AuctioneerAdvanced as a kind of Auctioneer Addon.
Any way of fixing it?
I made this change to my local files. It seems to work for me. If anyone wants to validate it and put it in the repository, please be my guest. I don't have the skills to test it well enough for general consumption.
$ diff GarbageFu_Auction.lua GarbageFu_Auction.lua.old
13d12
< ["aucadv"] = {name=L["Auctioneer Advanced"], func="GetAucAdvAuctionValue", check="AucAdvanced" },
21d19
< "aucadv",
81,88d78
< -- AucAdv
< function GarbageFu:GetAucAdvAuctionValue(item)
< if (not AucAdvanced) or (not AucAdvanced.API) then return end
<
< return AucAdvanced.API.GetMarketValue(item.link), "|cff00FF00AA|r";
< end
<
< --------------------
I just realized you can attach files to posts, so here is the modified file.
For some reason I thought I had different settings with different characters here...I thought for sure my shaman kept fish scales/oil while other characters tossed em.
Maybe its based on the fubar profile you are using? my characters use different fubar profiles.
[edit] or maybe I'm hallucinating, will check after work
For some reason I thought I had different settings with different characters here...I thought for sure my shaman kept fish scales/oil while other characters tossed em.
Maybe its based on the fubar profile you are using? my characters use different fubar profiles.
[edit] or maybe I'm hallucinating, will check after work
If it uses fubar profiles its useless since fubar profiles are completely broken.
Any attempt to use anything but the default profile on fubar causes major sqrewups with stuff going missing, setting getting lost and so on, and only way to restore it is deleting all fubar related SV's.. (been there done that, still doing it about once a month hoping to fix it)
Edit: messed up my fubar to test the teory about fubar profiles , and it did not work, any changes on any of the profiles will still effect all chars the same.
Well I hate to tell you this, but I just checked and I'm using different fubar profiles and my garbagefu has different keep/drop lists etc for each one.
Well I hate to tell you this, but I just checked and I'm using different fubar profiles and my garbagefu has different keep/drop lists etc for each one.
Strange, mine don't, nommatetr how i try they remain the same for all chars :(
Well GarbageFu seems to be having problems seeing some of the WotLK items. It seems to recognize grey items, but all others, regardless of threshold settings, are automatically not being seen or ignored.
I used to have this setup to price out mats and such I was gathering so I knew how much money in items I had in my inventory, but without seeing the new items it doesn't work.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
It doesn't open all bags on click, it's set to autoflog all greys but doesn't, it displays the 'Bin' icon on vendor windows but its greyed out even when it shouldn't be and is unclickable, and it throws this error upon login:
This is a shame, because it has given an otherwise flawless performance.
It began to go wrong around about the time several others did, though they have all now recovered. I also note that AuctioneerAdvanced recently added AutoMagic selling capabilities - which I promptly disabled, because I prefer GarbageFu's approach.
Hope this helps!
The current r75126 download as well as the older r57594 work just fine.
Dunno how to do the fancy addons list, but all I'm using is FU_Bar 3.0 and FuBar_GarbageFu-r75126.2 (and loadit but I'm 99% sure that has NOTHING to do with fubar)
Oh and also should add, I've got a grey in my inv, but it was added to my keep list, so that pic is when I first noticed that error, since I wanted to auto-sell a "cured ham steak" and it isn't showing me my 'choice' of items to drop. and usually if it doesnt have any it says "no items to drop" and it's not even doing that.
Any help to fix this is welcome
Any way of fixing it?
I made this change to my local files. It seems to work for me. If anyone wants to validate it and put it in the repository, please be my guest. I don't have the skills to test it well enough for general consumption.
I just realized you can attach files to posts, so here is the modified file.
My non-mana users want to have all waters listed as drop/autosell but my mana users wants to keep water.
My main wants to throw out all normal food and water and a lot of other white junk while farming, stuff that other chars wants to keep.
Really really miss not having profiles here :/
Yeah, same here. :(
Maybe its based on the fubar profile you are using? my characters use different fubar profiles.
[edit] or maybe I'm hallucinating, will check after work
If it uses fubar profiles its useless since fubar profiles are completely broken.
Any attempt to use anything but the default profile on fubar causes major sqrewups with stuff going missing, setting getting lost and so on, and only way to restore it is deleting all fubar related SV's.. (been there done that, still doing it about once a month hoping to fix it)
Edit: messed up my fubar to test the teory about fubar profiles , and it did not work, any changes on any of the profiles will still effect all chars the same.
Strange, mine don't, nommatetr how i try they remain the same for all chars :(
Could also be related to the fubar profile problems (setting up profiles with fubar3 can be total hell sometimes).
I used to have this setup to price out mats and such I was gathering so I knew how much money in items I had in my inventory, but without seeing the new items it doesn't work.