Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

[Tut - A] [317] Changing Max Skill Level And Combat Level

Newbie Spellweaver
Joined
Nov 30, 2007
Messages
21
Reaction score
0
1. Go in client.java Push CTRL + F
2. Search for

getLevelForXP

Than somewhere in there u should see this:

for (int lvl = 1; lvl <= 135; lvl++) {

(135 Is my max level) Change the 135 to level u want Like 120

Than search for
return 135;

change that 135 also in 120

With max skill level 135 max combat will be 172

Compile and done


- Posted by me on moparscape. I want to sahre them with ragezone also -

Comments if i helped u please.
 
Re: [Tut] Changing Max Skill Level And Combat Level

Thank's but is there a way to keep the stats at 99 and make the max combat level 136?

Yeh i think there is a way... Erm if you dont change the 99 BUT change the amount of EXP is given and change the max lvl to 136 then im sure the exp will lvl a stat without it changing.. Im not sure tbh.:scratch:
 
Re: [Tut] Changing Max Skill Level And Combat Level

how come when i do changes to stuff changes dont take effect when i open server?
 
Re: [Tut] Changing Max Skill Level And Combat Level

why is there exactly a tutorial for this? i dont think it takes a genius to go on the client and look up "level" or "99" ...

blah ....
 
Re: [Tut] Changing Max Skill Level And Combat Level

THANKS ALLOT, I really needed this..I just got 1 problem..I did max skill level 200 and when I try to heal from 99/200 it manages to go to 135 but it doesn't heal any further, what do i do?
 
Re: [Tut] Changing Max Skill Level And Combat Level

Umm, I compiled and it came up with an error... "...client.java:13981: ';' expected blah blah blah..." along with 3 other errors any help (im a crappy editor)
 
Re: [Tut] Changing Max Skill Level And Combat Level

eh i just tried i see the max level of the skills are 135 but i cant level past 99 lol help?
 
Re: [Tut] Changing Max Skill Level And Combat Level

how do you do this on a 508 server?
 
Re: [Tut] Changing Max Skill Level And Combat Level

thanks
good job !
 
Back