Set AbilityMaxPoints to 26.
This commit is contained in:
@@ -828,8 +828,8 @@ GoDVideoIntro = True
|
|||||||
# Ability Settings:
|
# Ability Settings:
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# The maximum ability points character could possibly have.
|
# The maximum ability points character could possibly have.
|
||||||
# Default: 16
|
# Default: 26
|
||||||
AbilityMaxPoints = 16
|
AbilityMaxPoints = 26
|
||||||
|
|
||||||
# SP needed to reset used ability point.
|
# SP needed to reset used ability point.
|
||||||
# Default: 500000000
|
# Default: 500000000
|
||||||
|
@@ -1694,7 +1694,7 @@ public final class Config
|
|||||||
SILENCE_MODE_EXCLUDE = Character.getBoolean("SilenceModeExclude", false);
|
SILENCE_MODE_EXCLUDE = Character.getBoolean("SilenceModeExclude", false);
|
||||||
SHOW_GOD_VIDEO_INTRO = Character.getBoolean("GoDVideoIntro", true);
|
SHOW_GOD_VIDEO_INTRO = Character.getBoolean("GoDVideoIntro", true);
|
||||||
PLAYER_MOVEMENT_BLOCK_TIME = Character.getInt("NpcTalkBlockingTime", 0) * 1000;
|
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);
|
ABILITY_POINTS_RESET_SP = Character.getLong("AbilityPointsResetSP", 500000000);
|
||||||
|
|
||||||
// Load Telnet config file (if exists)
|
// Load Telnet config file (if exists)
|
||||||
|
Reference in New Issue
Block a user