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.
Gonna check all the chars and then delete variables to confirm
after fresh install, no error on login, but when I visit reforge NPC and try to import warr/fury/titan, I get:
Date: 2011-11-29 16:33:06
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\ReforgeLite\ReforgeLite.lua line 997:
attempt to index field '?' (a nil value)
Debug:
[C]: ?
ReforgeLite\ReforgeLite.lua:997: UpdateCapPreset()
ReforgeLite\ReforgeLite.lua:1013: UpdateCapPoints()
ReforgeLite\ReforgeLite.lua:1063: SetStatWeights()
ReforgeLite\Presets.lua:873: func()
..\FrameXML\UIDropDownMenu.lua:700: UIDropDownMenuButton_OnClick()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
and only getting it on warrior, yes.
Oops yes, that's an error in fury caps, I'll patch that asap; you can replace "preset" in lines 735 and 768 of Presets.lua with "value". (uploaded 1.09.1)
correcetd those 2 lines, got this one on login now:
Date: 2011-11-29 17:24:36
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\ReforgeLite\ReforgeLite.lua line 997:
attempt to index field '?' (a nil value)
Debug:
[C]: ?
ReforgeLite\ReforgeLite.lua:997: UpdateCapPreset()
ReforgeLite\ReforgeLite.lua:1013: UpdateCapPoints()
ReforgeLite\ReforgeLite.lua:1296: CreateOptionList()
ReforgeLite\ReforgeLite.lua:834: CreateFrame()
ReforgeLite\ReforgeLite.lua:2236: ?()
ReforgeLite\ReforgeLite.lua:2199:
ReforgeLite\ReforgeLite.lua:2197
I suppose you need to delete the settings again, because it remembers the errnoeous line.
Since the new update the addon window will not open via command line or interacting with the NPC on my warrior. I though it might have something to do with the new tanking changes so I changed specs and still no joy. I checked on my warlock and my druid it and works just fine.
That's strange, I just tried this on my PTR warrior (I don't have a live warrior), it worked fine. Try deleting WTF/Accounts/<account name>/SavedVariables/ReforgeLite.lua, it might help, though I'm not sure why they would be causing problems.
I am a little confused what the "Target" setting is for at the bottom. By default its set to "3". What happens if you increase or lower that number?
Thanks :)
Does anyone know?
Probably the level of your target, relative to your character level.
Boss level targets are three levels higher than your player.
That's correct, it sets the enemy level relative to your level, affecting things like hit caps.
Use 3 for raid bosses, 2 for dungeon/heroic bosses (if you really want to reforge for those), 0 for PvP.
Thank you for explanation on that :)
Suggestion for new feature: Make it possible to add a condition like "Stat X > Stat Y" rather than "Stat X > YYYYY (value)".
E.g. Matrix Restabilizer (http://www.wowhead.com/item=68994) is only really good for bears, once you have more Mastery than Crit, because it procs your highest stat. With a condition to reforge one stat over another, REGARDLESS OF STAT-WEIGHTS, would help people with specific needs like this.
Hi Iroared !
There's a slight problem with this amazing addon for DW Frost DK. We should be able to select, in the "hit" tab, to select "spell cap".
The reason why is that in DW, we have +3% melee hit so the melee hit cap doesn't provide the spell cap even with the +9% spell passive.
I tried to make that clear but if it's not, don't hesistate to ask for more details ! :)
Thanks !
Currently the addon doesn't tell the difference between spell hit and melee hit, which can cause problems with talents that affect one but not the other. I'm not going to rework it at this stage, unless it starts causing serious problems.
In your case, you can figure out the exact hit cap you need, and set it manually.
There is an option for automatically Open ReforgeLite when you visit the reforge vendor.. Could this option, at the same time CLOSE all RF windows, when you leave the vendor, please?
I would like to suggest a new feature: I use to play a Shaman Resto but sometimes I play as an Elemental. As you can imagine, I use to share part of my gear for both specs.
When I reforge my off-spec, I would like to choose some items to not be reforged. This way, I would always have the optimal reforge for my main spec and I dont need to reforge every time I switch my spec. Obviously, my off-spec reforge is not going to be optimal but it's going to be quite good.
I hope you liked it and you will think about it.
There seem to be a slight problem, when i select tanking model: Paladin, after it calculate to reach CTC, it start to convert my parry to spirit (of all stats it goes spirit, the most worthless stats). Please look into this bug. I am currently manually reforging those spirits stats into dodge instead.
I made a lot of changes to tanking model in 1.09; if you still have this problem, please click on the Debug button at the bottom of settings and e-mail the dump to me at [email protected] so I can find out what's causing it (my main character is prot paladin and I use this addon all the time, and never encountered this problem).