diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-14 18:20:08 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-14 18:20:08 +0000 |
commit | ec0efd27dea31f36a92f93074dc9e8a4adcf81cf (patch) | |
tree | 3601183faabee047e954da2786bd8b0ab3962591 /Changelog-Trunk.txt | |
parent | 8ff9db48cd5f38b532232b30c5ead723d09259cd (diff) | |
download | hercules-ec0efd27dea31f36a92f93074dc9e8a4adcf81cf.tar.gz hercules-ec0efd27dea31f36a92f93074dc9e8a4adcf81cf.tar.bz2 hercules-ec0efd27dea31f36a92f93074dc9e8a4adcf81cf.tar.xz hercules-ec0efd27dea31f36a92f93074dc9e8a4adcf81cf.zip |
- Removed "mobs being enemies of each other all the time" because, even though mobs can hit each other as they should, they will refuse to use support skills on enemies, which breaks several of their skills. Mobs can't both help and attack someone tagged as enemy D: I guess eA is just too smart to emulate Aegis's sloppy coding.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9500 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index ce92beb63..7741dd557 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,11 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2006/12/14 + * Removed "mobs being enemies of each other all the time" because, even + though mobs can hit each other as they should, they will refuse to use + support skills on enemies, which breaks several of their skills. Mobs can't + both help and attack someone tagged as enemy! + (I guess eA is just too smart to emulate Aegis's sloppy coding) * Cleaned up the strip code (GS_DISARM, rogue skills). * Cleaned some the MD_DETECTOR code. 2006/12/13 |