PDA

View Full Version : Questions regarding the affix generation on crafted items


nucking
20-08-2008, 12:26
I've been browsing the wiki (http://diablo2.diablowiki.net/Item_Generation_Tutorial#Crafting) for some information regarding the affix generation and i wasn't quite able to get the info i was looking for.

First of all i'm a little bit confused about the first paragraph in this subchapter (http://diablo2.diablowiki.net/Item_Generation_Tutorial#Character_Level_and_affix es_dealing_with_crafts.)
which says:
"Clvl effect how many affixes can spawn with a craft. This chart explains what chance you have of getting what number of affixes:"
So if i understand this one right it says that the number of affixes is dependant on your character level.
Now the chart does not mention the character level at all it just says for example:
"At ilvls 1-30, there's a 40% chance of 1 affix and a 20% chance each of 2, 3 or 4 affixes."
So why is the ilvl now important when i was just told prior that the clvl is the one that counts??

Seconds the real reason i was there was to see how the affix level of an item is determined and the wiki says:
"clvl and ilvl control alvl of crafts by controlling the final ilvl that the craft receives. It follows this formula. ilvl = int(.5 * clvl) + int(.5 * ilvl). The int() means that you round down before plugging through the equation."
Alright so i'll try a testexample to see if i get this straight:
Let's say my current clvl = 87 and the ilvl of an amulett is 61 then:
finalilvl = int(87/2) + int(61/2) => 43 + 30 => finalilvl = 73
on amulets alvl = ilvl so this means that amulett will spawn affixes from that specific alvl right?
this would also mean that it would take a lvl 94 character and a lvl 86 amulett in order to reach alvl 90 on an amulett right?

stephan
20-08-2008, 13:48
The clvl effects the number of affixes (indirectly), because clvl is half the ilvl of the craft.

For your second question, yes you are right.

nucking
20-08-2008, 14:25
The clvl effects the number of affixes (indirectly), because clvl is half the ilvl of the craft.

For your second question, yes you are right.

So the affix number comes from the final ilvl and not from the initial ilvl then?

Sorry by the way for making a seperate thread because i just realized after i postet it that someone made a little crafting guide.