summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-18 14:43:04 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-18 14:43:04 +0000
commit53e154561caec018e734900a0a4e53cf35e3f2c0 (patch)
tree7a7bc225f826d2b913ae340dddddc6b9b8031d58 /Changelog-Trunk.txt
parentef916748dd182bcff937f276df87ccaa9fe3e3d1 (diff)
downloadhercules-53e154561caec018e734900a0a4e53cf35e3f2c0.tar.gz
hercules-53e154561caec018e734900a0a4e53cf35e3f2c0.tar.bz2
hercules-53e154561caec018e734900a0a4e53cf35e3f2c0.tar.xz
hercules-53e154561caec018e734900a0a4e53cf35e3f2c0.zip
- Reloading scripts will no longer eliminate mobs with no respawn data. Watch out for duplicating Treasure Boxes?
- Some cleaning of npc_final - Made speed_add_rate a linearly stacking increase. - Corrected a possible overflow when using show_mob_info to display the mob's up as a percent. - Corrected the documentation for checkoption/checkoption1/checkoption2 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8792 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 9b8e96ed4..f543a3f72 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,14 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/09/18
+ * @reloadscript scripts will no longer eliminate mobs with no respawn data.
+ But watch out for possible bugs (I think someone mentioned 1 extra
+ treasure box will spawn when you use it? This needs testing!) [Skotlex]
+ * Made speed_add_rate a linearly stacking increase. [Skotlex]
+ * Corrected a possible overflow when using show_mob_info to display the
+ mob's up as a percent. [Skotlex]
+ * Corrected the documentation for checkoption/checkoption1/checkoption2
+ [Skotlex]
* Reenabled client requesting to self mute, as the whole knockback packet
issues of the past which were causing players to mute themselves when being
knockback is no longer there. [Skotlex]