ReforgeLite
Overview
ReforgeLite is a lightweight reforging calculator that helps you figure out the optimal strategy to reforge your gear given your stat weights and caps without leaving the game.
The addon now has its own project page, located at http://www.rivsoft.net/projects/reforgelite/
Downloads are still only available through Curse page.
What to do if you're not happy with the results
The quickest way to get response is to e-mail me directly at [email protected]
Please describe your problem, and, most importantly, attach a debug log that you can find by scrolling to the bottom of the main UI window (the "Debug" button inside settings section).
How to use it
To open the addon window, type /reforge or talk to the reforging master. On the left half of the window you can see your current item stats for reference.
On the right side you can set up stat weights/caps, or select an existing preset (presets are regularly updated from http://www.noxxic.com, which in turn gets its information from Elitist Jerks).
In the simplified mode, you can specify the stat priority, along with up to two capped stats (each capped stats can have an arbitrary number of breakpoints). If you want more control, you can go into advanced mode and enter the exact stats specific for your gear, obtained from a tool such as SimulationCraft.
Behind the hood, simplified mode sets the lowest stat to a weight of 100, and each next stat adds 20. When you switch between the two modes, ReforgeLite converts your current weights to the other format.
When you're done setting up weights/caps, press Calculate. The calculations are fairly memory/time intensive, so ReforgeLite might trade some precision for speed, though the losses should be minimal. You can press the Calculate button a few times if you want to try getting a better result, the output will always display the best result so far.
Once the calculation finishes, you will see a section with your stats after reforging, and the difference from your current stats. Click on the Show button to see which items should be reforged.
If the reforging UI is open, you can click on the Reforge button to automatically reforge all items in the selected way. Do not interfere in the process (clicking the cancel button or closing the reforging UI is fine). Caution: I'm only human, so while I try my best, I can not guarantee that this process is absolutely bug free, so its recommended to watch over the process. If you leave to make some tea and come back to find it spending thousands of gold reforging your boots over and over again, don't tell me I didn't warn you.
FAQ: The results seem incorrect. I'm getting too much/too little hit/expertise/etc.
First of all, with Mists of Pandaria, expertise now affects spell hit, so it is not uncommon for casters to reforge into some expertise (on items that already have hit) to reach the cap, especially at lower gear levels. Note that ReforgeLite directly adds your expertise rating to hit rating, which is not the way it is displayed in the game, but it is more convenient when verifying the result.
Also, keep in mind that ReforgeLite uses your currently active spec to decide which stat conversions are in place, so if you're a Paladin trying to reforge your Protection gear while in Holy spec, you will likely get very little hit because it thinks you get enough from expertise.
If you are still not satisfied with the results, feel free to e-mail me (at [email protected]) with a brief description of the problem and a debug log (found at the bottom of the scrollable arera, in the options category).
FAQ: I'm using certain items for my off-spec and I don't want their reforge changed.
Simply click on an item icon in the large stats table, this will lock the item's reforge.
FAQ: More caps?
This is a very popular demand, and I'm sorry to tell you that it is not possible with the algorithm I'm currently using. I'm fairly sure the only other way to go is a brute force approach, which is simply way too slow to work in a Lua environment. There are plenty of external tools that employ it, such as http://www.wowreforge.com. I will be adding an import option in the near future to make it easier to use their results.
FAQ: Decimal weights?
You might notice that you can't enter anything besides digits in the weight boxes. This was done for simplicity's sake, and it does not limit you at all - you can multiply all your weights by a 100 (or whatever you prefer) to make them integers, and that would not affect the result at all.
FAQ: My reforge/results window isn't showing up. What do?
There are a few possible reasons.
First, ensure that the addon is enabled (and not marked as outdated if you haven't checked the box to load out-of-date addons). If the addon isn't loaded, you should get an error when trying to type /reforge in chat.
Second, try enabling Lua errors in the game options. If this causes error messages to show up when you try to open the reforge window, then send me the text of the error and I'll figure something out.
Third, it is possible that you accidentally moved the window off-screen. The easiest way to fix this is by deleting the addon config file located at <game folder>/WTF/Account/<your account>/SavedVariables/ReforgeLite.lua - this should reset the addon settings to default (make sure you're in game when doing that, or the file will simply reappear). This will also delete your custom weight and reforge presets - if you want to avoid that, you can try editing the said file, by changing the values of variables "windowX", "windowY", "methodWindowX" and "methodWindowY". Values such as 100 for X and 500 for Y should make the window(s) visible at least.
same problem with arms warriros and prot warriros,
love this addon plz fix
cheers
reforgelite ignores any manual cap settings beyond the first two. make sure you only have haste, and one other stat set for a particular value
Hello,
Can you update it for 5.2 version please and thank you :)
I want to let you know that addon is very great :)
Hi,
Can you please update it for patch 5.2?
Thank you for the great addon.
Would you please put prot pally avoidance and control built in?
Hi, any intention to update it for 5.2? Please. THis is the best addon ever =)
Yeah, it's not working with 5.2. (e.g. It was thinking a new item was already reforged, recommending my Guardian/Feral gear reforge to spirit, etc).
For some reason it is not working properly anymore
Someone needs to update the status of this addon to "abandoned".
When I set haste to 3145 as the highest priority, it reforges everything to crit (2nd priority). Monk is the only class that I have had this problem.
I'm assuming you're doing a Mistweaver reforge. If you set your target to 3145, you need to make sure you're in tiger stance when you ask ReforgeLite to calculate its numbers. Otherwise, it will be making calculations based on your 50%-inflated Mistweaver haste.
I have managed to get this addon working again for my caster characters with a little lua editing. I have only tested it on a warlock and a druid as these are the only casters I have capped.
Disclaimer: I am not an addon developer (or a developer of any kind), so follow these instructions at your own peril and only if you are comfortable editing lua files.
-- + math.floor((method.stats[self.STATS.EXP] - oldexp) * conv.e2h + 0.5)
+ math.floor((method.stats[self.STATS.EXP] - oldexp) * conv.e2h + 0.5)
Basically, the line was commented out in v1.22 so that it is ignored. This change simply uncomments the line so that it is no longer ignored. It solved the problem for me but your mileage may vary. Also, this should have zero effect on melee characters.
Be aware that for casters, the addon includes expertise in the hit total, so if your hit is around 5100 (at lvl 90) and your expertise is not 0, DON'T PANIC. Ignore the expertise value and let ReforgeLite do its thing.
could someone update this to fix the common bugs and perhaps even add to it? 2.4 million downloads for this addon and a lot of people love it. why abandon something so successful?
Not being able to set the limit on more than two stats cripples the usefulness of this addon.
the delete function doesn't seem to be working. i click delete, then select the preset that i want to delete, but nothing happens and they still exist.
Saving a custom preset doesn't save the state of the checkbox.
It's too bad ReforgeLite seems to be dying. I just can't get it to work any more.
I've moved on to using Reforgenator + ReforgeAuto. The interface is not as slick, but the reforge results are accurate and it works.
No response from the author for the various bugs that make this unusable for over a month. It looks like this project has been abandoned.
Please add a way to add a third cap to go for. Many classes aim for a haste cap in additon to hit and expertise where haste has a very high value until you reach a specific breakpoint.
I highly support that. Being able to have a 3rd cap would be a really good improvment !