Интересует принцип крафта, а именно каким char lvl варить и какой ilvl шмот использовать для получения определенных аффиксов?
К примеру хочу получить: 10fhr 20life 10repl xx res boots lvl 30 req - что, как и почему нужно для их варки? Где почитать об этом?
В принципе понимаю что нужно пользоваться таблицей аффиксов, к примеру этой:
http://diablo2.ingame.de/spiel/expansion/itemdb/affix_index.php?lang=de&version=lod&patch=109и понимаю что нужно отобрать ilvl = [lvl req]*4/3, т.е. для того же lvl req 30 отбираю items с imax[ilvl] = 40 (
это хоть правильно?). Вопрос как влияет clvl при варке на ilvl для craft items?
edit:
Блин, мимо этого как-то прошел:
Quote
The basis for the calculation of the affix level is the item level. The ilvl of a Crafted Item is equal to half the level of the crafting character (rounded down) plus half the ilvl of the input item (rounded down). Put another way:
(1) ilvl = int(.5 * clvl) + int(.5 * ilvl)
The ilvl calculated in (1) has to undergo two checks and possible modifications. First, ilvl is capped at 99:
(2) if ilvl > 99 then ilvl = 99
Then qlvl and ilvl are compared. The higher number is used for further calculations:
(3) if qlvl > ilvl then ilvl = qlvl
The final step is to determine the affix level. If the ilvl is smaller than 99 – int(qlvl/2) then the affix level is ilvl – int(qlvl/2). Otherwise the affix level is ilvl*2 – 99:
(4) if ilvl < (99 – int(qlvl/2)= then affix level = ilvl - int(qlvl/2) else affix level = ilvl * 2 - 99.
It's also worth noting that the ilvl, the quality and the properties of the jewel are completely irrelevant and don't affect the outcome at all.
Вопрос - что тут такое
qlvl?
This post was edited by pavlika on May 5 2008 05:14am