summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-24 20:59:07 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-24 20:59:07 +0000
commit1da02be93e1014763424c9174e1b3b52baf10439 (patch)
treefbbcc7342a65f4ecef6d763b5cc0eac2fa4b7adf /Changelog-Trunk.txt
parentcce28be793ac48e1fcac04ee9bbf565ae5cc3f1f (diff)
downloadhercules-1da02be93e1014763424c9174e1b3b52baf10439.tar.gz
hercules-1da02be93e1014763424c9174e1b3b52baf10439.tar.bz2
hercules-1da02be93e1014763424c9174e1b3b52baf10439.tar.xz
hercules-1da02be93e1014763424c9174e1b3b52baf10439.zip
- Modified the mob ai think time update after using skills from adelay/amotion to 100ms since the previous method adds a large delay before the AI activates again (which screws up with the timing of idle/walk skills)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10348 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 221f05537..ff30ec946 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.
2007/04/25
+ * Modified the mob ai think time update after using skills from
+ adelay/amotion to 100ms since the previous method adds a large delay before
+ the AI activates again (which screws up with the timing of idle/walk
+ skills)
* NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in
the sense that every normal attack afterwards becomes a Magical Attack. The
skill duration is 15 secs. [Skotlex]