0
Is the alvl the same as the ilvl for charms and jewels?
It is for jewels and for grand charms, but not for large charms and small charms. Large charms have a qlvl of 14, while small charms have a qlvl of 28.
95% of the time I'm right, so why worry about the other 2%?
Community Forum Rules & Links, Ten Commandments of the DiabloII.Net Forums, Diablo wiki, Starcraft 2
Okay. Is there any formula how to calculate the alvl of large charms and small charms, or other magic items with qlvl > 1? I guess it isn't the same as for rare/crafted items?
There is a formula, and it is the same for rares, crafts, etc. Basically it's:
If (ilvl>99) then {ilvl=99}
if (qlvl>ilvl) then {ilvl=qlvl}
if (magic_lvl>0) then {alvl=ilvl+magic_lvl}
else
{
if (ilvl<(99-qlvl/2))
then {alvl=ilvl-qlvl/2}
else {alvl=2*ilvl-99}
}
If (alvl>99) then {alvl=99}
Only some items have a magic_lvl, such as the circlets, wands and staves.
95% of the time I'm right, so why worry about the other 2%?
Community Forum Rules & Links, Ten Commandments of the DiabloII.Net Forums, Diablo wiki, Starcraft 2
Okay, thanks alot for the information.![]()
Bookmarks