diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-30 17:53:18 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-30 17:53:18 +0000 |
commit | 5d2225fbbf84324c1cf370bb11776b1c0a671b4a (patch) | |
tree | 448f2af719809cbc0a733729be8017de4b5c57a7 /Changelog-Trunk.txt | |
parent | b47c0ac38a3b04b6e5b0001608e726de3e93448f (diff) | |
download | hercules-5d2225fbbf84324c1cf370bb11776b1c0a671b4a.tar.gz hercules-5d2225fbbf84324c1cf370bb11776b1c0a671b4a.tar.bz2 hercules-5d2225fbbf84324c1cf370bb11776b1c0a671b4a.tar.xz hercules-5d2225fbbf84324c1cf370bb11776b1c0a671b4a.zip |
- Set the inf2 to encore skills of Wand of Hermode
- Modified battle_calc_return_damage to take the skill id as well, now magic damage return will not work on skills tagged as ground or self targetted.
- Fixed Gank not working at all with the default max steal tries setting.
- Soul Drain won't work with skills tagged as self-targetted.
- Improved the Suiton code so that the walk/agi penalty only applies to enemies of whoever casted the skill.
- Moved the initial status_calc_pc call to when you finish loading the map, should fix equipment scripts which are based on character variables not working.
- Some cleanup of the clif_parse_LoadEndAck function.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9099 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index adc8459b5..e2d98da83 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,17 @@ 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/10/30
+ * Modified battle_calc_return_damage to take the skill id as well, now
+ magic damage return will not work on skills tagged as ground or self
+ targetted. [Skotlex]
+ * Fixed Gank not working at all with the default max steal tries setting.
+ [Skotlex]
+ * Soul Drain won't work with skills tagged as self-targetted. [Skotlex]
+ * Improved the Suiton code so that the walk/agi penalty only applies to
+ enemies of whoever casted the skill. [Skotlex]
+ * Moved the initial status_calc_pc call to when you finish loading the map,
+ should fix equipment scripts which are based on character variables not
+ working. [Skotlex]
* Fixed getcharid according to samples and docs. [Lupus]
Thanks to joshuaali for pointing it out. eAPP has no such bug
2006/10/27
|