diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-15 15:26:51 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-15 15:26:51 +0000 |
commit | e4803fa9d29af8a88a20039c636cb47fcb2a898a (patch) | |
tree | c2c2b944b02f050d2f2fc41370552c3b3f3c9da9 /Changelog-Trunk.txt | |
parent | fa6f60245d391ec204be0cf1a6a8a2fca5bea609 (diff) | |
download | hercules-e4803fa9d29af8a88a20039c636cb47fcb2a898a.tar.gz hercules-e4803fa9d29af8a88a20039c636cb47fcb2a898a.tar.bz2 hercules-e4803fa9d29af8a88a20039c636cb47fcb2a898a.tar.xz hercules-e4803fa9d29af8a88a20039c636cb47fcb2a898a.zip |
- Asura Strike now moves you to the target on fail always (unless the target does not exists or is in another map or there's a obstacle on the way)
- Corrected skill_attack_area hitting dead characters on it's splash range.
- Swapped the values for OPTION_XMAS and OPTION_FLYING. This should enable SG to show the fly animation again, even if sometimes others will see him as Santa. As for xmas cloth, it shouldn't make much of a difference since the view class is changed to christmas anyway.
- Moved the AM_CALLHOMUN code from castend_id to castend_pos.
- Made AM_CALLHOMUN and AM_RESURRECTHOMUN be like the wedding skills, where they automatically pick a spot around you.
- Cleaned up some the AM_RESURRECTHOMUN code. Hopefully it works now.
- Cleaned up some the hom evolution code.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8292 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 7f7382036..9a41edfd3 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,20 @@ 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/08/15
+ * Asura Strike now moves you to the target on fail always (unless the
+ target does not exists or is in another map or there's a obstacle on the
+ way) [Skotlex]
+ * Corrected skill_attack_area hitting dead characters on it's splash range.
+ [Skotlex]
+ * Swapped the values for OPTION_XMAS and OPTION_FLYING. This should enable
+ SG to show the fly animation again, even if sometimes others will see him
+ as Santa. As for xmas cloth, it shouldn't make much of a difference since
+ the view class is changed to christmas anyway. [Skotlex]
+ * Made AM_CALLHOMUN and AM_RESURRECTHOMUN be like the wedding skills, where
+ they automatically pick a spot around you. [Skotlex]
+ * Cleaned up some the AM_RESURRECTHOMUN code. Hopefully it works now.
+ [Skotlex]
+ * Cleaned up some the hom evolution code. [Skotlex]
* Fixed SIGSEGV with homunc save [Toms]
2006/08/14
* Removed support for negative autosave intervals, instead added a
|