diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-17 15:43:40 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-17 15:43:40 +0000 |
commit | 94e745cce4166dea9b34b617cf66b14cfa1faab1 (patch) | |
tree | f7c86a380249e7eb197297026e211014a3a24bae /Changelog-Trunk.txt | |
parent | d5afc60338c63c69ca26211131d98986b6b5ca82 (diff) | |
download | hercules-94e745cce4166dea9b34b617cf66b14cfa1faab1.tar.gz hercules-94e745cce4166dea9b34b617cf66b14cfa1faab1.tar.bz2 hercules-94e745cce4166dea9b34b617cf66b14cfa1faab1.tar.xz hercules-94e745cce4166dea9b34b617cf66b14cfa1faab1.zip |
- Expanded the autospell structure to hold a flag, which contains the required Battle Flag conditions required for a skill to trigger.
- Added the required constants to const.txt to specify the autospell trigger properties.
- Added bonus5 bAutoSpell/bAutoSpellWhenHit. The new parameter is used to specify when the spell should trigger (melee/range + weapon/magic/misc attack), see item_bonus for details.
- Applied use of packet 0x28a (clif_changeoption2) to transmit opt3 changes.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10278 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 47d7a8110..3ab801d7b 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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. 2007/04/18 + * Added bonus5 bAutoSpell/bAutoSpellWhenHit. The new parameter is used to + specify when the spell should trigger (melee/range + weapon/magic/misc + attack), see doc/item_bonus.txt for details. [Skotlex] * Changed some %lu to %u in login_sql/login.c because uint32 is now an unsigned int [Toms] * Discarded extra deflate function needed for afm reading [ultramage] |