diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-28 01:10:58 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-28 01:10:58 +0000 |
commit | 9e94e8ad83d23ce2082b30217ed2f14f0b38a4bd (patch) | |
tree | de43cff93093e3324101023ce71d5a7e5f2e6fb7 /Changelog-Trunk.txt | |
parent | 79ef7d48a5db30fbd55078691d6a5ea127c4a4ee (diff) | |
download | hercules-9e94e8ad83d23ce2082b30217ed2f14f0b38a4bd.tar.gz hercules-9e94e8ad83d23ce2082b30217ed2f14f0b38a4bd.tar.bz2 hercules-9e94e8ad83d23ce2082b30217ed2f14f0b38a4bd.tar.xz hercules-9e94e8ad83d23ce2082b30217ed2f14f0b38a4bd.zip |
* Follow up to r13895, added a battle.conf setting to control if ranges should be checked with autocasts.
'autospell_check_range', by default is set to no, as this is official behavior. This does not affect autospellwhenhit.
* Sonic Blow autocast now stops players attacking when it triggers. It's possible there is more depth to this
on official servers, and should 'stop' attacking on regular casts as well. It appears so far that this is the
only skill that behaves this way.
* Modified the default value for homunculus_auto_vapor in source to 1.
* pvp_points are no longer calculated in the gvg_dungeon flagged maps.
* Corrected a view ID and an equip location in the item database. (bugreport:4330)
* Corrected a typo in the DTS_Warper script.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14356 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e0c225ce7..9b3b2cb9d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,14 @@ 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. +2010/06/27 + * Rev. 14356 Follow up to r13895, added a battle.conf setting to control if ranges should be checked with autocasts. [L0ne_W0lf] + 'autospell_check_range', by default is set to no, as this is official behavior. This does not affect autospellwhenhit. + * Sonic Blow autocast now stops players attacking when it triggers. It's possible there is more depth to this + on official servers, and should 'stop' attacking on regular casts as well. It appears so far that this is the + only skill that behaves this way. + * Modified the default value for homunculus_auto_vapor in source to 1. + * pvp_points are no longer calculated in the gvg_dungeon flagged maps. 2010/06/22 * Rev. 14353 Added support for NPC names in the 'specialeffect' script command, go go copy/paste! [L0ne_W0lf] 2010/06/20 |