Set AbilityMaxPoints to 26.

This commit is contained in:
MobiusDev 2017-11-11 17:23:47 +00:00
parent b42bb3b9af
commit 223a342f3a
2 changed files with 3 additions and 3 deletions

View File

@ -828,8 +828,8 @@ GoDVideoIntro = True
# Ability Settings:
# ---------------------------------------------------------------------------
# The maximum ability points character could possibly have.
# Default: 16
AbilityMaxPoints = 16
# Default: 26
AbilityMaxPoints = 26
# SP needed to reset used ability point.
# Default: 500000000

View File

@ -1694,7 +1694,7 @@ public final class Config
SILENCE_MODE_EXCLUDE = Character.getBoolean("SilenceModeExclude", false);
SHOW_GOD_VIDEO_INTRO = Character.getBoolean("GoDVideoIntro", true);
PLAYER_MOVEMENT_BLOCK_TIME = Character.getInt("NpcTalkBlockingTime", 0) * 1000;
ABILITY_MAX_POINTS = Character.getInt("AbilityMaxPoints", 16);
ABILITY_MAX_POINTS = Character.getInt("AbilityMaxPoints", 26);
ABILITY_POINTS_RESET_SP = Character.getLong("AbilityPointsResetSP", 500000000);
// Load Telnet config file (if exists)