diff options
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 |