diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-18 19:30:22 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-18 19:30:22 +0000 |
commit | c84d6f0062cefc26af7a4d55336bc06c68a15ac3 (patch) | |
tree | e7294df5fa57a22e78a2905025100ab438627d78 /Changelog-Trunk.txt | |
parent | 80342514a6d3370029d6017428afdacce220fc17 (diff) | |
download | hercules-c84d6f0062cefc26af7a4d55336bc06c68a15ac3.tar.gz hercules-c84d6f0062cefc26af7a4d55336bc06c68a15ac3.tar.bz2 hercules-c84d6f0062cefc26af7a4d55336bc06c68a15ac3.tar.xz hercules-c84d6f0062cefc26af7a4d55336bc06c68a15ac3.zip |
- Modified the Storm Gust freeze counter code. It now takes into consideration the ID of the skill before increasing the counter, which should effectively yield the closest aproximation to official (even though the counter will reset if you step out of a SG and into another one, we do not know yet what should happen in such a case).
- Added @homshuffle. It recalculates the homunculus stats, as if the homunc was sent back to level 1, and then releveled. This command is mean to help fix those previously created Homunculus that are much stronger than they should be.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9671 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index be15728fa..2c5efe43b 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,15 @@ 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/01/18 + * Modified the Storm Gust freeze counter code. It now takes into + consideration the ID of the skill before increasing the counter, which + should effectively yield the closest aproximation to official (even though + the counter will reset if you step out of a SG and into another one, we do + not know yet what should happen in such a case). + * Added @homshuffle. It recalculates the homunculus stats, as if the homunc + was sent back to level 1, and then releveled. This command is mean to help + fix those previously created Homunculus that are much stronger than they + should be. * Fixed overflow on the mob delay adjustment setting. * Fixed characters being unable to trade again if you attempt a trade on someone who is on storage/npc when you accept the trade. [Skotlex] |