summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-10 15:49:18 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-10 15:49:18 +0000
commitc405daa5223c0f6d0f74bf98a89d918263d4de08 (patch)
treee1a206fe09df961f0b66c690711bacaeacbd4876 /Changelog-Trunk.txt
parent3afe53b2e0037df26ade1057f4e6064b90376f74 (diff)
downloadhercules-c405daa5223c0f6d0f74bf98a89d918263d4de08.tar.gz
hercules-c405daa5223c0f6d0f74bf98a89d918263d4de08.tar.bz2
hercules-c405daa5223c0f6d0f74bf98a89d918263d4de08.tar.xz
hercules-c405daa5223c0f6d0f74bf98a89d918263d4de08.zip
* Updated SC_ITEMBOOST to work similar to how it used to in r11351.
- Will not boost drop rates past 90%, but ignores those already greater than. - Now uses val2 in the sc_start as the drop rate modifier, see item_db for example. * Corrected number of slots on several newer items. * Added HE Bubble Gum and adjusted existing gum bonuses. * Removed monster chat for porings npc_emotion skill use. * Updated several modes for monsters episode 13.1+ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14336 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 20a2bb91d..cbdf0c080 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,10 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2010/06/10
+ * Rev. 14336 Updated SC_ITEMBOOST to work similar to how it used to in r11351. [L0ne_W0lf]
+ - Will not boost drop rates past 90%, but ignores those already greater than.
+ - Now uses val2 in the sc_start as the drop rate modifier, see item_db for example.
2010/06/09
* Added support for packet 0x7fe which changes the bgm temporarily for a single player [Rikter/Yommy]
* Added 2 script commands, playBGM and playBGMall, documented use in doc/script_commands.txt [Rikter/Yommy]