View Single Post
  #4  
Old 07-25-2012, 01:46 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

That fix appears to work..no errors, no failure on zone build.

Here is the line (7696 in bots.cpp):

Code:
min_hit = min_hit * (100 + itembonuses.MinDamageModifier[skillinuse] + spellbonuses.MinDamageModifier[skillinuse]) / 100;

Hopefully that is the intended use..thanks B_C!!

(That was the only error that came up for me on this revision..and if I had looked up a few more lines of code, I would have seen that defined...)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote