Thread: Rules Question
View Single Post
  #2  
Old 05-03-2011, 01:53 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

There is a rule to control base hit chance. The following is set to default value so adjust however you see fit.

Code:
update rule_values set rule_value = 69 where rule_name = 'Combat:BaseHitChance';
I would bet you have an issue some where other than base hit chance.
Reply With Quote