Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement
Past discussions archived to...

General Discussion

This section is for the article, not the contents. E.g. how to break up sections, how to organize the page, etc.

Is anyone else working or watching Item_level? I don't want to duplicate effort. Hunding (talk) 23:29, 7 March 2009 (UTC)

Archived

As the discussion page was getting excessively long and had info dating to 2006, I archived it. Hunding (talk) 02:52, 1 March 2009 (UTC)

Stuff to rework

Calculating Item Level

A plot of item budget vs ilvl for WOTLK armor epics with a slotmod of 1 (ilvl 200, 213, 226) gave a best fit of ItemSlotValue = 1.6*ilvl-152.8 with R^2 of 0.99174, or ilvl = ItemSlotValue/1.6 + 95 Hunding (talk) 09:33, 8 March 2009 (UTC)

StatMods

Currently pre-3.0, so needs updating for WOTLK (spell damage/healing -> spell power change, maybe other changes). I can easily get most of the values from ItemRandomSuffix. Hunding (talk) 23:26, 7 March 2009 (UTC)

DPS Sacrifice

This section needs re-work to be updated to 3.0, as spell damage and healing have disappeared. Hunding (talk) 23:26, 7 March 2009 (UTC)

Logarithmic Equation for Item Levels

After a discussion with Falk on the Elitist Jerks message board, I came up with these formulas to calculate item levels for epics and rares. For epics:

iLvl = 105.92 * Ln(itemSlotVal) - 342.12

and for rares:

iLvl = 97.632 * Ln(itemSlotVal) - 287.14

These equations give correct epic item levels from Naxxramas to the newly discovered iLevel 239 and 252 PvP epics. The equation for rares matches rares from AQ20 and ZG up to the iLevel 200 rares from heroics. Adriathys (talk)

I'm working on doing some linear fits to get better coefficients, but this definitely fits epics from late sunwell to ilvl 252 PVP gear not yet released, when ignoring weapons, where I am not 100% confident on the coefficients. Also, it seems to me that having the formula in the form itemSlotVal = A · e ilvl/b is a more logical way to represent it, and also more likely that that is how Blizzard does it internally, going in the direction of ilvl to budget.
The fit I'm doing is first a fit on stat coefficients, then a fit for itemSlotVal(ilvl). I get the first fit by taking , where s is the value of the stat and m is the statmod coefficient for that stat and doing a multivariable fit with the data , where the powers are done to each element, and b=mp, and K is a problem-specific parameter for each fit on each ilvl. I set the coefficent for stats and ratings to be 1Hunding (talk) 20:46, 9 March 2009 (UTC)
Advertisement