L2J How can i increase max lvl of a char?

Status
Not open for further replies.
Newbie Spellweaver
Joined
Oct 1, 2005
Messages
16
Reaction score
0
hi all... anyone can tell me how i can increase the max lvl of a char? On my server max lvl is 75... if i want that max lvl is 80 how i kan do it?
 
Newbie Spellweaver
Joined
Nov 7, 2004
Messages
94
Reaction score
0
Max lvl in L2j is 80, i dont think u can change that, and if it were possible, it gotta be very complicated.
 
Upvote 0
Skilled Illusionist
Joined
May 12, 2005
Messages
327
Reaction score
0
This is posable to increase lvl till 80.
A lot of servers have it now but i don't know how to do it.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 4, 2004
Messages
30
Reaction score
0
Edit source files of your l2j server
java\net\sf\l2j\gameserver\model\experience.java
and compile in Eclipse...
very easy...
 
Upvote 0
Newbie Spellweaver
Joined
Nov 7, 2004
Messages
94
Reaction score
0
Any max lvl? And if its possible, can u explain a lil better?
 
Upvote 0
Newbie Spellweaver
Joined
Oct 4, 2004
Messages
30
Reaction score
0
first maybe you look at this file coz it is really simple

etc., etc.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 4, 2004
Messages
30
Reaction score
0
I believe it is already set in database: lvlupgain table
If U want to add more skills at higher level modify skill_trees table in database...
also skills levels and stats to be stronger in XML files in your l2j server directory...
 
Upvote 0
Status
Not open for further replies.