diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-20 14:33:54 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-20 14:33:54 +0000 |
commit | d3df9e597f966fff6bdabc088257ad0f090903e1 (patch) | |
tree | b2b73ee9bcad4baaa4a553cc892b8dd4662e383b /Changelog-Trunk.txt | |
parent | 0c98e7140a0d11fe40d277f8e04eb852b629ace3 (diff) | |
download | hercules-d3df9e597f966fff6bdabc088257ad0f090903e1.tar.gz hercules-d3df9e597f966fff6bdabc088257ad0f090903e1.tar.bz2 hercules-d3df9e597f966fff6bdabc088257ad0f090903e1.tar.xz hercules-d3df9e597f966fff6bdabc088257ad0f090903e1.zip |
- Updated skill_require_db to place the Zeny requirements of ZenyNage and Fling.
- Fixed crash when non-players use ZenyNage. Added the correct Zeny check in skill_check_condition, fixed the skill so that it's damage is based on whatever zeny is specified in skill_require_db.
- Can-act delay will not be reset when warping now.
- Fixed Quagmire not altering walking-speed.
- Silence now blocks skills both on begin/end casting.
- Updated status_calc_bl so that when walking speed changes, the character is made to rewalk so that the new speed takes effect inmediately.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7264 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 a2c7ea9ed..65e8b3dfe 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,17 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2006/06/20
+ * Updated skill_require_db to place the Zeny requirements of ZenyNage and
+ Fling. [Skotlex]
+ * Fixed crash when non-players use ZenyNage. Added the correct Zeny check
+ in skill_check_condition, fixed the skill so that it's damage is based on
+ whatever zeny is specified in skill_require_db. [Skotlex]
+ * Can-act delay will not be reset when warping now. [Skotlex]
+ * Fixed Quagmire not altering walking-speed. [Skotlex]
+ * Silence now blocks skills both on begin/end casting. [Skotlex]
+ * Updated status_calc_bl so that when walking speed changes, the character
+ is made to rewalk so that the new speed takes effect inmediately. [Skotlex]
2006/06/19
* Added Ayothaya to nopenalty and nopvp mapflags. [Evera]
* Combo-used Skills with State "move_enable" will now override the "can't
|