Page 1 of 1

gameserver error

Posted: Thu Mar 03, 2011 12:46 am
by darknessneo
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4511
L2JDP Revision Number:7810

Hello to all, since the last update of my server with eclipse, i have this error :

Code: Select all

2011.03.03 01:19:59,476 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - DatapackRoot2011.03.03 01:19:59,519 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - EnchantChanceElementStone2011.03.03 01:19:59,519 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - EnchantChanceElementCrystal2011.03.03 01:19:59,520 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - EnchantChanceElementJewel2011.03.03 01:19:59,520 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - EnchantChanceElementEnergy2011.03.03 01:19:59,527 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - EnableBlockCheckerEvent2011.03.03 01:19:59,528 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - BlockCheckerMinTeamMembers2011.03.03 01:19:59,528 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - HBCEFairPlay2011.03.03 01:19:59,535 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - MultiLangSystemMessageEnable2011.03.03 01:19:59,536 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - MultiLangSystemMessageAllowed2011.03.03 01:19:59,539 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyStartPoints2011.03.03 01:19:59,539 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyWeeklyPoints2011.03.03 01:19:59,539 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyTeamsParticipants2011.03.03 01:19:59,539 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyClassedReward2011.03.03 01:19:59,540 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyNonClassedReward2011.03.03 01:19:59,540 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyTeamReward2011.03.03 01:19:59,540 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyMinMatchesForPoints 
someone can help me for fix them? thx

Re: gameserver error

Posted: Thu Mar 03, 2011 2:16 am
by Zoey76
Those are not errors.

That messages means that some configuration values are missing in some files and default values will be used.

Verify the following files (Your_Server_Root/gameserver/config):
Character.properties (EnchantChanceElementStone, EnchantChanceElementCrystal, EnchantChanceElementJewel, EnchantChanceElementEnergy)
General.properties (EnableBlockCheckerEvent, BlockCheckerMinTeamMembers, HBCEFairPlay)
l2jmods.properties (MultiLangSystemMessageEnable, MultiLangSystemMessageAllowed)
olympiad.properties (AltOlyStartPoints, AltOlyWeeklyPoints, AltOlyTeamsParticipants, AltOlyClassedReward, AltOlyNonClassedReward, AltOlyTeamReward, AltOlyMinMatchesForPoints)

Re: gameserver error

Posted: Thu Mar 03, 2011 1:29 pm
by darknessneo
right, i fixed alot of values, thx to you, but somes values doesnt not exist in somes files, like datapackroot. But, nvm, if the server use defaut values ^^