diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 2 | ||||
-rw-r--r-- | conf-tmpl/battle/skill.conf | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 51c0aca9b..3d6f8b3c7 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2007/05/23 + * Reverted delay_dependon_agi -> delay_dependon_dex 2007/05/19 * Enhanced log_athena.conf with global/main chat support [ultramage] - also changed the filter bit values, please reconfigure this option diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 58a7d6865..c06945888 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -31,9 +31,9 @@ casting_rate: 100 // Delay time after casting (Note 2) delay_rate: 100 -// Is the delay time dependant on the caster's AGI? (Note 1) -// Note: On Official servers no stat affects delay time -delay_dependon_agi: no +// Is the delay time is dependent on the caster's DEX? (Note 1) +// Note: On Official servers Dex does NOT affect delay time +delay_dependon_dex: no // Minimum allowed delay for ANY skills after casting (in miliseconds) (Note 1) // Note: Setting this to anything above 0 can stop speedhacks. @@ -53,9 +53,7 @@ default_skill_delay: 300 // min_skill_delay_limit. no_skill_delay: 2 -// At what dex does the cast time become zero (instacast) -// If delay_dependon_agi is enabled, this is also the amount of agi required -// for zero delay on skills. +// At what dex does the cast time become zero (instacast)? castrate_dex_scale: 150 // Will normal attacks be able to ignore the delay after skills? (Note 1) |