diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-15 21:33:36 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-15 21:33:36 +0000 |
commit | 9aec6f94e0c2da439ad9ea1133bc2e38fe385563 (patch) | |
tree | 37fd6cedf4dde54c023a1232707b6e62800b2e13 /Changelog-Trunk.txt | |
parent | 6fdd12e9c652fd800ad40d91f5f32553814aa65e (diff) | |
download | hercules-9aec6f94e0c2da439ad9ea1133bc2e38fe385563.tar.gz hercules-9aec6f94e0c2da439ad9ea1133bc2e38fe385563.tar.bz2 hercules-9aec6f94e0c2da439ad9ea1133bc2e38fe385563.tar.xz hercules-9aec6f94e0c2da439ad9ea1133bc2e38fe385563.zip |
- Now mobs won't do a distance check to lose their target on every ai iteration, but only when they finish walking (unless you set monster_ai&1)
- The chase distance before a mob gives up following a player has been increased from view-size (range2) to min-chase (range3).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8773 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 6e1f2d1d5..936694f60 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/09/15 + * Now mobs won't do a distance check to lose their target on every ai + iteration, but only when they finish walking (unless you set monster_ai&1) + [Skotlex] + * The chase distance before a mob gives up following a player has been + increased from view-size (range2) to min-chase (range3). [Skotlex] * Reverted the Summon Flora change where all plants were being summoned in one go. [Skotlex] * Moved the weapon repair effect to where it belongs (after successfully |