Cant change max level.

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Cant change max level.

Post by JMD »

I used to change via the experience.xml file but now when i do the server just stops at this error bellow
.

Code: Select all

InitialShortcutData: Loaded 0 Macros presets.
ExperienceTable: Loaded 81 levels.
ExperienceTable: Max Player Level is: 80
ExperienceTable: Max Pet Level is: 81
Exception in thread "main" java.lang.ExceptionInInitializerError
        at com.l2jserver.gameserver.datatables.PlayerXpPercentLostData.getInstan
ce(PlayerXpPercentLostData.java:84)
        at com.l2jserver.gameserver.L2Server.<init>(L2Server.java:246)
        at com.l2jserver.gameserver.L2Server.main(L2Server.java:519)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 82
        at com.l2jserver.gameserver.datatables.PlayerXpPercentLostData.parseDocu
ment(PlayerXpPercentLostData.java:61)
        at com.l2jserver.gameserver.engines.DocumentParser.parseFile(DocumentPar
ser.java:108)
        at com.l2jserver.gameserver.engines.DocumentParser.parseDatapackFile(Doc
umentParser.java:68)
        at com.l2jserver.gameserver.datatables.PlayerXpPercentLostData.load(Play
erXpPercentLostData.java:46)
        at com.l2jserver.gameserver.datatables.PlayerXpPercentLostData.<init>(Pl
ayerXpPercentLostData.java:40)
        at com.l2jserver.gameserver.datatables.PlayerXpPercentLostData$Singleton
Holder.<clinit>(PlayerXpPercentLostData.java:89)
        ... 3 more
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: Cant change max level.

Post by Sdw »

Update PlayerXpPercentLostData.xml file in DP, it's tide to Experience table. (remove / add some level there)
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Cant change max level.

Post by JMD »

Sdw wrote:Update PlayerXpPercentLostData.xml file in DP, it's tide to Experience table. (remove / add some level there)
Thanks that worked and also i have to change all the Chartemplates levelupagain, made 85 to 80, 84 to 80 and so on.
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: Cant change max level.

Post by Sdw »

Yeah, sorry, I thought you had that sorted out already ;)
Post Reply