summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-17 07:48:10 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-17 07:48:10 +0000
commitf1af15f7af3118a718a2a2ea02156e778b96a16f (patch)
treee470f7e9361cca9df5f0c4c4a682e8d63ba9d0da /Changelog-Trunk.txt
parent50d4640a538e16e718e8192ca12bc5ade1a7387f (diff)
downloadhercules-f1af15f7af3118a718a2a2ea02156e778b96a16f.tar.gz
hercules-f1af15f7af3118a718a2a2ea02156e778b96a16f.tar.bz2
hercules-f1af15f7af3118a718a2a2ea02156e778b96a16f.tar.xz
hercules-f1af15f7af3118a718a2a2ea02156e778b96a16f.zip
* [Added]:
- buildin_checkcell, buildin_mobwarp, buildin_pcattack. * [Improved]: - buildin_skilluseid and buildin_skillusepos to accept a few more arguments. - mob_script_callback to return sucess value. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7219 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 31ae9c99f..bc413fa0c 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,11 @@ 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/06/17
+ * [Added]:
+ - buildin_checkcell, buildin_mobwarp, buildin_pcattack.
+ [Improved]:
+ - buildin_skilluseid and buildin_skillusepos to accept a few more arguments.
+ - mob_script_callback to return sucess value [Lance]
* Fixed the party HP packets to send max HP 10000 and scale HP accordingly
when the player's HP doesn't fits in the packet's field. Fixes HP bars not
correctly displaying the % of life when max HP is above 32k. [Skotlex]