Improved interface (thanks to the excellent Waterfall library)
Added ability to turn overstocking on and off
Fixed problem finding items with hyphens (-) in them
== v0.8 ==
This update will delete your settings, but it will also work with the 2.3.2 update
Improved bag-movement "AI"
Improved reporting
Cleaned things up a bit; should be less prone to bugs
== v0.7 ==
Improved bank logic
Multiple bug fixes
== v0.6 == The Bad News: Due to a significant code rewrite, v0.6 will reset your settings. You will have to re-enter them.
The Good News: Reagent Restocker now has limited bank support. Enable the appropriate options and Shopping List items will be pulled from or deposited into your bank. Also a few other handy features were added, such as auto-population of the Selling List.
[Overview]
Reagent Restocker is a simple Ace2 addon. Its primary function is to automatically purchase items from vendors and your bank - up to a quantity you specify - automatically, when you open a vendor or bank window. Additionally, it will assist you in selling items.
This addon is of particular use to:
classes that use multiple reagents (Mages, Druids, etc.),
characters that like to have a stock of vials, flux, etc. on hand,
characters that always like to keep stocked on items like potions in their bank,
characters that do a lot of farming.
[Usage]
To start using Reagent Restocker, type
/rr
at the command line. The rest should be self-explanatory.
[Development]
Reagent Restocker began as a project to learn about WoW addons/LUA, and evolved in to what I found to be a handy tool.
It is currently in its beta. If people make use of it, I may deploy a formal release. I welcome any suggestions and feedback - especially bug reports!
Optional Files - Reagent Restocker
Sorry, there are currently no optional files available.
I must admit i have not tried 0.9 yet... or rather for about 2 minutes, then kicked it and got 0.8 again, which i absolutely love.
Why can't you drag&drop items into the stock/sell input box any more?
Now you have to type the item's name... does this at least auto-complete (although i doubt how that should work)?
The best part about RR was that you could do pretty much everything by mouse, where other mods mostly required to type in stuff, or had very limited possibilities compared to RR.
Besides this (at least for me) very annoying change, I didn't find anything that justifies switching to 0.9, and once 0.8 does not work any more, there (so far) is nothing that keeps me from using other addons instead of RR...
An explanation for this change (is it the waterfall library's "fault"?) would be really nice, even better would be if you could put drag&drop support back in.
Don't get me wrong, as i said i absolute LOVE reagentrestocker 0.8...
Regards and in hope for a reply by the author, whatever it may consist of
a disappointed RR fan
Originally posted by Sesskie Hi, for 3.0.3 Reagent Restocker doesnt seem to want to accept any of the new rogue poisons. For example, when I try to add "Deadly Poison VIII" it will add VII (lvl 70 poisons), not VIII.
This is a lovely little addon, but sadly useless for us rogues in Wrath. Guess its back to Autoprofit for me. :s
I got it to work by updating the LibStub from libs folder within ReagentRestocker.
Download Ace3 from http://www.wowace.com/projects/ace3/.
Go to C:\Program Settings\World of Warcraft\Interface\AddOns\ReagentRestocker\libs (it is different in vista).
After that open the Ace3 zip file and look for LibStub.
Overwrite LibStub and you're done.
Here is a screenshot on where to place the folder: http://i43.tinypic.com/k18fo4.jpg
Originally posted by Sesskie Hi, for 3.0.3 Reagent Restocker doesnt seem to want to accept any of the new rogue poisons. For example, when I try to add "Deadly Poison VIII" it will add VII (lvl 70 poisons), not VIII.
This is a lovely little addon, but sadly useless for us rogues in Wrath. Guess its back to Autoprofit for me. :s
Signed. Just tried it today and it does not work for me aswell . Please get it ze fixx0rzed?
Hi, for 3.0.3 Reagent Restocker doesnt seem to want to accept any of the new rogue poisons. For example, when I try to add "Deadly Poison VIII" it will add VII (lvl 70 poisons), not VIII.
This is a lovely little addon, but sadly useless for us rogues in Wrath. Guess its back to Autoprofit for me. :s
Originally posted by cypsyan yea everything work fine on 3.0.2
only thing id like to see in this addon is a comon list for all alts (i already made this request like a year ago but heh) coz its really really boring to recreate the item 10times
i just found out how u can do that manualy go to your wow directory then open the wtf folder then acount folder choose ur acount from there then open the folder for your server choose the character folder that has the list saved then open saved variables in there and copy the files regentrestocker.lua and regentrestocker.lua.bak and past them in the characters saved variables that u want to move it to for example i opened sootbird's saved variable folder coppyed files hit back 2 times then went into darrkwolf's saved variable folder and pasted the 2 files there now they have the same list hope this helps:P
does anyone know where the addons settings are saved because i play on 2 difrent computers so i coppyed my entire addons folder to the other computer but i still had to restart my shopping list on that computer
nvm i found it it was in the wtf folder
Last edited by darkwolf89 : 11-18-2008 at 02:06 PM.
Originally posted by jeniq As of the patch on 11/04 this is now broken... for me at least. Doesn't even register that I have it installed, when I type /rr it comes up as unknown command. And it's listed as being Out of Date in my addon listing but so are one or two others and those still work... very disappointing
did u try ticking the load out of date addons box?
is there a way to add items by item id or some other way because when i try to add fel iron ore it tells me iron ore is already added and if i remove it first it just adds reguler iron ore again anyone know how to fix this it does it with several other items as well.
Originally posted by ladyblayd Is there any way the amount can be upped? I know it sounds weird, but I like to carry more than 100 candles to a raid. It's a leftover from Pre-BC when I was the only one with Divine Spirit. lol
I love using this mod. It's soooo helpful. Thanks.
yes it can be upped i did so becuse i needed more than the amount it alowed me i dont know if anything else can open it but i used addon studio for world of warcraft to open the core.lua file then search the file till u find the following code
"-- Helper: Returns a suggested maximum-to-be-stocked quantity based on provided stack size
local maxFromSC = function (stack)
if stack > 100 then
return 8000
elseif stack > 20 then
return 1000
elseif stack > 10 then
return 200
elseif stack > 1 then
return 100
else
return 20"
change the numbers to fit ur needs for example items that are limited at 200 if i wanted 500 id change that line to read "elseif stack > 10 then
return 500"
and ect... hope this helps and hope the creator dosent get mad at me i love his addon:P
edit: it can be opened with a text aditor such as wordpad as well
Last edited by darkwolf89 : 11-14-2008 at 10:48 PM.
As of the patch on 11/04 this is now broken... for me at least. Doesn't even register that I have it installed, when I type /rr it comes up as unknown command. And it's listed as being Out of Date in my addon listing but so are one or two others and those still work... very disappointing
only thing id like to see in this addon is a comon list for all alts (i already made this request like a year ago but heh) coz its really really boring to recreate the item 10times
Love this addon, however it has stopped tracking vendors who repair for faction reputation discount. E.g. I am exalted with aldor on one of my characters but it doesn't repair at the aldor repair place cause it doesn't think it gives exalted discount. I've deleted all the reagentrestocker.lua in saved variables to reset the addon and it's data but that hasn't helped.
Think this happend in 2.4.3 or 2.4.2