[Tut] Raising the level cap

Skilled Illusionist
Joined
Apr 17, 2008
Messages
316
Reaction score
1
I had a difficult time finding a guide to raise the level cap until I fount a post by Moogra on how to raise it to 255.

1st. Goto Serversource/src/net/sf/odinms/client/maplecharacter.java
2nd. Press Ctrl+H and in the "Find" box type in 200, In the "Replace" box type in the new level cap you want.
3rd. Press "Find Next" and look for all the results that have "Level" by them.(Ex. if (getLevel() < 200), while (level < 200, or if (level == 200))
4th. In the same folder, open up ExpTable.java
5th. Scroll down til you see something like
Code:
public class ExpTable {
	private static int[] exp = { 0, 15, 34, 57, 92, 135, 372, 560, 840, 1242, 1716, 2360, 3216, 4200, 5460, 7050, 8840,
		11040, 13716, 16680, 20216, 24402, 28980, 34320, 40512, 47216, 54900, 63666, 73080, 83720, 95700, 108480,
		122760, 138666, 155540, 174216, 194832, 216600, 240500, 266682, 294216, 324240, 356916, 391160, 428280, 468450,
		510420, 555680, 604416, 655200, 709716, 748608, 789631, 832902, 878545, 926689, 977471, 1031036, 1087536,
		1147032, 1209994, 1276301, 1346242, 1420016, 1497832, 1579913, 1666492, 1757815, 1854143, 1955750, 2062925,
		2175973, 2295216, 2420993, 2553663, 2693603, 2841212, 2996910, 3161140, 3334370, 3517093, 3709829, 3913127,
		4127566, 4353756, 4592341, 4844001, 5109452, 5389449, 5684790, 5996316, 6324914, 6671519, 7037118, 7422752,
		7829518, 8258575, 8711144, 9188514, 9692044, 10223168, 10783397, 11374327, 11997640, 12655110, 13348610,
		14080113, 14851703, 15665576, 16524049, 17429566, 18384706, 19392187, 20454878, 21575805, 22758159, 24005306,
		25320796, 26708375, 28171993, 29715818, 31344244, 33061908, 34873700, 36784778, 38800583, 40926854, 43169645,
		45535341, 48030677, 50662758, 53439077, 56367538, 59456479, 62714694, 66151459, 69776558, 73600313, 77633610,
		81887931, 86375389, 91108760, 96101520, 101367883, 106992842, 112782213, 118962678, 125481832, 132358236,
		139611467, 147262175, 155332142, 163844343, 172823012, 182293713, 192283408, 202820538, 213935103, 225658746,
		238024845, 251068606, 264827165, 279339639, 294647508, 310794191, 327825712, 345790561, 364739883, 384727628,
		405810702, 428049128, 451506220, 476248760, 502347192, 529875818, 558913012, 589541445, 621848316, 655925603,
		691870326, 729784819, 769777027, 811960808, 856456260, 903390063, 952895838, 1005114529, 1060194805,
		1118293480, 1179575962, 1244216724, 1312399800, 1384319309, 1460180007, 1540197871, 1624600714, 1713628833,
		1807535693, 1906558648, 2011069705, 2121276324 };
6th. Now you see a ton of numbers, If you didnt already find out, this is the exp needed to level up from levesl 1-200. Now you have to add the exp to next level from level 200-whatever you raised your cap too. If you wanna make the exp from 200 to 201, 10000 exp, then you add ",10000" after the last exp number so it looks like this
Code:
1807535693, 1906558648, 2011069705, 2121276324[B], 10000[/B] };

Congratulations, you have changed your level cap.

Credits:
Moogra for posting how to change cap.
Me for guide.
Im almost positive this wasnt posted before. Please, none of that "I ALREADY HAD THIS ON MY SERVER" Because I dont care if you've known this since you were a 2 years old.
 
Last edited:
Initiate Mage
Joined
Aug 20, 2008
Messages
1
Reaction score
0
Re: [GUIDE] Raising the level cap

Wow, this is nice will definetly use =.0
 
Skilled Illusionist
Joined
Apr 17, 2008
Messages
316
Reaction score
1
Re: [GUIDE] Raising the level cap

Thanks ^_^ Glad to see its useful
 
Newbie Spellweaver
Joined
May 16, 2008
Messages
58
Reaction score
0
Re: [GUIDE] Raising the level cap

i dont have the exp table =(
 
Skilled Illusionist
Joined
Apr 17, 2008
Messages
316
Reaction score
1
Re: [GUIDE] Raising the level cap

ExpTable.java? Should be in the folder with maplecharacter.java What source are you running?
 
Skilled Illusionist
Loyal Member
Joined
May 5, 2008
Messages
352
Reaction score
0
Re: [GUIDE] Raising the level cap

pretty easy guide but cud be more clearer? XD
 
Senior
Loyal Member
Joined
Feb 8, 2008
Messages
1,873
Reaction score
42
Re: [GUIDE] Raising the level cap

yea didnt really understand this
 
Skilled Illusionist
Loyal Member
Joined
May 5, 2008
Messages
352
Reaction score
0
Re: [GUIDE] Raising the level cap

are u stalking me o_O
 
Senior
Loyal Member
Joined
Feb 8, 2008
Messages
1,873
Reaction score
42
Re: [GUIDE] Raising the level cap

lol

im just looking through stuff
and you post on everything,

either that or im stalknig you
 
Skilled Illusionist
Loyal Member
Joined
May 5, 2008
Messages
352
Reaction score
0
Re: [GUIDE] Raising the level cap

i see +p
 
Skilled Illusionist
Joined
Apr 17, 2008
Messages
316
Reaction score
1
Re: [GUIDE] Raising the level cap

Ok I can update tomorrow, gtg sleep now :p
 
Junior Spellweaver
Joined
Jul 12, 2008
Messages
105
Reaction score
0
Re: [GUIDE] Raising the level cap

do we gotta compile? :D
 
Newbie Spellweaver
Joined
Aug 28, 2006
Messages
7
Reaction score
0
Re: [GUIDE] Raising the level cap

nice guide
 
Newbie Spellweaver
Joined
May 16, 2008
Messages
58
Reaction score
0
Re: [GUIDE] Raising the level cap

lol im back and with better server but since im cool i made lvl 1337 only reachable by me and if i changed it to 1337 and i dont want anyone to get there do i still have to put it in exp table cuz im to lazy to add like 800 0's
 
Mythic Archon
Loyal Member
Joined
Jul 23, 2008
Messages
796
Reaction score
56
Re: [GUIDE] Raising the level cap

lol im back and with better server but since im cool i made lvl 1337 only reachable by me and if i changed it to 1337 and i dont want anyone to get there do i still have to put it in exp table cuz im to lazy to add like 800 0's

No obviously 1337>255 right? Therefore level 1337 can never exist. Oh well, you'll never reach the "cool level"
 
Newbie Spellweaver
Joined
Aug 1, 2008
Messages
26
Reaction score
0
Re: [GUIDE] Raising the level cap

do i have to set more than 1 in exptable.java if the level cap shold be like 255?
 
Experienced Elementalist
Joined
Jul 26, 2008
Messages
280
Reaction score
0
Re: [GUIDE] Raising the level cap

LoL nice guide. But 10k exp to 201 is kinda.. yeah :X I recommend u just copy paste the exp for lvl 200, 55 times :p
 
Back
Top