summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
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