Dragonwizard wrote:This is some great info but I'm wondering where you got those numbers from? I have yet to see hit chance anywhere. I would love more info on that as it really gets frustrating with all the misses I have been getting.
For the base dodge/miss chance, there's a macro to pull up the ingame variables, you can find it
here. You have to be in a pet battle for it to return actual values -- dodge and miss are both 5 according to this, for equal-level pets at least.
Wowdb lists the accuracy for various moves, that's
here -- the only caveat is that abilities with a secondary effect (Frog Kiss, etc.) list the accuracy for the secondary effect, and not for the initial damage. I think this is because wowdb is culling the last accuracy variable from the ability, even when there are multiple.
You can do ingame experiments to see that miss chance is calculated additively -- for example you can try to Frog Kiss while affected by Slippery Ice (-20%). If it were multiplicative, then you'd have a .25*0.8*.95 chance to hit; if it were additive, then you'd have a 25%-20%-5% chance.