summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-02 23:47:33 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-02 23:47:33 +0000
commit442f3ce3b9a8af792d874c0b0b62343fa229c7a4 (patch)
tree2f82613ab9a3c1a3d7a1fbb4dfbcf84a2cc30f68 /Changelog-Trunk.txt
parent57fbe69be8382e1f659dad2e7d9ae3ecc1c273d7 (diff)
downloadhercules-442f3ce3b9a8af792d874c0b0b62343fa229c7a4.tar.gz
hercules-442f3ce3b9a8af792d874c0b0b62343fa229c7a4.tar.bz2
hercules-442f3ce3b9a8af792d874c0b0b62343fa229c7a4.tar.xz
hercules-442f3ce3b9a8af792d874c0b0b62343fa229c7a4.zip
- Added a check in the walking code when triggering skills. NPC_SELFDESTRUCTION will no longer cancel walking, it will instead resend the walk packet, this effectively causes the mob to start walking (clientside) while the cast-bar is showing.
- Updated the mob skills so that the marine sphere casts self-destruction with 3 second cast after it starts walking. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8079 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 267f2e1c4..5c50bdfbb 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +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.
2006/08/02
+ * Added a check in the walking code when triggering skills.
+ NPC_SELFDESTRUCTION will no longer cancel walking, it will instead resend
+ the walk packet, this effectively causes the mob to start walking
+ (clientside) while the cast-bar is showing. [Skotlex]
* Fixed a logic error on battle_get_master which was causing infinite
loops.. [Skotlex]
* Fixed homunculus error message [Toms]