2010-07-24, 02:10 PM
Have you tracked down whether the accuracy formula is actually,
max(min(1-[monster level - player level] * 0.05, 1), 0)
That is one of those results that just seems weird to me.
max(min(1-[monster level - player level] * 0.05, 1), 0)
That is one of those results that just seems weird to me.

