diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-20 16:04:47 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-20 16:04:47 +0000 |
commit | b5b4c77e5fff30072c7c24ed8a8d7316d08d8c9c (patch) | |
tree | 455e9289ccd1981acdd35e459b099a1e79a3552d /Changelog-Trunk.txt | |
parent | ee340265a907f243c01588d86b47f244acf7e268 (diff) | |
download | hercules-b5b4c77e5fff30072c7c24ed8a8d7316d08d8c9c.tar.gz hercules-b5b4c77e5fff30072c7c24ed8a8d7316d08d8c9c.tar.bz2 hercules-b5b4c77e5fff30072c7c24ed8a8d7316d08d8c9c.tar.xz hercules-b5b4c77e5fff30072c7c24ed8a8d7316d08d8c9c.zip |
- Added support for n to specify minutes to @charban.
- Fixed a logic typo on the way dummy_npc_id was defined.
- Added state.trading to specify when a trading has started. Now you should be able to walk around until the trade is either rejected or started.
- Armor defense is no longer reduced by the amount of characters targetting you.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6192 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index b8efeef15..e1d4e6dcd 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,13 @@ 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/04/19
+ * Added support for n to specify minutes to @charban. [Skotlex]
+ * Added state.trading to specify when a trading has started. Now you should
+ be able to walk around until the trade is either rejected or started.
+ [Skotlex]
+ * Armor defense is no longer reduced by the amount of characters targetting
+ you. [Skotlex]
+2006/04/19
* Updated the doc/script_commands.txt documentation in regards to npc mob
spawn lines. [Skotlex]
* Added back the "you can't walk delay while attacking" to
|