View Single Post
  #70  
Old 11-20-2009, 03:47 PM
Haynar Haynar is offline
Developer

Haynar's Avatar

Join Date: Oct 2009
Location: West of the Mississippi
Posts: 2,955
Default

It looks like to me that melee hit rates were raised by increasing Combat:BaseHitChance.

The only way I can reproduce the kind of avoidance we are seeing, was by not lowering the NPCBonusHitChance, so that the sum is not greater than 95.

I did confirm in the code that both NPCs and PCs use BaseHitChance. The NPCBonusHitChance is only applied when mobs hit players. So if they sum higher, then you have to have a lot of avoidance for a mob to even start to miss you.

I really was not trying to make the mitigation tables be "Classic" specific.

Haynar