From 792e636a32ed194adf6bc77d366e9ce01aed4cfd Mon Sep 17 00:00:00 2001 From: Shocker Date: Wed, 14 Nov 2012 23:41:32 +0200 Subject: Core/Config: Implement CONFIG_MAX_JUSTICE_POINTS and CONFIG_START_JUSTICE_POINTS options --- src/server/worldserver/worldserver.conf.dist | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/server/worldserver') diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 650695a1397..217daeeca6a 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -792,6 +792,20 @@ MaxHonorPoints = 75000 StartHonorPoints = 0 +# +# MaxJusticePoints +# Description: Maximum justice points a character can have. +# Default: 400000 + +MaxJusticePoints = 400000 + +# +# StartJusticePoints +# Description: Amount of justice points that characters have after creation. +# Default: 0 + +StartJusticePoints = 0 + # # MaxArenaPoints # Description: Maximum arena points a character can have. -- cgit v1.2.3