Page 1 of 1

Formula to calculate criticals

Posted: 24 Nov 2020, 17:39
by HoraK-FDF

Is there a formula to calculate how much luck I need to not get a critical hit from a monster? In my case I want to find out how much luck i need to get no criticals from Spiders.


Re: Formula to calculate criticals

Posted: 24 Nov 2020, 19:16
by jesusalva
HoraK-FDF wrote: 24 Nov 2020, 17:39

Is there a formula to calculate how much luck I need to not get a critical hit from a monster? In my case I want to find out how much luck i need to get no criticals from Spiders.

It ultimately depends on your own level.

General rule would be: [(mob lv + mob luck * 3) - (your lv + your luck * 3)]

That rule is not exact, specially because I'm saying it out of the top of my mind without checking source code, but should be a good reference.


Re: Formula to calculate criticals

Posted: 25 Nov 2020, 16:43
by HoraK-FDF

are all formulas kept in the same source file or are they scattered among many files?