summaryrefslogtreecommitdiff
path: root/conf-tmpl
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-28 13:58:59 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-28 13:58:59 +0000
commit48ec7a6f080c568c771c27c1ee92008174f10388 (patch)
treecb7d3ae23f30bfe82d3eb847cd4116e2483bfc2f /conf-tmpl
parent601d78b7aafcd129c053aa6b6e78d2c1a9594ed1 (diff)
downloadhercules-48ec7a6f080c568c771c27c1ee92008174f10388.tar.gz
hercules-48ec7a6f080c568c771c27c1ee92008174f10388.tar.bz2
hercules-48ec7a6f080c568c771c27c1ee92008174f10388.tar.xz
hercules-48ec7a6f080c568c771c27c1ee92008174f10388.zip
- 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
Diffstat (limited to 'conf-tmpl')
-rw-r--r--conf-tmpl/battle/skill.conf7
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