summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-13 13:26:52 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-13 13:26:52 +0000
commit84b3be75663fa9832f32b6de2c6da763b0a14a38 (patch)
treed47fb48170376205b52da12f8a9e3ed0ea14ee1b /Changelog-Trunk.txt
parentd484be2d057716ac2e33d46e1cf867941a9b6091 (diff)
downloadhercules-84b3be75663fa9832f32b6de2c6da763b0a14a38.tar.gz
hercules-84b3be75663fa9832f32b6de2c6da763b0a14a38.tar.bz2
hercules-84b3be75663fa9832f32b6de2c6da763b0a14a38.tar.xz
hercules-84b3be75663fa9832f32b6de2c6da763b0a14a38.zip
* Fixed up NPC_POWERUP and NPC_AGIUP
- NPC_POWERUP: 3x ATK and 2x HIT for 10+5*level seconds - NPC_AGIUP: 2x MOVE and 2x FLEE for 10+5*level seconds git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11450 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 3c9d33b79..e9c1a4298 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/10/13
+ * Fixed up NPC_POWERUP and NPC_AGIUP [Playtester]
+ - NPC_POWERUP: 3x ATK and 2x HIT for 10+5*level seconds
+ - NPC_AGIUP: 2x MOVE and 2x FLEE for 10+5*level seconds
* Some further changes to the delayfix function [Playtester]
- aftercast delay is at least amotion no matter what skill
(this includes skills with cast time AND skills with skill delay!)