diff options
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. |