GUIDE

Server configuration files - where settings are changed

L
L2BabylonThread starter
Sep 14, 2026 12:15

OVERVIEW

L2BABYLON is configured mainly through server-side INI / properties files plus datapack XML and spawn files.

CONFIRMED PROJECT CONFIG FILES

Character.ini
Used for character-related options, including server-type-dependent new-character spawn behavior.

AuctionHouse.ini
Used for Auction House enable/disable, currency behavior and related marketplace options.

kamaloka.ini
Used for Solo / Party Kamaloka options, timers, reset periods, custom PvP mobs and drops.

SkillEnchant.ini
Used for the Enchant Skill NPC and its PvP / Low server availability.

SYSTEM-SPECIFIC CONFIGS

Other custom systems such as Phantom / Autobots, Premium, Augment Skill Shop and Auto Farm use the module-specific configuration file supplied with the current server revision.

HOW TO CHANGE A SETTING

1. Stop GameServer if the option is loaded only at startup.
2. Open the required .ini / .properties file with a text editor.
3. Change only the value after '='.
4. Keep the setting name unchanged.
5. Save using UTF-8 text format.
6. Start GameServer and check the console for errors.

BOOLEAN EXAMPLE

FeatureEnabled = True
FeatureEnabled = False

NUMBER EXAMPLE

SearchRadius = 1200

COORDINATE EXAMPLE

SpawnX = -75176
SpawnY = 161656
SpawnZ = -3304

👍 0 Quote
Only Admin can reply/update in this section.