Thread: Stat Caps.
View Single Post
  #1  
Old 02-23-2013, 08:59 PM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

inside client_mods.cpp
Code:
	if(val>255 && GetLevel() <= 60)
		val = 255;

This Code OVERWRITES the Rule confirmed

Had to remove all instances of this code to get the hardcap on stats to go away for players level 60 and lower.
Reply With Quote