diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-04 16:39:30 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-04 16:39:30 +0000 |
commit | 97607005941e41e60a8025c53f585c7927306fd7 (patch) | |
tree | 91a93f5f16b7156c60d2d098ba91ab2c11f96842 /Changelog-Trunk.txt | |
parent | 24989a7e159e88bfa6d5561a4bd2e579cefbe70b (diff) | |
download | hercules-97607005941e41e60a8025c53f585c7927306fd7.tar.gz hercules-97607005941e41e60a8025c53f585c7927306fd7.tar.bz2 hercules-97607005941e41e60a8025c53f585c7927306fd7.tar.xz hercules-97607005941e41e60a8025c53f585c7927306fd7.zip |
- Added the +20hit that were missing the NPC elemental attack skills.
- Added support for autospells using "a random skill level". The last value of bonus4 bAutoSpell is used for determining this as well as the target. &1 is to cast on target (otherwise cast on self), and &2 is to use a random level UP to the level specified in the script (otherwise always cast the specified level)
- Updated item_bonus.txt with the documentation for the bAutoSpell/bAutoSpellWhenHit changes.
- Corrected @refresh not reupdating the basic stat bonuses.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9952 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index b4cd04888..fb7550a4c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,16 @@ 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. +2007/03/05 + * Added the +20hit that were missing the NPC elemental attack skills. + * Added support for autospells using "a random skill level". The last value + of bonus4 bAutoSpell is used for determining this as well as the target. &1 + is to cast on target (otherwise cast on self), and &2 is to use a random + level UP to the level specified in the script (otherwise always cast the + specified level) + * Updated item_bonus.txt with the documentation for the + bAutoSpell/bAutoSpellWhenHit changes. + * Corrected @refresh not reupdating the basic stat bonuses. 2007/03/03 * Modified a bit the storm gust counter code to see if it fixes storm gusts sometimes freezing on first hit. |