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.
-
View User Profile
-
Send Message
Posted Aug 29, 2012Thank you so much for such a timely update. Life-saving addon for those of us who obsessively min/max.
-
View User Profile
-
Send Message
Posted Aug 29, 2012For al those Hit / Expertise Chars. Change the expertise or hit value at top so that it is equal (mirror the highest of both values). Then just pick 'hit' / 'expertise' choose 'at least' and 'manual' and type '769' and '0' . Calculate and it will be done as accurate as you can possibly get it ^^
PS: 7.50 % is the cap for both values and that reflects 768.5 rating and you round it up to 769 (remember expertise does also count towards spell hit rating)
-
View User Profile
-
Send Message
Posted Aug 29, 2012Thanks so much for the working update. Having to revert to using askmrrobot even for a day with its terrible reforge calculating was torture.
-
View User Profile
-
Send Message
Posted Aug 29, 2012Thanks again, Me and I know a few others like this addon. Thanks for updating
-
View User Profile
-
Send Message
Posted Aug 29, 2012Another small update, you should no longer need to delete the profile data.
Note that I did not update any profiles, I'll do that as soon as I collect enough info on the new stat priorities.
-
View User Profile
-
Send Message
Posted Aug 29, 2012The quick fix doesnt work for me i cant get into the addon at all
-
View User Profile
-
Send Message
Posted Aug 29, 2012It seems pretty bugged at the moment, it refuses to reforge my Hunter to the Hit Cap.
-
View User Profile
-
Send Message
Posted Aug 29, 2012Quick fix (worked for me): delete profile data in WTF/Account/<name>/SaveVariables/Reforgelite.lua
Old profile seems to refer to ranged slot and things go boom in the night
-
View User Profile
-
Send Message
Posted Aug 29, 2012Thanks for the quick fix, it does work now. Only thing though, the stat weights for shadow priest have changed (from the presets), so maybe that will need to be updated too.
...just noticed, AND the hit requirements needs to be changed too.
-
View User Profile
-
Send Message
Posted Aug 30, 2012Thanks for the tip. Deleting the saved variables got rid of the error for me.
-
View User Profile
-
Send Message
Posted Aug 29, 2012Not knowing LUA, it appears that the bugs may be related to the # of equipment slots changing. There are also new API function names; everything related to "talent spec" has been renamed to "specialization" and some function parameters have changed. Wowpedia has a list of API changes with regard to this:
http://www.wowpedia.org/Patch_5.0.4/API_changes
-
View User Profile
-
Send Message
Posted Aug 29, 2012ReforgeLite is non responsive to me as well. I have disabled ALL other addons in the game, and when i click the reforge person nothing happens, when I type /reforge I get the standard error message telling me to type '/help' for a list of a few commands.
-
View User Profile
-
Send Message
Posted Aug 29, 2012My ReforgeLite doesn't work on any chars...
-
View User Profile
-
Send Message
Posted Aug 29, 2012Any Updates?
-
View User Profile
-
Send Message
Posted Aug 29, 2012Getting this error with 1.11
2x ReforgeLite-v1.11\ReforgeEngine.lua:193: attempt to index field "?" (a nil value) ReforgeLite-v1.11\ReforgeEngine.lua:193: in function "UpdateMethodStats" ReforgeLite\ReforgeLite-v1.11.lua:1730: in function "RefreshMethodStats" ReforgeLite\ReforgeLite-v1.11.lua:1723: in function "UpdateMethodCategory" ReforgeLite\ReforgeLite-v1.11.lua:1523: in function "CreateOptionList" ReforgeLite\ReforgeLite-v1.11.lua:911: in function "CreateFrame" ReforgeLite\ReforgeLite-v1.11.lua:2368: in function "?" ReforgeLite\ReforgeLite-v1.11.lua:2331: in function <ReforgeLite\ReforgeLite.lua:2329>
Locals: self = <unnamed> { 0 = <userdata> itemTable = <unnamed> {} GetMeleeHitBonus = <func> @..\Presets.lua:76 IsReforgeMatching = <func> @..\ReforgeLite.lua:2149 InitPresets = <func> @..\Presets.lua:845 GetCapScore = <func> @..\ReforgeLite.lua:470 CapAllows = <func> @..\ReforgeEngine.lua:281 ChooseReforgeClassic = <func> @..\ReforgeEngine.lua:539 dbkey = "Lionnis - Area 52" GetNeededSpellHit = <func> @..\Presets.lua:101 UpgradeDB = <func> @..\ReforgeLite.lua:127 methodReset = ReforgeLiteMethodResetButton {} ADDON_LOADED = <func> @..\ReforgeLite.lua:2361 ComputeReforgeCore = <func> @..\ReforgeEngine.lua:960 debugButton = ReforgeLiteDebugButton {} db = <table> {} OnTooltipSetItem = <func> @..\ReforgeLite.lua:2297 presets = <table> {} deletePresetButton = ReforgeLiteDeletePresetButton {} statWeightsCategory = <unnamed> {} GetNeededMeleeHit = <func> @..\Presets.lua:89 UpdateMethodCategory = <func> @..\ReforgeLite.lua:1594 pawnButton = ReforgeLiteDeletePresetButton {} UpdateWindowSize = <func> @..\ReforgeLite.lua:465 presetMenu = ReforgeLitePresetMenu {} GetMethodScore = <func> @..\ReforgeEngine.lua:94 CreateFrame = <func> @..\ReforgeLite.lua:767 SetTankingModel = <func> @..\ReforgeLite.lua:1093 SetAnchor = <func> @..\ReforgeLite.lua:656 IsItemLocked = <func> @..\ReforgeEngine.lua:292 deleteMethodPresetButton = ReforgeLiteDeleteMethodPresetButton {} pdb = <table> {} itemSlots = <table> {} statWeights = <unnamed> {} STATS = <table> {} methodPresetDelMenu = ReforgeLiteMethodPresetDelMenu {} ParsePawnString = <func> @..\ReforgeLite.lua:494 UpdateMethodStats = <func> @..\ReforgeEngine.lua:185 methodStats = <unnamed> {} SetStatWeights = <func> @..\ReforgeLite.lua:1101 scrollBarShown = false RemoveCapPoint = <func> @..\ReforgeLite.lua:1043 GetExpertiseBonus = <func> @..\Presets.lua:82 MakeReforgeOption = <func> @..\ReforgeEngine.lua:302 UpdateBuffs = <func> @..\ReforgeLite.lua:1232 settingsCategory = <unnamed> {} ChooseReforgeTank = <func> @..\ReforgeEngine.lua:888 UpdateContentSize = <func> @..\ReforgeLite.lua:1841 capPresets = <table> {} close = <unnamed> {} CreateOptionList = <func> @..\ReforgeLite.lua:1265 methodPresetMenu = ReforgeLiteMethodPresetMenu {} DiminishStat = <func> @..\ReforgeEngine.lua:91 UpdateCapPreset = <func> @..\ReforgeLite.lua:1067 UpdateStatWeightList = <func> @..\ReforgeLite.lua:1156 GetItemReforgeOptions = <func> @..\ReforgeEngine.lua:367 storedCategory = <unnamed> {} AddCapPoint = <func> @..\ReforgeLite.lua:996 reforgeTable = <table> {} title = <unnamed> {} scrollValue = 0 scrollBg = <unnamed> {} Compute = <func> @..\ReforgeEngine.lua:1031 leftGrip = <unnamed> {} methodPresetsButton = ReforgeL
-
View User Profile
-
Send Message
Posted Aug 28, 2012Still nogo on this -- any updates inc?
-
View User Profile
-
Send Message
Posted Aug 28, 2012Looks like Blizz snuck in something that broke this on live. Hopefully it's an easy fix!
-
View User Profile
-
Send Message
Posted Aug 28, 2012The addon is Broken, can we get a quick fix?
-
View User Profile
-
Send Message
Posted Aug 28, 2012Well I got the latest version installed, I'm inside the game (5.0.4) and ReforgeLite isn't showing. What's wrong?
-
View User Profile
-
Send Message
Posted Aug 28, 2012same here.. its not showing up in the list even after the update