summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-01 16:29:09 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-01 16:29:09 +0000
commit5cb60d195ab9ce1fe6edc9bc8d2d39f13fd129e5 (patch)
tree8b939dc7ae15919ef14fb666214fbfb5347de2ec /Changelog-Trunk.txt
parent312f6f88f6ad557924669557bfc41383f4d22e3f (diff)
downloadhercules-5cb60d195ab9ce1fe6edc9bc8d2d39f13fd129e5.tar.gz
hercules-5cb60d195ab9ce1fe6edc9bc8d2d39f13fd129e5.tar.bz2
hercules-5cb60d195ab9ce1fe6edc9bc8d2d39f13fd129e5.tar.xz
hercules-5cb60d195ab9ce1fe6edc9bc8d2d39f13fd129e5.zip
- Updated the stun length to 5 secs of: Meteor Storm, Sonic Blow, Throw Stone, Sightless Raid, Smite, Cart Termination
- SG Union will consume now SP if you use it while not soul linked. - Added variable "skip" to the mob spawn data, to know how many mobs to skip when spawning because they were not removed due to the "mob_remove_damaged" setting. - Corrected the Hp/Sp regen formulas from Hp/Sp/Spirit Recovery and Happy/Peaceful break according to recent forums discussions (formula is changed from x*lv +max*lv/500 to lv*(x+max/500). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9944 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 26688686a..0cd5b19e7 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.
2007/03/02
+ * SG Union will consume now SP if you use it while not soul linked.
+ * Added variable "skip" to the mob spawn data, to know how many mobs to
+ skip when spawning because they were not removed due to the
+ "mob_remove_damaged" setting.
+ * Corrected the Hp/Sp regen formulas from Hp/Sp/Spirit Recovery and
+ Happy/Peaceful break according to recent forums discussions (formula is
+ changed from x*lv +max*lv/500 to lv*(x+max/500). [Skotlex]
* Added new script function: setiteminfo. Now you can make custom items [Lupus]
- Updated script function setitemscript(itemID,script,WhichScript)
now u can set one of 3 item scripts: use/update, equip, unequip