I was looking for a formula that tells you how to calculate your knockdown probability, and I found this on a post (Friday, 08, December, 2006) from NuclearSilo:
NuclearSilo wrote:
Because of the knockdown skill. It the tooltip described, for example, knockdown probability 50% (lv 69), means that the probability to knock a lv 69 mob/player is 50%. If the enemy's level is higher than 69, then that probability is reduced.
If Isro increase the lv cap , but not the skill lv, then a lv 90 with knockdown lv 69 will knock another lv90 down harder.
u can calculated the probability with this formula:
prob = ( 50 - (enemy's lv - skill lv)*1/2 ) %
Can anyone confirm this?