2010-07-16, 09:30 AM
Assuming some random numbers for INT, LUK and magic attack, 800, 100 and 200 respectively:
Max damage = (4 * INT + LUK) * (Attack / 100)
HTP max: (4 * 822 + 122) * (200 / 100) = 6820
MoN max: (4 * 805 + 105) * (210 / 100) = 6983
Magic damage now works the same as weapon damage, so attack is far superior over attributes.
Max damage = (4 * INT + LUK) * (Attack / 100)
HTP max: (4 * 822 + 122) * (200 / 100) = 6820
MoN max: (4 * 805 + 105) * (210 / 100) = 6983
Magic damage now works the same as weapon damage, so attack is far superior over attributes.

