Thread: Change max combat level

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Change max combat level 
    20lbs of pussy and ass

    Afro's Avatar
    Join Date
    Nov 2006
    Age
    34
    Posts
    980
    Thanks given
    20
    Thanks received
    103
    Rep Power
    773
    This was posted by request, not my fault if already posted.

    Purpose: Change max combat on your server

    Difficulty: 1

    Assumed Knowledge: Ctrl F

    Server Base: Testscape

    Classes Modified: Client.java and Player.Java

    Procedure
    Step 1: Go into Player.java hit ctrl F and search for:
    Code:
    		for (int lvl = 1;
    Step 2: You should find something similar to:
    Code:
    		for (int lvl = 1; lvl <= 200; lvl++) {
    			points += Math.floor((double)lvl + 300.0 * Math.pow(2.0, (double)lvl / 7.0));
    			output = (int)Math.floor(points / 4);
    			if (output >= exp)
    				return lvl;
    		}
    		return 200;
    	}
    ^ In this code the max skill level on my server is 200 to change that I must change all the 200's to the skill level I want.

    Step 3: once done with play.java open client.java and SEARCH FOR THE SAME THING, AND DO EXACTLY THE SAME THING YOU DID IN PLAYER.JAVA

    Credits: Wrote this in 5 minutes. Me
     

  2. #2  
    Leet
    Guest
    EDIT:A-HA found right thing my max cb was 250 and i just changed max stat but still thanks.
     

  3. #3  
    20lbs of pussy and ass

    Afro's Avatar
    Join Date
    Nov 2006
    Age
    34
    Posts
    980
    Thanks given
    20
    Thanks received
    103
    Rep Power
    773
    No problem.
     

  4. #4  
    haz425
    Guest
    This have already been Posted.
     

  5. #5  
    20lbs of pussy and ass

    Afro's Avatar
    Join Date
    Nov 2006
    Age
    34
    Posts
    980
    Thanks given
    20
    Thanks received
    103
    Rep Power
    773
    Really? I don't know this was posted by a REQUEST I don't take responsibility.
     

  6. #6  
    Registered Member
    Join Date
    May 2007
    Posts
    95
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    If you wanted to help the person requesting, you can just direct them to the tut that was already posted....and the person that requested doesnt know how to search =o
    You dont need to do the player.java thing.
     

  7. #7  
    20lbs of pussy and ass

    Afro's Avatar
    Join Date
    Nov 2006
    Age
    34
    Posts
    980
    Thanks given
    20
    Thanks received
    103
    Rep Power
    773
    Yes you do or else your level can go over 200.
     

  8. #8  
    Registered Member
    Join Date
    May 2007
    Posts
    95
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    It can, it just doesn't have a accurate combat lvl to go with it.
     

  9. #9  
    Web Developer


    Join Date
    Oct 2006
    Age
    30
    Posts
    254
    Thanks given
    0
    Thanks received
    7
    Rep Power
    108
    Why post this? This is like the easyest thing to do, If you cant your a real noob.
     

  10. #10  
    20lbs of pussy and ass

    Afro's Avatar
    Join Date
    Nov 2006
    Age
    34
    Posts
    980
    Thanks given
    20
    Thanks received
    103
    Rep Power
    773
    ^ Then all the new people getting into Private Servers, are all going to be called noobs? I'll bet you were a noob once.
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 2
    Last Post: 11-29-2010, 04:53 PM
  2. how to change combat level
    By timdude214 in forum Help
    Replies: 2
    Last Post: 06-18-2010, 06:18 PM
  3. How to change max level to 135 (not combat)
    By Unlucky4ever in forum Requests
    Replies: 1
    Last Post: 07-17-2009, 11:03 AM
  4. how do u change the combat level?
    By `Rob in forum Help
    Replies: 2
    Last Post: 03-14-2009, 08:03 AM
  5. How I change combat level 126 to 138?
    By Reloader in forum Help
    Replies: 1
    Last Post: 03-06-2009, 05:03 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •