diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-27 18:38:11 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-27 18:38:11 +0000 |
commit | c19b8831b8134d9e8f000d8d5ee18ebaa2164fea (patch) | |
tree | 6c882ff6ee1fd988ec1f8fd28abf4fee7a0bcd95 /conf-tmpl/Changelog.txt | |
parent | 6b7b26291cbcabf23f5a28a684fdfcb317d7b53a (diff) | |
download | hercules-c19b8831b8134d9e8f000d8d5ee18ebaa2164fea.tar.gz hercules-c19b8831b8134d9e8f000d8d5ee18ebaa2164fea.tar.bz2 hercules-c19b8831b8134d9e8f000d8d5ee18ebaa2164fea.tar.xz hercules-c19b8831b8134d9e8f000d8d5ee18ebaa2164fea.zip |
- Moved coma to skill_additional_effect, added special_state.bonus_coma to prevent doing comma calculations for every player attack.
- Added config "vending_tax" to apply a tax to all vending requests, as it was in kRO Sakray some time ago (requested by Playtester) (items.conf).
- Some cleaning of skill_additional_effect
- Moved the starting of SC_DANCING from skill_initunitgroup to skill_unitsetting
- Moved the checks for player_skill_partner_check and (gm_skilluncond for it) to skill_check_pc_partner
- Negative aspd rate bonuses will be handled as aspd add rate since the default non-stackable bonus is useless on penalty bonuses.
- Added check to prevent the client from using passive skills.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10082 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/Changelog.txt')
-rw-r--r-- | conf-tmpl/Changelog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index af2d5c8e8..6a3045549 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added +2007/03/28 + * Added config "vending_tax" to apply a tax to all vending requests, as it + was in kRO Sakray some time ago (items.conf). 2007/03/22 * Made packet_ver_flag's description use hexadecimal values for the packet versions, and changed the default to 0xFFFF. [Skotlex] |