diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-16 23:41:07 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-16 23:41:07 +0000 |
commit | 314c3a15af2ca26fc5b14dc969da93e6c896da18 (patch) | |
tree | 62b36dbd4d260499baa084f008cc5f5d82bfe17e /Changelog-Trunk.txt | |
parent | 4c3dba4156da77f7fb54def3d0d6a35528d4271f (diff) | |
download | hercules-314c3a15af2ca26fc5b14dc969da93e6c896da18.tar.gz hercules-314c3a15af2ca26fc5b14dc969da93e6c896da18.tar.bz2 hercules-314c3a15af2ca26fc5b14dc969da93e6c896da18.tar.xz hercules-314c3a15af2ca26fc5b14dc969da93e6c896da18.zip |
- Added monster_ai&256. When set, a monster will pick a random starting position to begin checking versus it's skills, otherwise, it will always begin checking from the beginning.
- Added NPC_CHANGEUNDEAD to the skill_cast_db, fixes it apparently doing "nothing".
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8778 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 470b1ff12..fa2e89c31 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.
2006/09/16 + * Added monster_ai&256. When set, a monster will pick a random starting + position to begin checking versus it's skills, otherwise, it will always + begin checking from the beginning. [Skotlex] * Fixed the status change duration reduction equation was was totally wrong, thanks to k3dt [Skotlex] 2006/09/15 |