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.
works great on most toon only problem i have with it is its not giving the 7.50% expertise to hunters and im not sure how to manualy set it to
I'll update it when I get a preset for every class/spec, which takes some time (plus, I'm busy with other projects atm). It will definitely come before mop release, though (hopefully, by then blizzard will sort out some of their addon-related bugs as well).
Please update retribution paladin pre-set.
Currently you have it set to: Hit/Expertise 7.5%, Mastery, Crit, Haste. The correct stats currently are supposed to be: Hit/Expertise 7.5%, Haste, Mastery, Crit.
I made just made a custom pre-set by copy/pasting your numbers into the correct positions intil it gets updated.
If you want hit/exp as tank, you need to use normal reforging. Tank mode is only for balancing dodge/parry, and isn't very useful now that block cap is gone.
Any sign of this being updated soon for tanks so we can achive hit/expertise capping?
Oh, I didn't realise that, was confused about the human racial giving hit. It should be easy to add anyway.
Could you add a hit+expertise option as expertise now converts to hit for caster?
@Pakka
Well, then it must be some other issue, because I triple-checked and didn't find any non-localized underscores. I know there's also a blizzard bug with UIDropDownTemplate tainting compact unit frames if an addon creates a menu during load, but that's not exactly blizzard related.
Did check this thread out seems to have some work arouns for the taint.
http://us.battle.net/wow/en/forum/topic/6413024969
Yes I did see that, but it doesn't really fix the issue. I could delay creating the menus until reforge UI is displayed, but if blizzard UI tries to create menus after that the problem will stay.
Reforge lite is creating taint
http://pastebin.com/XYMMiNC7
Yeah that's another blizzard bug with UIDropDownTemplate, and I see no way around it other than delaying the creation of all menus, which doesn't exactly fix it anyway.
That fix would help a lot of situations. Errors involving this taint usually happen when you're loading UI in combat (usually due to sudden disconnection, or manual /reloadui to fix some other addon's malfunctioning in an raid/pvp encounter). Such errors can be solved by delaying the creation of the menu.
(Sorry for my broken English, if any)
Thank you for fixing it.
Is the fixed version uploaded to the WoWace public repo?
I have already fixed the tanking reforge (it only optimizes dodge/parry ratio now), but I'm not uploading it until I finish updating all the other presets. Yeah, don't use the current one as its completely wrong on all three stats.
Yes, CTC cap is pretty much gone, because block is on a separate table now (and it suffers from DR as well). So becoming unhittable will mean becoming completely immune to melee attacks, and that's not happening.
Thanks for the info.
Does that mean that the calculations for CTC and how ReforgeLite reforges are not reliable to auto reforge?
Or is ReforgeLite calculating for the Parry = 2.5x Dodge?
CTC is not gone, but Blizzard finally made it not possible to reach it. We'll get pretty damn close near the end of MoP, but tank stat weights are now almost completely variable based on what gear you have. I personally love the synergy Prot Paladins have between hit, exp, mastery, and even haste. Changing one stat changes the other stat weights.
I am having a problem with the Prot Paladin setting.
ReforgeLite has been amazing at reforging my gear twords the 102.4% avoidance cap up till 5.0.4.
Now ReforgeLite calculates my total avoidance to be 102.40% but using a macro that I was using before 5.0.4 it says I am at 79.47%. ReforgeLite used to match that exactly.
If I reforge like ReforgeLite says (~190g) then calculate again; RefogeLite says to reforge everything again (Another ~190g). My TotalAvoidance actually drops after the first refoge the addon does.
I've cleared my savedvariables and uninstalled/reinstalled the addon.![]()
What's going on with the addon and prot pallys?
Thank you.
CTC cap is gone.
I am an Enhancement Shaman and seek help to change stats in ReforgeLite to obtain:
Agility > Expertise (7.5%) = Melee Hit (7.5%) > Mastery > Crit = Haste according to Noxxic guide.
I don't want to sound retarded but I have no idea how to change my stats:
Screenshot
Can somebody give me a clue how I should recalculate the values to obtain 7.5% of Expertise and Melee Hit plus make it a larger value than Mastery, Crit and Haste. I am looking forward to seeing the author's update to the otherwise great addon but this time in Azeroth I am really short in gold to experiment ;-) and preparing for Pandaria.
Thanks for a helpful hand ;-)