diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-27 14:11:08 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-27 14:11:08 +0000 |
commit | 083e1e7f223ca36cdda5bf02940dcbb59a18c466 (patch) | |
tree | 03f499f66c3fe432c5badf738859564a7f959b1e /Changelog-Trunk.txt | |
parent | a688b3155af430cc703f7d40548bbbf5e3a5addf (diff) | |
download | hercules-083e1e7f223ca36cdda5bf02940dcbb59a18c466.tar.gz hercules-083e1e7f223ca36cdda5bf02940dcbb59a18c466.tar.bz2 hercules-083e1e7f223ca36cdda5bf02940dcbb59a18c466.tar.xz hercules-083e1e7f223ca36cdda5bf02940dcbb59a18c466.zip |
* skill_check_condition clean up (bugreport:2770, bugreport:2957, bugreport:3010)
- Weapon, SP, HP and state are checked at the beginning of cast.
- Required items and ammos are checked at the end of cast.
- SP and status change required are removed at the end of cast without checking again.
- Required items are removed only if the skill is successfully used.
- Autocasts won't check for requirements but will remove them if you have them(except for SP/HP).
Hope won't cause any problems...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13815 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index c89dc4902..3047b08cc 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,13 @@ 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. +09/05/26 + * skill_check_condition clean up (bugreport:2770, bugreport:2957, bugreport:3010) [Inkfish] + - Weapon, SP, HP and state are checked at the beginning of cast. + - Required items and ammos are checked at the end of cast. + - SP and status change required are removed at the end of cast without checking again. + - Required items are removed only if the skill is successfully used. + - Autocasts won't check for requirements but will remove them if you have them(except for SP/HP). 09/05/25 * Fixed losing skill list after base change. (bugreport:3106) [Inkfish] * Now we can use 'boss_monster' to summon whatever monsters that need to be radared by Convex Mirror. (bugreport:2653) [Inkfish] |