diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-19 16:21:09 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-19 16:21:09 +0000 |
commit | 11e47ab6ff3d3ba751bf111d0c1948ac23dbb313 (patch) | |
tree | 4050919dd7b3d7bfe3770a556c08717f98107c24 /conf-tmpl/Changelog.txt | |
parent | 0dfce081c8043b95b11e617cd40ca8ce85e9b1df (diff) | |
download | hercules-11e47ab6ff3d3ba751bf111d0c1948ac23dbb313.tar.gz hercules-11e47ab6ff3d3ba751bf111d0c1948ac23dbb313.tar.bz2 hercules-11e47ab6ff3d3ba751bf111d0c1948ac23dbb313.tar.xz hercules-11e47ab6ff3d3ba751bf111d0c1948ac23dbb313.zip |
- Added the Monk combos to skill_castnodex so their delay is not decreased by skills.
- Added the actual skill delay of 1000ms to Triple Attack and Chain combo in skill_cast_db. Added Combo Finish and TigerFist as well with a delay of 700ms.
- Phantasmic arrow now knockbacks even if it misses.
- Adjusted the way Monk combo times work. The combo time is now always 300ms (adjusted by combo_delay_rate) which takes effect inmediately AFTER your current skill's canact-delay (which is why the particular skill delays were moved to skillcast_db)
- Modified skill_delayfix so it performs the can-act reduction from agi/dex for combos there.
- Modified pc_steal_item so that it behaves more closely to the way it does on Aegis.
- Commented out the monster_noteleport mapflag from the guild castles as this is the Aegis behaviour
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9012 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/Changelog.txt')
-rw-r--r-- | conf-tmpl/Changelog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 386a9f5d3..f927a624f 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added
+2006/10/19
+ * Commented out the monster_noteleport mapflag from the guild castles as
+ this is the Aegis behaviour [Skotlex]
2006/10/18
* Added monster_noteleport mapflag to the guild castle maps to prevent
"avoiding MVPs" by forcing them to teleport from rude-attacks. [Skotlex]
|