Wow amazing guide, everything I was hoping to learn about crafting. However, I've reread it several times, and am having trouble understanding two things.
1) When you say for example max{Ilvl,qlvl} does that mean you choose the higher of the two numbers or is there a calculation involved with the term 'MAX'
2) This logic statement is confusing:
ELSE IF(max{Ilvl,qlvl} < 99 - int(qlvl/2))
(2) THEN alvl = max{Ilvl,qlvl} - int(qlvl/2)
(3) ELSE alvl = 2*max{Ilvl,qlvl} - 99
I don't understand when #3 would be used, basically if ur crafting something with a magic level <1, you set the alvl using formula #2, when does #3 come into play?
Not a fault of the guide that I don't understand, just a rusty mathematician! Thx
