diff options
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/battle/monster.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/map/battle/monster.conf b/conf/map/battle/monster.conf index 694c7d104..0f621cf72 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 |