We have added values for some features that we thought were missing to add.
# ---------------------------------------------------------------------------
# Aggro Range Setting
# ---------------------------------------------------------------------------
# Enables the limit for max aggro range.
# Default: False
AllowMaxAggroRange = False
# Sets the max limit of the aggro range.
# Keep in mind if the Npc has an AI aggro range, this value will be ignored.
# Default: 500
MaxAggroRange = 500
# ---------------------------------------------------------------------------
# Party Members Limit
# ---------------------------------------------------------------------------
# Change max member in party:
# Important! More than 12 players will cause the client to generate a critical error.
# Default: 9
MaxPartyMembers = 9
# ---------------------------------------------------------------------------
# Hero Skill Tree Setting
# ---------------------------------------------------------------------------
# Set hero type skill tree of player:
# NOTE: "0" only add hero skill in main class.
# NOTE: "1" only add hero skill in the first subclass active.
# NOTE: "2" only add hero skill in the second subclass active.
# NOTE: "3" only add hero skill in the third subclass active.
# NOTE: "4" add hero skill in main and subclass active.
# Default: 0
HeroTypeSkillTree = 0
# ---------------------------------------------------------------------------
# Summon Siege Golem in Territory War Setting
# ---------------------------------------------------------------------------
# Allows you to use Siege Machines in Territory War.
# Default: False
AllowSummonSiegeGolemInTW = False
# ---------------------------------------------------------------------------
# Custom GM Super Haste (Skill Id 10099)
# ---------------------------------------------------------------------------
# Increase stats on retail GM Super Haste skill
# Default: False
EnableCustomSuperHaste = False
# ---------------------------------------------------------------------------
# Castle Control Tower Animation
# ---------------------------------------------------------------------------
# Check flame towers to enabled animation of slow traps.
# Default: True
CheckFlameTowersAnimation = True
# ---------------------------------------------------------------------------
# Item Brocker Bet Radius
# ---------------------------------------------------------------------------
# If enabled, the player can not bet beyond the radius of the NPC Item Brocker.
# Default: False
EnableItemBrockerBetRadius = False
# Item Brocker action range.
# Default: 700
MaxItemBrockerBetRadius = 700
# ---------------------------------------------------------------------------
# Ranges for Private Stores
# ---------------------------------------------------------------------------
# Minimum distance from npc to open a new private store (0 to disabled).
# Default: 150
ShopMinRangeFromNpc = 150
# Minimum distance from player to open a new private store (0 to disabled).
# Default: 75
ShopMinRangeFromPlayer = 75
# ---------------------------------------------------------------------------
# Auto Loot Extension Voiced Command
# ---------------------------------------------------------------------------
# Adena Loot also earn Seal Stone(s)
# Default: False
AutoLootVoiceEnabled = False
# Restore Auto Loot(s) after restart/shutdown.
# Default: False
AutoLootVoiceRestore = False
AutoLootRaidVoiceRestore = False
AutoLootItemsVoiceRestore = False
AutoLootHerbsVoiceRestore = False
# Auto Loot Item(s) only in the list by command: (.itemloot)
# Default: 57,5575,6360,6361,6362
AutoLootItemsList = 57,5575,6360,6361,6362
# Auto Loot Herb(s) only in the list by command: (.herbloot)
# Default: 8600,8601,8602,8603,8604,8605,8614,13028
AutoLootHerbsList = 8600,8601,8602,8603,8604,8605,8614,13028
# ---------------------------------------------------------------------------
# Automatic Database Backup Settings
# ---------------------------------------------------------------------------
# Generate database backups when server restarts or shuts down.
# Default: False
BackupDatabase = False
# Path to MySQL bin folder. Only necessary on Windows.
# Default: C:/Program Files/MySQL/MySQL Server 8.0/bin/
MySqlBinLocation = C:/Program Files/MySQL/MySQL Server 8.0/bin/
# Path where MySQL backups are stored.
# Default: "../backup/"
BackupPath = ../backup/
# Maximum number of days that backups will be kept.
# Old files in backup folder will be deleted.
# Set to 0 to disable.
# Default: 30
BackupDays = 30