diff options
Diffstat (limited to 'conf-tmpl/battle')
-rw-r--r-- | conf-tmpl/battle/skill.conf | 10 |
1 files changed, 4 insertions, 6 deletions
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) |