diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-22 20:32:25 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-22 20:32:25 +0000 |
commit | 46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2 (patch) | |
tree | 6c2d771580a35911711a0101cc4b1ca5e67bd896 /conf-tmpl/Changelog.txt | |
parent | 3fe27e962cf2084d380b6229fcc07c47d0c51e67 (diff) | |
download | hercules-46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2.tar.gz hercules-46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2.tar.bz2 hercules-46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2.tar.xz hercules-46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2.zip |
- Modified slaves_inherit_speed and slaves_inherit_mode so you get better control of when to copy/remove modes/speed.
- Reenabled usage of mode MD_CHANGETARGET, so mobs with mode 0x200 will be able to switch targets while attacking.
- Simplified some more the chase-changetarget function.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9294 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/Changelog.txt')
-rw-r--r-- | conf-tmpl/Changelog.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 25a21f4eb..7c8a5cb6d 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,11 @@ Date Added
+2006/11/22
+ * Modified slaves_inherit_speed (monster.conf): 0 never. 1 - when the
+ master can move. 2 - when the master can't move. 3 - always (default)
+ * Also modified slaves_inherit_mode: 0 don't change mode. 1 slaves are
+ always aggressive. 2 slaves are always passive. 3 they copy the
+ agro/passive mode from their master. Defaults to 2.
2006/11/20
* Added monster_ai&0x200 (monster.conf). When set, mob skill delays are
shared. That is, if the mob has several lines with the same skill, when the
|