diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-08 20:56:11 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-08 20:56:11 +0000 |
commit | 67785396c1d2a3740404bd993f74dcaad87304ab (patch) | |
tree | 56ced4d9bb4ea4a6bd074ffd5a03d205bcdcbf60 /Changelog-Trunk.txt | |
parent | 32d8ac256193c2caf9fe705b377739bbde541dc8 (diff) | |
download | hercules-67785396c1d2a3740404bd993f74dcaad87304ab.tar.gz hercules-67785396c1d2a3740404bd993f74dcaad87304ab.tar.bz2 hercules-67785396c1d2a3740404bd993f74dcaad87304ab.tar.xz hercules-67785396c1d2a3740404bd993f74dcaad87304ab.zip |
- Changed the structure of the homunculus_db file so that the homunculus and its evolved version share the same line. Also added the evolution bonuses to it.
- Updated the @homstats command to show evolution bonuses
- Cleaned up the homunculus db structure.
- Implemented the evolution stat growth bonuses.
- Some small cleanups in the mercenary.c file
- Corrected initial intimacy of a newly created homunculus (should be 21/1000)
- Incremented the size of mob.c:summon.class_[] since mob_pouch has almost 350 entries.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10965 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index a625ec58f..990833092 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,10 @@ 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/08/08 + * Implemented the evolution stat growth bonuses for homunculus. + * Updated the @homstats command to show evolution bonuses + * Corrected initial intimacy of a newly created homunculus (should be + 21/1000) [Skotlex] * Cleaned up junk left in the code by the mapcache/mapindex update - Added mapindex_getmapname(_ext) to help with ".gat" adding/removing - Moved related processing to the interface (prevents duplicity) |