diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 1 | ||||
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 1 | ||||
-rw-r--r-- | conf-tmpl/battle/skill.conf | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index afb4d1ba2..0db3445ae 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,6 +1,7 @@ Date Added
2006/08/24
+ * Changed the default of clear_skills_on_death to 0 [Skotlex]
* Added setting clear_skills_on_warp to specify when a character's
land-based skills are deleted when the caster changes maps. Defaults to all
types (skill.conf). [Skotlex]
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index b7246898f..886f443ea 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -314,6 +314,7 @@ questskill: 40 // Sets the speed you can walk/attack at. Default is 150.
speed: 40
+charspeed: 40
// Enables spirit sphere balls.
spiritball: 40
diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index a7cc6f53d..63bb739c7 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -87,7 +87,7 @@ skillrange_from_weapon: 14 skill_caster_check: yes
// Should ground placed skills be removed as soon as the caster dies? [Note 4]
-clear_skills_on_death: 15
+clear_skills_on_death: 0
// Should ground placed skills be removed when the caster changes maps? [Note 4]
clear_skills_on_warp: 15
|