diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-27 15:07:55 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-27 15:07:55 +0000 |
commit | 344be8d138d359fd0be0ee72820a7982a9a8d39f (patch) | |
tree | 28b8a495326928bdd81c03fbb29f3863c21c3ae7 /conf-tmpl | |
parent | d5daeaf65b0892f5fd6dfc8cce13cc131d434b80 (diff) | |
download | hercules-344be8d138d359fd0be0ee72820a7982a9a8d39f.tar.gz hercules-344be8d138d359fd0be0ee72820a7982a9a8d39f.tar.bz2 hercules-344be8d138d359fd0be0ee72820a7982a9a8d39f.tar.xz hercules-344be8d138d359fd0be0ee72820a7982a9a8d39f.zip |
- Merged some splash changes from stable. Sharp-Shooting will now display a skill animation.
- The no_spawn_on_player setting will now also work for static mobs, but only if the setting is set to 100 or higher.
- Some small cleanups.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8887 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/monster.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf-tmpl/battle/monster.conf b/conf-tmpl/battle/monster.conf index 4ed4c14e6..785212014 100644 --- a/conf-tmpl/battle/monster.conf +++ b/conf-tmpl/battle/monster.conf @@ -119,6 +119,8 @@ boss_spawn_delay: 100 // and spawning the mob within player-view anyway, unless the max (100) is used,
// in which case the mob will not be spawned, and it'll be retried again in
// 5 seconds.
+// NOTE: This has no effect on mobs that always spawn on the very same cell
+// (like ant eggs) except if you set it to the max.
no_spawn_on_player: 0
// Should spawn coordinates in the mob-spawn files be ignored? (Note 1)
|