diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-24 02:45:17 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-24 02:45:17 +0000 |
commit | 1ee38cb82d69a58dbff91a148d68658ab679e352 (patch) | |
tree | 1bf7bfc78a66591d3cd73415cf32a5ed2ca763b3 /db/Changelog.txt | |
parent | bbd2f8ef6d5b1f58d921edd627139a7bc32114ed (diff) | |
download | hercules-1ee38cb82d69a58dbff91a148d68658ab679e352.tar.gz hercules-1ee38cb82d69a58dbff91a148d68658ab679e352.tar.bz2 hercules-1ee38cb82d69a58dbff91a148d68658ab679e352.tar.xz hercules-1ee38cb82d69a58dbff91a148d68658ab679e352.zip |
- Idle skills won't trigger while the mob is walking.
- Idle skills will now trigger each IDLE_SKILL_INTERVAL iterations (10 currently)
- Added support for walk packet 0x22c (disabled currently as it's non-walk packet equivalent is yet missing), it will be used when PACKETVER is set to 7 or above.
- Normal walking will now also trigger mob skills (due to the walk skill condition)
- Updated mob_skill_db: all idle and walk skills had their rate go up x10.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6245 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/Changelog.txt')
-rw-r--r-- | db/Changelog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 0fc622038..fadee9fb0 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -28,6 +28,7 @@ =========================
04/23
+ * Updated mob_skill_db: all idle and walk skills had their rate up x10. [Skotlex]
* Put in most of the Kiel Hyre monster drops, at temporary low rates. [MasterOfMuppets]
* Updated some loot sell prices for the Kiel Hyre/Odin Temple monsters [MasterOfMuppets]
* NPC_CHANGE<property> should be self, not target [Vicious]
|