diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-01 20:06:06 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-01 20:06:06 +0000 |
commit | 75b71c93f2449765688df5a247d808b7b86b0fda (patch) | |
tree | cdba42c8b756b0db204a4db27ae19887e12b49e4 /Changelog-Trunk.txt | |
parent | e38f00cc342543973a5a1faaa2db067f63dcb9e4 (diff) | |
download | hercules-75b71c93f2449765688df5a247d808b7b86b0fda.tar.gz hercules-75b71c93f2449765688df5a247d808b7b86b0fda.tar.bz2 hercules-75b71c93f2449765688df5a247d808b7b86b0fda.tar.xz hercules-75b71c93f2449765688df5a247d808b7b86b0fda.zip |
- Added support for mob skill target 'randomtarget', when specified, it will pick a random enemy from within the skill's cast range.
- Updated the mob_db so that all skills from non-moving mobs that specified 'target' as enemy will use 'randomtarget' instead.
- Amon Ra's meteors now use randomtarget instead of self.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9762 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 0bbc4bea6..b1b9ad1d6 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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. 2007/02/01 + * Added support for mob skill target 'randomtarget', when specified, it + will pick a random enemy from within the skill's cast range. [Skotlex] * Added string function strnlen [ultramage] - This thing is useful for removing potential out-of-bounds crashes. Had to #ifdef it because some systems implement it, some don't provide |