diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-03 19:59:48 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-03 19:59:48 +0000 |
commit | bb0a08a67c73be469c130567ec9e6c5b8a4a2963 (patch) | |
tree | dce696635219fd87cdc01fe6a04718a55b217f0f /conf-tmpl/battle/monster.conf | |
parent | 695aa3dbc9810b7ad25f2eb4e1c3eb92ba6926f3 (diff) | |
download | hercules-bb0a08a67c73be469c130567ec9e6c5b8a4a2963.tar.gz hercules-bb0a08a67c73be469c130567ec9e6c5b8a4a2963.tar.bz2 hercules-bb0a08a67c73be469c130567ec9e6c5b8a4a2963.tar.xz hercules-bb0a08a67c73be469c130567ec9e6c5b8a4a2963.zip |
- Char-server SQL won't perform the reconnect cleanup routines when kick_on_disconnect is disabled.
- Renamed summons_inherit_effects to summons_trigger_autospells as the setting now only makes the attacks of the slaves trigger the autospells of the master (as it should be).
- Corrected code capping no_spawn_on_player to 50 when the max should be 100.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7459 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/monster.conf')
-rw-r--r-- | conf-tmpl/battle/monster.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf-tmpl/battle/monster.conf b/conf-tmpl/battle/monster.conf index 9334e3ca4..51eebe635 100644 --- a/conf-tmpl/battle/monster.conf +++ b/conf-tmpl/battle/monster.conf @@ -132,9 +132,9 @@ slaves_inherit_mode: yes // NOTE: The default is yes for official servers.
slaves_inherit_speed: yes
-// Will summoned monsters (alchemists, or @summon'ed monsters) inherit
-// the master's auto-spells and auto-effects properties? (Note 1)
-summons_inherit_effects: yes
+// Will summoned monsters (alchemists, or @summon'ed monsters) attack cause a
+// chance of triggering the master's autospell cards? (Note 1)
+summons_trigger_autospells: yes
// When a mob is attacked by another monster, will the mob retaliate against the master of said mob instead of the mob itself?
// NOTE: Summoned mobs are both those acquired via @summon and summoned by Alchemists
|