diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 3 | ||||
-rw-r--r-- | conf-tmpl/battle/status.conf | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 213371962..22c9bcf6f 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added +2007/03/14 + * Changed the default of debuff_on_logout to 1 since food items shouldn't + dispell on logout. [Skotlex] 2007/03/08 * Adjustments for the new mapcache [DracoRPG] - Removed ".gat" from map names in maps_athena.conf diff --git a/conf-tmpl/battle/status.conf b/conf-tmpl/battle/status.conf index a4a156518..cb1cbdc1c 100644 --- a/conf-tmpl/battle/status.conf +++ b/conf-tmpl/battle/status.conf @@ -38,8 +38,8 @@ status_cast_cancel: 0 // 0 - remove nothing. // 1 - remove negative buffs (stripping, EF) // 2 - remove positive buffs (cooking) -// 3 - remove all buffs that are not saved on official (default) -debuff_on_logout: 3 +// 3 - remove both negative and positive buffs. +debuff_on_logout: 1 // 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 |