Quote (ddown @ 10 Mar 2010 22:49)
om jag gamblar amu med min 92 och craftar med den så blir den högre än 92? förklara tack ;P
Example
The Blood Weapon Recipe is used to craft a Berserker Axe (qlvl = 86) that was dropped by a monster in the Worldstone Tower in hell difficulty (ilvl = 85). The character used for crafting has level 78 (clvl = 78).
First, ilvl has to be calculated: ilvl = int(.5 * 78) + int(.5 * 85) = 39 + 42 = 81.
Then it's checked if the calculated ilvl is higher than 99. This is not the case, so ilvl remains 81. But qlvl 86 is higher than ilvl 81, so the ilvl is set to 86.
Finally, the affix level can be determined: Since 86 is not smaller than (99 - int(86 / 2)) = 56 the affix level is ilvl * 2 - 99, in our example 86 * 2 - 99 = 73.
So all pre- and suffixes with a level up to 73 can spawn on the Crafted Item.
Note: Since the qlvl of amulets is 1 the term int(qlvl/2) is always 0, so the affix level is effectively determined by ilvl, so affix level = ilvl = int(.5 * clvl) + int(.5 * ilvl).
Quote (Jonsson @ 10 Mar 2010 22:45)
MEN FÖR I HELVETE. Alltså jag tar livet av mig.
http://forums.d2jsp.org/topic.php?t=30598890&f=87