Set AbilityMaxPoints to 26.
This commit is contained in:
parent
b42bb3b9af
commit
223a342f3a
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user