View Single Post
  #6  
Old 10-15-2008, 08:31 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Ya, I vaguely remember something about you making Dex so that it effected proc chance. Probably around the time you were working on Agi helping with mitigation.

So, we could have a base proc chance and it could still be 5, but if so, I don't think we should be adding the dex bonus to that. Maybe we could meet in the middle and lower the base 5% addition down to 4% and reduce the bonuses from Dex by alot. Maybe something like this:

Code:
ProcChance = 0.04f + float(mydex) / 20000.0f;
I think that would be much more reasonable for both high and low end.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote