diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-03 18:43:19 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-03 18:43:19 +0000 |
commit | be9cf2aec39f2e29990d945f783e3dbc2ad88ae9 (patch) | |
tree | cfc6acc69ee9e5da8e39e5416cce9d97b7e9ea52 /conf-tmpl | |
parent | 7b9cddaed2958e41f570ada6cdaec0cceb5ec103 (diff) | |
download | hercules-be9cf2aec39f2e29990d945f783e3dbc2ad88ae9.tar.gz hercules-be9cf2aec39f2e29990d945f783e3dbc2ad88ae9.tar.bz2 hercules-be9cf2aec39f2e29990d945f783e3dbc2ad88ae9.tar.xz hercules-be9cf2aec39f2e29990d945f783e3dbc2ad88ae9.zip |
- Modified Rude-Attacked behaviour so that such skills only triggers when the rude-attacked count is greater than 3.
- Added config setting slaves_inherit_mode to determine whether slaves take on their master's aggressive/passive status (defaults to yes)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5890 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/monster.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/battle/monster.conf b/conf-tmpl/battle/monster.conf index 8f22c0d5e..bcca6e6e8 100644 --- a/conf-tmpl/battle/monster.conf +++ b/conf-tmpl/battle/monster.conf @@ -103,6 +103,9 @@ boss_spawn_rate: 100 // 5 seconds. no_spawn_on_player: 0 +// Do summon slaves inherit the passive/aggressive traits of their master? (Note 1) +slaves_inherit_mode: yes + // Do summon slaves have the same walking speed as their master? (Note 1) // NOTE: The default is yes for official servers. slaves_inherit_speed: yes |