diff options
author | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-03-28 16:23:26 -0300 |
---|---|---|
committer | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-04-08 10:17:46 -0300 |
commit | 402a20fbba16a9ba320db0e470dbaf0f62c3b90d (patch) | |
tree | a647d51492221a0e9caa31e5b532ad23bc15e9bd /conf | |
parent | 38527550c17241e1c905f8077f6589413091087e (diff) | |
download | hercules-402a20fbba16a9ba320db0e470dbaf0f62c3b90d.tar.gz hercules-402a20fbba16a9ba320db0e470dbaf0f62c3b90d.tar.bz2 hercules-402a20fbba16a9ba320db0e470dbaf0f62c3b90d.tar.xz hercules-402a20fbba16a9ba320db0e470dbaf0f62c3b90d.zip |
Added delay to tomb spawn
Diffstat (limited to 'conf')
-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 |