From 48ec7a6f080c568c771c27c1ee92008174f10388 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 28 Apr 2006 13:58:59 +0000 Subject: - Removed the sending of the online guild list when you log-on, may fix the "getting stuck" problem. - Added battle config default_skill_delay. Specifies the default skill delay for most skills, it is also applied as a walkdelay (total skill walkdelay is default_skill_delay + that skill's can't walk delay) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6344 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/battle/skill.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'conf-tmpl/battle/skill.conf') 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 -- cgit v1.2.3-70-g09d2