Thread: Damage Caps.
View Single Post
  #2  
Old 01-29-2008, 04:35 AM
narcberry
Sarnak
 
Join Date: Mar 2005
Location: Idaho, USA
Posts: 94
Default

Found it here:

zone/attack.cpp:936
Code:
                if(GetLevel() < 10 && max_hit > 20)
                        max_hit = 20;
                else if(GetLevel() < 20 && max_hit > 40)
                        max_hit = 40;
__________________
Thanks for answering my questions.
My Website
Reply With Quote