From what you say Hiver, I suspect something is wrong. That seems to be just too many misses to put in the bad luck category. The math is probably correct, though, since formulas are quite easy to verify. The only thing I can think of in that area is if the random number generator is being initiated again and again with the same seed, but that is a rather amateurish mistake.
Instead, I suspect it has something to do with graphic animations and mouse clicking. Maybe the game somehow considers the mouse click a miss even if it looks like a hit. If so it may be useful to notice when you miss and when you hit. Ranged vs. melee, front vs. back or side, etc. There is an issue with the animation as enemies may move away just as the clicking is done. Maybe there is a delay or something so that the mouse click is not in synch with the animation. Does it matter where on the enemy you click, etc. A systematic approach trying to answer those questions may prove useful to find any errors in the game.
Personally, I have not often encountered the too many misses error. But I have had moments where I felt like something was wrong. I try to click in the middle of the target and sometimes I wait to see what the animation does in order to find a safe spot to click no matter what the animation is doing. It seems to help since I have not felt like being treated unfairly by the random generator for quite a while now.
Last edited by ivra; 26/08/14 05:07 PM.