|
@@ -8,6 +8,9 @@
|
|
|
//General battle-related settings.
|
|
|
import: conf/battle/battle.conf
|
|
|
|
|
|
+//Battleground settings
|
|
|
+import: conf/battle/battleground.conf
|
|
|
+
|
|
|
//Settings specific to the client.
|
|
|
import: conf/battle/client.conf
|
|
|
|
|
@@ -17,14 +20,20 @@ import: conf/battle/drops.conf
|
|
|
//Experience rates, exp penalties, stats and max level settings.
|
|
|
import: conf/battle/exp.conf
|
|
|
|
|
|
+//Feature control (on/off) settings
|
|
|
+import: conf/battle/feature.conf
|
|
|
+
|
|
|
//GM levels, atcommands and hack-related configs.
|
|
|
import: conf/battle/gm.conf
|
|
|
|
|
|
//Guild and WoE settings
|
|
|
import: conf/battle/guild.conf
|
|
|
|
|
|
-//Battleground settings
|
|
|
-import: conf/battle/battleground.conf
|
|
|
+//Homunc related configuration
|
|
|
+import: conf/battle/homunc.conf
|
|
|
+
|
|
|
+//Instance settings
|
|
|
+import: conf/battle/instance.conf
|
|
|
|
|
|
//Item/card-specific and crafting related options.
|
|
|
import: conf/battle/items.conf
|
|
@@ -32,15 +41,16 @@ import: conf/battle/items.conf
|
|
|
//Mob related configuration
|
|
|
import: conf/battle/monster.conf
|
|
|
|
|
|
+// Anything else that didn't fit anywhere else.
|
|
|
+// Includes duel, day/night, mute/manner, log settings.
|
|
|
+import: conf/battle/misc.conf
|
|
|
+
|
|
|
//Party related configuration
|
|
|
import: conf/battle/party.conf
|
|
|
|
|
|
//Pet related configuration
|
|
|
import: conf/battle/pet.conf
|
|
|
|
|
|
-//Homunc related configuration
|
|
|
-import: conf/battle/homunc.conf
|
|
|
-
|
|
|
//Player specific settings
|
|
|
import: conf/battle/player.conf
|
|
|
|
|
@@ -50,12 +60,5 @@ import: conf/battle/skill.conf
|
|
|
//Status change related settings
|
|
|
import: conf/battle/status.conf
|
|
|
|
|
|
-//Feature control (on/off) settings
|
|
|
-import: conf/battle/feature.conf
|
|
|
-
|
|
|
-// Anything else that didn't fit anywhere else.
|
|
|
-// Includes duel, day/night, mute/manner, log settings.
|
|
|
-import: conf/battle/misc.conf
|
|
|
-
|
|
|
//Your custom config goes here.
|
|
|
import: conf/import/battle_conf.txt
|