diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/skill.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 14d4d6f4f..0db893f6a 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -43,6 +43,13 @@ delay_dependon_dex: no // Note: Setting this to anything above 0 can stop speedhacks.
min_skill_delay_limit: 100
+// Default skill delay for non-weapon based skills which have no delay specified.
+// This delay is also the min can't walk delay of all skills.
+// NOTE: Do not set this too low, if a character starts moving too soon after
+// doing a skill, the client will not update this, and the player/mob will
+// appear to "teleport" afterwards.
+default_skill_delay: 300
+
// At what dex does the cast time become zero (instacast)
castrate_dex_scale: 150
|