FreeRefills
Automatic Refilling of user defined items, e.g.
/freerefills add [Ice Cold Milk] 40 /freerefills addstack [Ice Cold Milk] 2
Simply shift+click items out of the vendor window (or your bags) to get e.g. "[Ice Cold Milk]"
FreeRefills will also restock out of your bank. (Can be turned off)
Do not post bugs or problems in the comments - I do not read them. Use the ticket system.
Also works fine in WOTLK classic.
*Edit: Actually, I take that back. It acts a bit weirdly--I set it to keep me at 80 Devout Candle and it will only buy around 10 at a time each time I talk to the vendor. RIP.
This addon is still holding strong into shadowloands. I use it all the time
simple command /fr add <link item> <add how many you want>
I use this to keep my bags stocked it pots, food, cauldrons, flasks, and thread/bottles
to get rid of old things /fr del <link item>
Great addon
This addon works just fine. Just change the ToC to make it not "out of date"
I updated today to r112 via Cure client. After trying it on several toons I deemed it SNAFU and re-installed r111 and functinality was restored. This is only inteded as FYI as the developer using a different site for bug tracking. YMMV.
Rhope
Yeah my changes for nonstandard currency purchases made standard ones break. Oops. It's fixed.
This addon still works! Had uninstalled it awhile back but seems to be OK now!
Guildbank added. My first changes to an addon. Saw a lot of people asking for it and thought I would give it a go. Languages not added at this time. I haven't uploaded here, but it is on wowace (I suspect curse will update itself later). Localization missing for guildbank feature.
Added a guild bank functionality. This is my first real development on an addon. Haven't tested on anything but a guild master char and without anyone else looting at the same time. I haven't updated the non-English languages, but I put in some place holders (hope I didn't mess the Chinese etc). Should load as a 5.0.5 addon.
While 1.10 is functioning sometimes on tab 1, I have already started a rewrite. I need to address each tab in guildbank to loot it as far as I can see. I wan't to have a list I can run through for each tab, I might have to run through the guildbank twice if I want to optimize which bags should be looted of what, but I might just run through once to pick up items as they are found. A tab order might also be nice. Maybe on the long term sources could be specified on each item and some interface to bankitems addon (just to avoid buying items you already got). Ok ok I'm just dreaming. For now I just want to make the guildbank looting work.
Any plans to update this? If not anyone know of a good alternative?
Reagent Restocker appears to be a decent alternative, just a bit too bloated for my taste, after having used this one for years.
Edit: I just loaded up this addon. I don't see anything not working so far. Mind posting any errors you have or where it might not be working. FYI, you should post that on the ticket system, as linked in the description.
Is there any plan to add guild bank functionality? I want it to take items out of the GBank, just like it does with the regular bank :(
Thanks
Problem: The addon does not buy enough reagents from vendors.
Fix:
open file "FreeRefills.lua"
change line 230:
local toBuy = (amount-amountInBags)
comment out lines 231 to 235:
--[[ if self.db.profile.overstock then
toBuy = ceil(toBuy)
else
toBuy = floor(toBuy)
end
]]--
comment out lines 239 + 240:
-- local fullStackQty = floor(itemStackCount / quantity)
-- assert(fullStackQty>=1)
change lines 243 + 244:
local now = min(toBuy,itemStackCount)
self:Printf(" %2u x %s", now, itemLink)
Save + close file.
Say I out level the water I was buying and I want to change it to the next level water. Do I just put that first value at 0?