Divinerscape
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Divinerscape

Divinerscape beta 562 And 508
 
HomeGalleryLatest imagesSearchRegisterLog in
562 Leveling over level 99 Statusimg.php?ip=divinerscape.no-ip
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» Dota 6.78 Ai
562 Leveling over level 99 I_icon_minitimeTue Feb 18, 2014 5:14 am by chaunnef

» Autodata 3.38 Suomi Torrent
562 Leveling over level 99 I_icon_minitimeTue Feb 18, 2014 3:35 am by chaunnef

» Los Reyes De Arranque Puro Pinche Party Rar
562 Leveling over level 99 I_icon_minitimeFri Feb 14, 2014 5:51 pm by chaunnef

» SEVER NEEDS WORK!
562 Leveling over level 99 I_icon_minitimeSat Jun 16, 2012 11:48 am by mosf1415

» Keep spawning at falador??? when login with a new account
562 Leveling over level 99 I_icon_minitimeMon Aug 16, 2010 8:22 am by Jimmy300114

» How to Add Costum items (like agile and H'ween stuff)
562 Leveling over level 99 I_icon_minitimeSat Aug 14, 2010 8:35 am by Jimmy300114

» Making Npc's Talk???
562 Leveling over level 99 I_icon_minitimeSat Aug 14, 2010 6:02 am by Jimmy300114

» How do you Make Construction and Making G.e Work???
562 Leveling over level 99 I_icon_minitimeSat Aug 14, 2010 5:31 am by Jimmy300114

» omfg put the server on!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
562 Leveling over level 99 I_icon_minitimeThu Aug 12, 2010 4:30 am by d3mons

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

 

 562 Leveling over level 99

Go down 
3 posters
AuthorMessage
zeck
Owner
Owner



Posts : 27
Reputation : 3
Join date : 2010-01-17
Age : 33
Location : Florida

562 Leveling over level 99 Empty
PostSubject: 562 Leveling over level 99   562 Leveling over level 99 I_icon_minitimeWed Apr 28, 2010 9:58 pm

Ok so you go to
src > com > rs2hd > model > Skills.java

And that's pretty simple isn't it?
Ok now on line 232 or the line that says.

Code:

double exp = player.getSkills().xp[skill];
  int points = 0;
  int output = 0;
  for(int lvl = 1; lvl < 1000; lvl++) {
  points += Math.floor((double)lvl + 300.0 * Math.pow(2.0, (double)lvl / 7.0));
  output = (int) Math.floor(points / 4);
  if((output - 1) >= exp) {
    return lvl;
  }
  }
  return 99;
 }

What you do is where it says
Code:

 return 99;

You change the 99 to w/e number just don't go excited and make it 9999999999999999 just leave it 99. or 999.
To make it so the max combat level is 209 I recommend you put it to 150. And there you have it. A pretty easy tutorial?
Back to top Go down
https://divinerscape.forumotion.com
Chex

Chex


Posts : 4
Reputation : 0
Join date : 2010-06-15

562 Leveling over level 99 Empty
PostSubject: Re: 562 Leveling over level 99   562 Leveling over level 99 I_icon_minitimeTue Jun 15, 2010 8:24 pm

will it show as example 100/99 or 100/100?
Back to top Go down
denbruno




Posts : 2
Reputation : 0
Join date : 2010-07-29

562 Leveling over level 99 Empty
PostSubject: Re: 562 Leveling over level 99   562 Leveling over level 99 I_icon_minitimeThu Jul 29, 2010 8:15 am

I tried it out and it shows 200/99. Wonder how to make it go 200/200 :p
Back to top Go down
Sponsored content





562 Leveling over level 99 Empty
PostSubject: Re: 562 Leveling over level 99   562 Leveling over level 99 I_icon_minitime

Back to top Go down
 
562 Leveling over level 99
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Divinerscape :: Html, C++, Java, Server Tutorials-
Jump to: