diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-22 19:14:42 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-22 19:14:42 +0000 |
commit | 1f9c70b90fa41a531dd1dfbd386c3b576d770e97 (patch) | |
tree | d8e3f198e67500d1a7bbf56e4825e34adc1fe692 /conf-tmpl | |
parent | e828c8642a637a3e3f63450b75ebc93f2bd4bce4 (diff) | |
download | hercules-1f9c70b90fa41a531dd1dfbd386c3b576d770e97.tar.gz hercules-1f9c70b90fa41a531dd1dfbd386c3b576d770e97.tar.bz2 hercules-1f9c70b90fa41a531dd1dfbd386c3b576d770e97.tar.xz hercules-1f9c70b90fa41a531dd1dfbd386c3b576d770e97.zip |
- Removed the include of features.h from the console.c plugin. It is apparently not needed (and it was preventing compilation on FreeBSD)
- Fixed bug which totally broke item group bonuses.
- Added warnings when setting a pvp/gvg flag removes the other flags on the same map (gvg and pvp can't coexist on the same map)
- Optimized the unequip loop when changing sex.
- Removed the check that prevented you from casting soul-collect when you already have 5 spirits.
- Corrected Magic Rod so it doesn't displays any skill-use animation until it triggers.
- Debuff on logout&2 is again set to default, instead of removing food bonuses now it removes Maximize Power, Maximum Overthrust and Steel Body.
- Corrected Steel Body's icon (it actually belongs to AutoBerserk)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10317 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 3 | ||||
-rw-r--r-- | conf-tmpl/battle/status.conf | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 2c903c390..231a5b49b 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added +2007/04/23 + * Debuff on logout&2 is again set to default, instead of removing food + bonuses now it removes Maximize Power, Maximum Overthrust and Steel Body. 2007/04/16 * Changed the default setting for emergency_call to 11 (usable all the time, but only in Gvg Maps) as described by Tharis (skill.conf). [Skotlex] diff --git a/conf-tmpl/battle/status.conf b/conf-tmpl/battle/status.conf index c35cec45e..6094abfc5 100644 --- a/conf-tmpl/battle/status.conf +++ b/conf-tmpl/battle/status.conf @@ -34,12 +34,12 @@ status_cast_cancel: 0 // Will certain skill status-changes be removed on logout? // This mimics official servers, where Extremity Fist's no SP regen, -// Strip Equipment, cooking effects are removed when you logout. Setting is: +// Strip Equipment, and some other buffs are removed when you logout. Setting is: // 0 - remove nothing. // 1 - remove negative buffs (stripping, EF) -// 2 - remove positive buffs (cooking) +// 2 - remove positive buffs (maximize power, steel body...) // 3 - remove both negative and positive buffs. -debuff_on_logout: 1 +debuff_on_logout: 3 // Adjustment for the natural rate of resistance from status changes. // If 50, status defense is halved, and you need twice as much stats to block |