summaryrefslogtreecommitdiff
path: root/conf/map
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-04-28 19:10:42 -0300
committerJesusaves <cpntb1@ymail.com>2018-04-28 19:10:42 -0300
commitbca771a1fae25ed2cdfb870963ed5e43d9519c06 (patch)
tree25a01d45e6090da42dfb8a4c118b1820b7d14771 /conf/map
parent00831c5057adb48063626a5855bf3c45d0d2dd0c (diff)
downloadserverdata-bca771a1fae25ed2cdfb870963ed5e43d9519c06.tar.gz
serverdata-bca771a1fae25ed2cdfb870963ed5e43d9519c06.tar.bz2
serverdata-bca771a1fae25ed2cdfb870963ed5e43d9519c06.tar.xz
serverdata-bca771a1fae25ed2cdfb870963ed5e43d9519c06.zip
Merge evol-server-data with TMW2.
Unexpected bugs may show up, beware. Conversion scripts were NOT used
Diffstat (limited to 'conf/map')
-rw-r--r--conf/map/battle/feature.conf8
-rw-r--r--conf/map/battle/items.conf4
-rw-r--r--conf/map/battle/monster.conf4
3 files changed, 16 insertions, 0 deletions
diff --git a/conf/map/battle/feature.conf b/conf/map/battle/feature.conf
index e01c7f93d..fc6b49ede 100644
--- a/conf/map/battle/feature.conf
+++ b/conf/map/battle/feature.conf
@@ -70,4 +70,12 @@ features: {
// true: enable (Default)
// false: disable
enable_homun_autofeed: true
+
+ // Enable Attendance System for clients >= 2018-03-07bRagexeRE or 2018-04-04bRagexe
+ // true: enable (Default)
+ // false: disable (NYI on TMW2)
+ enable_attendance_system: false
+
+ // Attendance End time in the format YearMonthDay
+ feature_attendance_endtime: 20180331
}
diff --git a/conf/map/battle/items.conf b/conf/map/battle/items.conf
index f7ffd3f32..135df7107 100644
--- a/conf/map/battle/items.conf
+++ b/conf/map/battle/items.conf
@@ -119,3 +119,7 @@ bow_unequip_arrow: true
// How much should rental mounts increase a player's movement speed? (Note 2)
// Official: 25 (Default)
boarding_halter_speed: 25
+
+// Allow to use items when the storage is open?
+// Official: false (Default)
+storage_use_item: false
diff --git a/conf/map/battle/monster.conf b/conf/map/battle/monster.conf
index beffda982..be18ae5fd 100644
--- a/conf/map/battle/monster.conf
+++ b/conf/map/battle/monster.conf
@@ -234,6 +234,10 @@ mob_slave_keep_target: true
// See http://irowiki.org/wiki/MVP#Gravestone
mvp_tomb_enabled: true
+// Delay before a tomb is spawned, in milliseconds.
+// Default: 10000 (10 seconds)
+mvp_tomb_spawn_delay: 10000
+
// Show hp bar on monsters? (Default: yes)
// NOTE: only works on client 2012-04-04aRagexeRE onwards
show_monster_hp_bar: true