summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-04 20:47:35 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-04 20:47:35 +0000
commit74382866b1dc40a990f6dcc164fac8eb4d3e5a46 (patch)
treeb34d333dcb98af911b0f53d75c7b6a1622ed94f4 /db/Changelog.txt
parent72f668162425f86e6253d571708f9a54a776c923 (diff)
downloadhercules-74382866b1dc40a990f6dcc164fac8eb4d3e5a46.tar.gz
hercules-74382866b1dc40a990f6dcc164fac8eb4d3e5a46.tar.bz2
hercules-74382866b1dc40a990f6dcc164fac8eb4d3e5a46.tar.xz
hercules-74382866b1dc40a990f6dcc164fac8eb4d3e5a46.zip
* Added SC_EXPBOOST (Field Manual), SC_ITEMBOOST (Bubble Gum) to const.txt. Allready working.
- Added SC_LIFEINSURANCE and SC_BOSSMAPINFO to const.txt. (not implemented but i will work on it) - Updated Field Manual and Bubble Gum in the itemdb.txt file. - As L0ne Wolf reported to me and based on Doddler information, the Bubble Gum only do a second try of the item drop, and it don't increase the drop rates. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11356 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/Changelog.txt')
-rw-r--r--db/Changelog.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index ad2742f13..506629797 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -13,8 +13,6 @@
Missing Effects:
12209 Life_Insurrance: No EXP penalty on death (Recommend constant: SC_NoPenelty - Has status icon)
- 12208 Field_Manual: Increased EXP rate (Recommend constant: SC_IncreasedEXP - Has status icon)
- 12210 Bubble_Gum: Increased Drop rate (Recommend constant: SC_IncreasedDropRate - Has status icon)
12214 Convex_Mirror: Detect MVP spawn on minimap; doesn't work with special condition MVPs. (Recommend constant: SC_DetectMVPSpawn)
7621 Token_of_Ziegfried: Give player the option to revive after death, through the "Respawn/Exit" menu.
@@ -37,6 +35,10 @@
13034 Desert_Twilight Small chance to activate max Attack Speed for 7 seconds.
=======================
+10/04
+ * Added SC_EXPBOOST (Field Manual), SC_ITEMBOOST (Bubble Gum) to const.txt. Allready working [Zephyrus]
+ - Added SC_LIFEINSURANCE and SC_BOSSMAPINFO (not implemented)
+ - Updated Field Manual and Bubble Gum in the itemdb.txt file.
10/01
* Fixed Frigg combo not reducing def by refine rate [Playtester]
* Reverted the bug that was added in the last update [Playtester]