diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-07 20:10:13 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-07 20:10:13 +0000 |
commit | acc8a7acc9179d8d9a49675448d18c7ad19a6902 (patch) | |
tree | 0a948739c5f0f4b3d61dc71ee4572fad86cac5f4 /Changelog-Trunk.txt | |
parent | 392e49a6097460851f10501cfe34a9ee86010468 (diff) | |
download | hercules-acc8a7acc9179d8d9a49675448d18c7ad19a6902.tar.gz hercules-acc8a7acc9179d8d9a49675448d18c7ad19a6902.tar.bz2 hercules-acc8a7acc9179d8d9a49675448d18c7ad19a6902.tar.xz hercules-acc8a7acc9179d8d9a49675448d18c7ad19a6902.zip |
- Moved the SD_PREAMBLE code to skill_area_sub
- Added SD_SPLASH to let skill_area_sub do the target counter.
- Updated splash skills to use these defines.
- The NPC_WIDE* skills now use SD_PREAMBLE to correctly display their animation.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12689 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 335900619..47bc5d370 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,7 +4,10 @@ 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. 2008/05/07 - * Fixed Sense messing up with Spiderweb. [Skotlex] + * Did some cleanup of the splash code, the NPC_WIDE* skills now send the + 'preamble' packet, which for the most part correct their skill animation + display. + * Fixed Sense messing up with Spiderweb. * Added Throw tomahawk to the list of items that do not trigger the equipment breaking code. * Probably fixed Moonlight petals pushing back the casters. @@ -12,7 +15,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. * Infinite Endure is no longer saved on logout. * Added check to avoid gms opening vending shops if they don't have the required level. - * Fixed the flee penalty not applying when you walk into a gvg map. + * Fixed the flee penalty not applying when you walk into a gvg map. [Skotlex] 2008/05/03 * NPC_GUIDEDATTACK is not supposed to bypass pneuma/safetywall [ultramage] 2008/05/02 |