summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/battle_athena.conf11
-rw-r--r--conf/battle_local.conf.example1
2 files changed, 8 insertions, 4 deletions
diff --git a/conf/battle_athena.conf b/conf/battle_athena.conf
index 474fcfd3..a4806bec 100644
--- a/conf/battle_athena.conf
+++ b/conf/battle_athena.conf
@@ -75,20 +75,20 @@ attribute_recover: yes
item_auto_get: no
// How long does it take for an item to disappear from the floor after it is dropped? (in miliseconds)
-flooritem_lifetime: 60000
+flooritem_lifetime: 120000
// How long before the first person who did the most damage to a monster can get the item? (in milliseconds)
-item_first_get_time: 3000
+item_first_get_time: 15000
// How long before the second person who did the second most damage to a monster can get the item? (in milliseconds)
// (It Adds Time From The First Persons Time)
// So, It Is Like First Person's Time + Second Person's Time = Time Before Second Person Can Get The Items
-item_second_get_time: 1000
+item_second_get_time: 10000
// How long before the third person who did the third most/least damage to a monster can get the item? (in milliseconds)
// (It Adds Time From The First Persons Time And Second Persons Time)
// So, It Is Like First Person's Time + Second Person's Time + Third Person's Time = Time Before Third Person Can Get The Items
-item_third_get_time: 1000
+item_third_get_time: 5000
// How long before the first person who did the most damage to a MVP can get the item? (in milliseconds)
mvp_item_first_get_time: 10000
@@ -723,3 +723,6 @@ spam_threshold: 10
// Maximum line lengt, if a message is above chat_maxline, its dropped [1-512]. Default 255.
chat_maxline: 512
+
+// local settings for this server in this file
+import: conf/battle_local.conf
diff --git a/conf/battle_local.conf.example b/conf/battle_local.conf.example
new file mode 100644
index 00000000..c9ba222c
--- /dev/null
+++ b/conf/battle_local.conf.example
@@ -0,0 +1 @@
+// Nothing needs to be done here.