Quote:
	
	
		
			
				
					Originally Posted by  c0ncrete
					 
				 
				quest::exp() should only take positive numbers. 
if you only want to remove 500 normal (not aa) exp, you likely want to use something like this:
 
	Code: 
	$client->SetEXP( ($client->GetEXP()-500), $client->GetAAExp() ); 
  
			
		 | 
	
	
 Awsome that works! I have some issues with it sometimes giving exp back or maybe it delevels past 1 back to 60. That is probably some issues with my server. Wierd bugs to fix!
Thank you!