View Single Post
  #2  
Old 07-12-2012, 02:50 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Bot::Attack also has some issues with that, assuming that bots should use the same caps as players.

Code:
		if(GetLevel() < 10 && max_hit > 20)
			max_hit = 20;
		else if(GetLevel() < 20 && max_hit > 40)
			max_hit = 40;
Reply With Quote