diff options
| author | Shocker <shocker@freakz.ro> | 2012-11-14 23:41:32 +0200 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2012-11-14 23:41:32 +0200 |
| commit | 792e636a32ed194adf6bc77d366e9ce01aed4cfd (patch) | |
| tree | 2c75e9f9d573c69e8b21e831705ee0d5a250f52d /src/server/worldserver | |
| parent | 967068d81ac42609d5d3990f52dc3714a1266571 (diff) | |
Core/Config: Implement CONFIG_MAX_JUSTICE_POINTS and CONFIG_START_JUSTICE_POINTS options
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ -793,6 +793,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. # Default: 10000 |
