Page 1 of 1

source for hit table

PostPosted: Wed Dec 02, 2015 3:21 am
by scaerwow
Hey all, new player to Nostalrius here. Let me start by saying I'm having a complete blast reliving the vanilla game.

My question is what is the source for the hit table? Does it come directly from the code? Not doubting the established opinion just curious about how it came to be.

Re: source for hit table

PostPosted: Thu Dec 03, 2015 1:38 am
by Youfie
Can you precise a bit your question?

I'm not sure I understand it exactly, and I'm a bit lazy to explore all the different things you might have wanted to mean :D.

Re: source for hit table

PostPosted: Fri Dec 04, 2015 3:08 pm
by scaerwow
Yeah sorry, that was worded a bit clumsily. I meant this table:

Miss: 24.6%
Dodge: 5.6%
Parry: 0%
Glancing blow: 40%
Block: 0%
Critical hit: ~10%
Normal hit: 19.8%

From Oto's sticky post.

And this

If the difference between the mob's Defense Skill (level * 5) and your Weapon Skill ([level * 5] + additional bonuses) is less than or equal to 10 then the formula for calculating your base miss rate against that mob is:

5% + (Defense Skill - Weapon Skill)*.1%
dual-wielding: 24% + (Defense Skill - Weapon Skill)*.1%
If the difference between the mob's Defense Skill and your Weapon Skill is greater than 10, then the formula for calculating your base miss rate against that mob is:

7% + (Defense Skill - Weapon Skill - 10)*.4%
dual-wielding: 26% + (Defense Skill - Weapon Skill - 10)*.4%
Applying these formulas gives the following base miss rate for a Level 60 character with a 300 Weapon Skill:

* v. Level 60 mob: 5.0% / dual-wield: 24%
* v. Level 61 mob: 5.5% / dual-wield: 24.5%
* v. Level 62 mob: 6.0% / dual-wield: 25%
* v. Level 63 mob: 9.0% / dual-wield: 28%
Thus if you are a Level 60 character with a Weapon Skill of 300, you need +9% chance to hit to never miss a shot against a Level 63 boss (or skull mob).

From http://vanilla-wow.wikia.com/wiki/Hit

How is that derived? Does it come directly from the source code or was it determined experimentally or some other way?

Re: source for hit table

PostPosted: Fri Dec 04, 2015 3:55 pm
by Youfie
This number were gotten empirically on retail, yeah.