Thread: How to change the max level from 99. [Matrix 718+]

Page 1 of 6 123 ... LastLast
Results 1 to 10 of 56
  1. #1 How to change the max level from 99. [Matrix 718+] 
    Owner of Virtus
    k0ed ur mom's Avatar
    Join Date
    Jun 2012
    Age
    31
    Posts
    541
    Thanks given
    20
    Thanks received
    46
    Rep Power
    11
    I've seen a few people requesting how to change the max skill level and no tutorials.


    SERVER SIDED
    In skills.java Find
    Code:
    	public int getLevelForXp(int skill) {
    		double exp = xp[skill];
    		int points = 0;
    		int output = 0;
    		for (int lvl = 1; lvl <= (skill == DUNGEONEERING ? 120 : 99); lvl++) {
    			points += Math.floor(lvl + 300.0 * Math.pow(2.0, lvl / 7.0));
    			output = (int) Math.floor(points / 4);
    			if ((output - 1) >= exp) {
    				return lvl;
    			}
    		}
    		return skill == DUNGEONEERING ? 120 : 99;
    	}
    And replace it with this
    Code:
    	public int getLevelForXp(int skill) {
    		double exp = xp[skill];
    		int points = 0;
    		int output = 0;
    		for (int lvl = 1; lvl <= (skill == DUNGEONEERING ? Dungeoneering max level here : other skills max level here); lvl++) {
    			points += Math.floor(lvl + 300.0 * Math.pow(2.0, lvl / 7.0));
    			output = (int) Math.floor(points / 4);
    			if ((output - 1) >= exp) {
    				return lvl;
    			}
    		}
    		return skill == DUNGEONEERING ? Dungeoneering max level here : other skills max level here;
    	}
    CLIENT SIDED
    In Class368.java find
    Code:
    	public static int[] anIntArray4002 = { 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 120 };
    For the purpose of this tutorial, I am making all 120, so replace with this
    Code:
    	public static int[] anIntArray4002 = { 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, 120 };
    Reply With Quote  
     

  2. #2  
    Registered Member Taylor Moon's Avatar
    Join Date
    Aug 2012
    Posts
    2,568
    Thanks given
    625
    Thanks received
    1,301
    Rep Power
    66
    idk why you'd need to, but at least someone knows how to make effort.
    Reply With Quote  
     

  3. #3  
    THE BASEDGOD

    Join Date
    Apr 2011
    Age
    25
    Posts
    255
    Thanks given
    12
    Thanks received
    34
    Rep Power
    118
    the total level number is pretty and thats the only reason i would do that, ever

    seems silly, but nice i guess
    Quote Originally Posted by TheBasedGod
    Bitch shake that ass on my dick woo woo swag
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Donator

    Old Oak's Avatar
    Join Date
    May 2011
    Age
    26
    Posts
    1,552
    Thanks given
    544
    Thanks received
    435
    Rep Power
    189
    Quote Originally Posted by Hobbes View Post
    the total level number is pretty and thats the only reason i would do that, ever

    seems silly, but nice i guess
    I never realized it would be 3000. Cool.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  6. #5  
    [MLP]
    My Little Pony's Avatar
    Join Date
    Aug 2012
    Posts
    316
    Thanks given
    32
    Thanks received
    25
    Rep Power
    10
    Only for the TL I'd do it for as well lol.
    Reply With Quote  
     

  7. #6  
    Registered Member
    Join Date
    Jun 2012
    Posts
    335
    Thanks given
    9
    Thanks received
    2
    Rep Power
    11
    Thank you
    is there a way i can get a prayer cape 120 cape like dung's 120 cape?
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Jun 2013
    Posts
    372
    Thanks given
    8
    Thanks received
    8
    Rep Power
    11
    why would some1 change the level lol , good job tho.
    Reply With Quote  
     

  9. #8  
    The stupid noob


    Join Date
    May 2011
    Age
    26
    Posts
    2,227
    Thanks given
    2,446
    Thanks received
    1,100
    Rep Power
    852
    Quote Originally Posted by joseph2005h View Post
    why would some1 change the level lol , good job tho.
    Because it's a private server, and they can if they want to
    Working on a 592 project c:
    Reply With Quote  
     


  10. #9  
    Coder in training
    Alienware's Avatar
    Join Date
    Oct 2011
    Age
    24
    Posts
    518
    Thanks given
    35
    Thanks received
    58
    Rep Power
    12
    Quote Originally Posted by mikkeljj1 View Post
    Thank you
    is there a way i can get a prayer cape 120 cape like dung's 120 cape?
    Would need to model one and add it to the cache.
    Quote Originally Posted by Alienware
    The heart of a server is its community.
    Reply With Quote  
     

  11. Thankful user:


  12. #10  
    Registered Member Taylor Moon's Avatar
    Join Date
    Aug 2012
    Posts
    2,568
    Thanks given
    625
    Thanks received
    1,301
    Rep Power
    66
    Quote Originally Posted by Tylerr View Post
    Because it's a private server, and they can if they want to
    Haha tuche.
    Reply With Quote  
     

Page 1 of 6 123 ... 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: 05-31-2015, 11:48 PM
  2. how to change the max stock quantity
    By goldenedge in forum Help
    Replies: 3
    Last Post: 04-21-2013, 04:33 AM
  3. how to change the max money ?
    By Kenaboy in forum Help
    Replies: 5
    Last Post: 11-15-2010, 05:57 PM
  4. Replies: 3
    Last Post: 03-22-2010, 12:44 AM
  5. How to change the levels required for armour
    By domo9122 in forum Tutorials
    Replies: 10
    Last Post: 08-18-2007, 08:14 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
  •