Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO 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.
 
Newbie Spellweaver
Joined
Feb 22, 2008
Messages
65
Reaction score
0
Re: [TUT] Changing Max Skill Level And Combat Level[TUT]

Nice Thanks I was Looking For This
 
Skilled Illusionist
Joined
Jul 9, 2007
Messages
361
Reaction score
3
Re: [TUT] Changing Max Skill Level And Combat Level[TUT]

This is a awesome tutorial, I understood this perfectly. Good job there!
 
Member
Joined
Jan 10, 2007
Messages
530
Reaction score
12
Re: [TUT] Changing Max Skill Level And Combat Level[TUT]

Thanks :D there's no easier tut...
 
Junior Spellweaver
Joined
Apr 12, 2008
Messages
105
Reaction score
1
Re: [TUT] Changing Max Skill Level And Combat Level[TUT]

Right thanks man
 
Newbie Spellweaver
Joined
Nov 30, 2007
Messages
21
Reaction score
0
Re: [TUT] Changing Max Skill Level And Combat Level[TUT]

WoW Good comments xD
 
Junior Spellweaver
Joined
Jul 21, 2007
Messages
133
Reaction score
0
Re: [TUT] Changing Max Skill Level And Combat Level[TUT]

:O thanks! VERY useful!


Mayflair.
 
Newbie Spellweaver
Joined
Nov 30, 2007
Messages
21
Reaction score
0
Re: [TUT] Changing Max Skill Level And Combat Level[TUT]

:) Keep up the comments please!
 
Newbie Spellweaver
Joined
Feb 18, 2007
Messages
99
Reaction score
0
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?
 
Joined
Jan 23, 2007
Messages
2,605
Reaction score
360
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:
 
Newbie Spellweaver
Joined
Jun 21, 2007
Messages
62
Reaction score
0
Re: [Tut] Changing Max Skill Level And Combat Level

very very nice! i have lucking for this tut ;)
 
Junior Spellweaver
Joined
Apr 1, 2007
Messages
123
Reaction score
0
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?
 
right + down + X
Loyal Member
Joined
May 25, 2006
Messages
1,688
Reaction score
298
Re: [Tut] Changing Max Skill Level And Combat Level

@ Nikx: you did not compile your source files.

@tj960: in order to do that, you'd have to modify the combat formula, and that's not a good thing to be messing with
 
Elite Diviner
Loyal Member
Joined
Nov 20, 2006
Messages
462
Reaction score
1
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 ....
 
Initiate Mage
Joined
Sep 15, 2008
Messages
2
Reaction score
0
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?
 
Initiate Mage
Joined
Dec 4, 2008
Messages
1
Reaction score
0
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)
 
Skilled Illusionist
Joined
Nov 21, 2008
Messages
300
Reaction score
4
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?
 
Initiate Mage
Joined
Dec 21, 2008
Messages
1
Reaction score
0
Re: [Tut] Changing Max Skill Level And Combat Level

how do you do this on a 508 server?
 
Newbie Spellweaver
Joined
May 17, 2008
Messages
14
Reaction score
0
Re: [Tut] Changing Max Skill Level And Combat Level

thanks
good job !
 
Back
Top