summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-07 04:34:46 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-07 04:34:46 +0000
commitcc4794503fa5ad76422b76e796104dcf377459b0 (patch)
treeb1353d04fbc5a19bd78af21c031771c5cd01f9b8 /Changelog-Trunk.txt
parentf33806e6fd7e6e7f41cb87a47b6c4727636394d2 (diff)
downloadhercules-cc4794503fa5ad76422b76e796104dcf377459b0.tar.gz
hercules-cc4794503fa5ad76422b76e796104dcf377459b0.tar.bz2
hercules-cc4794503fa5ad76422b76e796104dcf377459b0.tar.xz
hercules-cc4794503fa5ad76422b76e796104dcf377459b0.zip
- Increased char buffer for reading the exp table to up to 24000 chars per line.
- Added my custom experience table that goes up to level 1000. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5209 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 8f8041da4..8079cc7bb 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,15 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/02/06
+ * Added a custom exp table that goes up to level 1000 (db/exp2.txt). [Skotlex]
+ - It uses a inverse exponential growth rate to mimic the official exp rate
+ increase as close as possible.
+ - It overrides the exp level of the last 5~10 official exp values for a
+ smoother curve.
+ - It's adjusted so that the Lv1000 exp requirement for Advanced Base/2nd
+ Job is close to the unsigned int limit without going above it (limit is
+ 4294967295 in my system. It goes up to 42k Million on Advanced
+ Base lv1000, I think)
* Fixed startnpctimer starting multiple timers instead of failing when the
npc timer is already running. [Skotlex]
* Venom Splasher update: [Skotlex]