diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-21 17:55:19 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-21 17:55:19 +0000 |
commit | 90d59676f4e34d970a7c89d82afc8b57f4b34dc8 (patch) | |
tree | 11036b1d86c60f41403827ae6391545b14afac71 /Changelog-Trunk.txt | |
parent | 30eed6413ac034f94e6aa2e0064318f153cb2cf8 (diff) | |
download | hercules-90d59676f4e34d970a7c89d82afc8b57f4b34dc8.tar.gz hercules-90d59676f4e34d970a7c89d82afc8b57f4b34dc8.tar.bz2 hercules-90d59676f4e34d970a7c89d82afc8b57f4b34dc8.tar.xz hercules-90d59676f4e34d970a7c89d82afc8b57f4b34dc8.zip |
- Adjusted Glittering's success rate to 20+10*lv%
- Corrected isequipped() so that cards will not be tagged as "used up" unless all the specified items were found.
- Fixed a confusion in skill_attack using the src instead of dsrc for some calls, which was causing some problems with the KAITE check from AoE spells.
- Fixed ASC_BREAKER's misc damage part not having the ignore-element flag set.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8406 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 34d60620a..07e37453d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,14 @@ 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/21
+ * Adjusted Glittering's success rate to 20+10*lv% [Skotlex]
+ * Corrected isequipped() so that cards will not be tagged as "used up"
+ unless all the specified items were found. [Skotlex]
+ * Fixed a confusion in skill_attack using the src instead of dsrc for some
+ calls, which was causing some problems with the KAITE check from AoE
+ spells. [Skotlex]
+ * Fixed ASC_BREAKER's misc damage part not having the ignore-element flag
+ set. [Skotlex]
* Moved homunc battle conf from misc.conf to homunc.conf [Toms]
* Some cleaning in skill.c in regard to homun skills. [Skotlex]
* Madness Canceller now stacks with other aspd bonuses, just like Berserk
|