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.
Wowhead says they're working on a fix for their item display now, so hopefully something can be done. I just don't want to work on tooltip parsing while I don't have wow, since that requires a lot of testing/debugging, unlike the fixes I'm doing now.
Please upgrade this for 5.3 It's a awesome addon, best there is for reforging. I am helpless without it.
The Item upgrades in 5.3 screws up my reforging badly with reforgelite. We need an update!
Just an idea, would it be possible to get the stat info before any reforge? Just to see if its already over cap before gemming. Maybe a base stat column as part of the Result table? It would greatly help with gemming before I reforge since the current table shows the current stats that include any reforge done already.
so i noticed with the new update, bm hunters preset went from mastery>crit>haste to Haste>crit>mastery....which i disagree with. i know i can change it, but just wondering if this was intentional
Thats because of new Blink Strike, and RPPM. Haste realy better now.
I can't say that i believe that (at least not yet). can you point toward a source? granted, BS gets a boast from all 3 stats but everything im seeing still says mastery>haste. hard to find updated info but femaledwarf.com still shows mastery >
My source is the russian community forums. I doubt that the link be useful to you.
http://www.noxxic.com/wow/pve/hunter/beast-mastery/stat-priority - it says crit>haste>mastery; either I made a mistake or they changed it since then (in regards to crit vs haste), but haste is superior to mastery anyway.
your pre-setup for Mage Frost PvE: Haste > Mastery > Crit is now wrong, its still haste > crit >mastery.
Should get a fix :)
I saw "Intellect > Spell Hit (15%) > Haste > Mastery = Crit (23%)" so put it in that order. Unless that means crit should get to 23% anyway?
crit will be always better then mastery(+dmg agains freezed targets) in pve, cause you can't freeze any boss.
To fix this Problem with the new Upgrade Items in 5.3: open Scaling.lua (from Version 1.24) and find line 59 to 86 -> local upTable = { .... }
Replace this complete section with
local upTable = {
[1] = 8, -- 1/1
[373] = 4, -- 1/2
[374] = 8, -- 2/2
[375] = 4, -- 1/3
[376] = 4, -- 2/3
[377] = 4, -- 3/3
[379] = 4, -- 1/2
[380] = 4, -- 2/2
[445] = 0, -- 0/2
[446] = 4, -- 1/2
[447] = 8, -- 2/2
[451] = 0, -- 0/1
[452] = 8, -- 1/1
[453] = 0, -- 0/2
[454] = 4, -- 1/2
[455] = 8, -- 2/2
[456] = 0, -- 0/1
[457] = 8, -- 1/1
[458] = 0, -- 0/4
[459] = 4, -- 1/4
[460] = 8, -- 2/4
[461] = 12, -- 3/4
[462] = 16, -- 4/4
[465] = 0, -- 0/2 NEW
[466] = 4, -- 1/2 NEW
[467] = 8 -- 2/2 NEW
}
the last 3 Lines are the new ones. tested this with 522, 528 and 535 ilvl and the upgrade Versions.
Worked for me. Just make sure to close the game first before rewriting the file.
Thanks stage worked perfectly.
not helped, anyhow stats is not true sees improved items
tested this with 522, 528, 535 and 541
And how to fix it for Asia version WOW?
as I looked into scaling.lua I think it's missing upgrade scaling for 600ilev cloak?
with the 5.3 the addon doesn't calculate the upgraded items; it considers the items as if they were not upgraded.
Hmm I thought I did it right, I'll have to try again then. I don't play wow atm so can't check in-game.
doesn't seem to be working properly with 5.3. possibly because of upgraded gear but not sure. can't get it to reforge properly so my expertise and hit are at least 7.5%.