| 
   | 
   | 
  
 
    | 
    | 
    | 
  
 
    | 
   | 
    | 
  
 
    | 
   | 
    | 
  
 
    | 
   | 
    | 
  
 
   | 
  
	
		
   
   
      | Archive::General Discussion Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days. | 
    
    
   
   
   
   
   
   
   
   
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				04-10-2004, 11:52 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
			
				
				
				 Dragon 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Mar 2004 
					Location: France, Bordeaux. 
					
					
						Posts: 677
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
				 
				Changing max level ...
			 
			 
			
		
		
		
		Could someone indicate me which .cpp file i have to edit, i have find all (like start race/class) but i cant find max lvl  :P 
		
	
		
		
		
		
		
		
			
				__________________ 
				 
 
			 
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				04-11-2004, 03:45 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Discordant 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Feb 2004 
					
					
					
						Posts: 400
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		Yeah I was wondering this too, try searching. 
		
	
		
		
		
		
		
		
			
				__________________ 
				My Newbie Guides
Server Classifications
Zone Points
Change Maxlevel
Kaio Kuzumaki of the East, Owner of Tides of War [Custom-Legit] PvP Server 
Orome, Lord of the Woods, Middle-Earth Roleplay PvP Server 
Kaio Kuzumaki of the East, Owner of Kaio's All-GM Test Server
			 
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				04-11-2004, 03:56 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Developer 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Feb 2004 
					Location: UK 
					
					
						Posts: 1,540
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
				 
				Re: Changing max level ...
			 
			 
			
		
		
		
		
	Quote: 
	
	
		| 
			
				 
					Originally Posted by KhaN
					
				 
				Could someone indicate me which .cpp file i have to edit, i have find all (like start race/class) but i cant find max lvl  :P 
			
		 | 
	 
	 
 In zone\cient.cpp, in function void Client::SetEXP you will see a line:
 
	Code: 
	int8 maxlevel = 66; 
 This may be it. Try changing it and recompiling.  
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				04-11-2004, 04:08 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Discordant 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Feb 2004 
					
					
					
						Posts: 400
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		Where do I find the .cpp files? 
		
	
		
		
		
		
		
		
			
				__________________ 
				My Newbie Guides
Server Classifications
Zone Points
Change Maxlevel
Kaio Kuzumaki of the East, Owner of Tides of War [Custom-Legit] PvP Server 
Orome, Lord of the Woods, Middle-Earth Roleplay PvP Server 
Kaio Kuzumaki of the East, Owner of Kaio's All-GM Test Server
			 
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				04-11-2004, 04:17 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Developer 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Feb 2004 
					Location: UK 
					
					
						Posts: 1,540
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		
	Quote: 
	
	
		| 
			
				 
					Originally Posted by NarutoLegacy
					
				 
				Where do I find the .cpp files? 
			
		 | 
	 
	 
 In the source code. You can get the latest from  http://cvs.biosprite.net , however if you don't have a compiler, (e.g. VS NET 2003), they won't be of any use to you.  
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				04-11-2004, 04:55 AM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
			
				
				
				 Dragon 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Mar 2004 
					Location: France, Bordeaux. 
					
					
						Posts: 677
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		Dankie Naruto    
		
	
		
		
		
		
		
		
			
				__________________ 
				 
 
			 
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				04-11-2004, 07:33 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Discordant 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Apr 2004 
					Location: Gukta 
					
					
						Posts: 359
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		I've noticed that everyone's mentioning Visual Studio .NET 2003 when they say you need a compiler. Do other compilers work? Like Borland C++ Builder or gcc (Windows port) or do you have to use .NET? 
 
Just wondering. I have Visual Studio .NET (I LOVE MSDNAA!) but I don't like it :( 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				04-11-2004, 07:42 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Developer 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Feb 2004 
					Location: UK 
					
					
						Posts: 1,540
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		Well, you could compile with Dev-C++ (Mingw32), however it requires changes to the source code. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				04-11-2004, 07:52 AM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
			
				
				
				 Demi-God 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Aug 2003 
					
					
					
						Posts: 1,056
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		You can compile using ANY C++ compiler..... I use VS 6.0 still..   
		
	
		
		
		
		
		
		
			
				__________________ 
				  
	Quote: 
	
	
		| 
			
				Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
			
		 | 
	 
	 
 
			 
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				04-24-2004, 03:58 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Banned 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Oct 2003 
					Location: Mattmecks Basement 
					
					
						Posts: 546
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		VS NET. 6 is pretty good, I like it    
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				04-24-2004, 10:50 AM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
			
				
				
				 Discordant 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Feb 2004 
					
					
					
						Posts: 400
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
	
	
	
		
		
		
			
			
			 
			
		
		
		
		By the way when your changing the level maximum you need to add one level, like I made mine 51 to max level 50 the maximum. 
		
	
		
		
		
		
		
		
			
				__________________ 
				My Newbie Guides
Server Classifications
Zone Points
Change Maxlevel
Kaio Kuzumaki of the East, Owner of Tides of War [Custom-Legit] PvP Server 
Orome, Lord of the Woods, Middle-Earth Roleplay PvP Server 
Kaio Kuzumaki of the East, Owner of Kaio's All-GM Test Server
			 
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
	 
	
		 
	 
 
 
	
		
	
	
	
	
	
		
	
		 
		Posting Rules
	 | 
 
	
		
		You may not post new threads 
		You may not post replies 
		You may not post attachments 
		You may not edit your posts 
		 
		
		
		
		
		HTML code is Off 
		 
		
	  | 
 
 
	 | 
	
		
	 | 
 
 
All times are GMT -4. The time now is 10:53 PM. 
 
		 
	 
 
 
     | 
     | 
    
   
      | 
     | 
      | 
    
   
     | 
      | 
     | 
    
   
       | 
      | 
       | 
     
    
    
  | 
   |