Page 1 of 1

Cant change max level.

Posted: Mon Dec 22, 2014 9:42 pm
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

Re: Cant change max level.

Posted: Mon Dec 22, 2014 10:03 pm
by Sdw
Update PlayerXpPercentLostData.xml file in DP, it's tide to Experience table. (remove / add some level there)

Re: Cant change max level.

Posted: Tue Dec 23, 2014 12:52 pm
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.

Re: Cant change max level.

Posted: Tue Dec 23, 2014 12:53 pm
by Sdw
Yeah, sorry, I thought you had that sorted out already ;)