summaryrefslogtreecommitdiff
path: root/conf-tmpl
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-26 21:12:08 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-26 21:12:08 +0000
commita4386f464b6b5eb470bf9a9d147fc0ec6e68afaf (patch)
tree857a98315828f5cbd2af5f7329ad1d29d6381590 /conf-tmpl
parent45821c82aec3018db2cf660d96b2246b194d9501 (diff)
downloadhercules-a4386f464b6b5eb470bf9a9d147fc0ec6e68afaf.tar.gz
hercules-a4386f464b6b5eb470bf9a9d147fc0ec6e68afaf.tar.bz2
hercules-a4386f464b6b5eb470bf9a9d147fc0ec6e68afaf.tar.xz
hercules-a4386f464b6b5eb470bf9a9d147fc0ec6e68afaf.zip
- Item use interval is set to a default of 100ms now.
- Updated Full Buster so that the can't act delay carries on to the weapon attack delay and can't use item intervals. - Added script command getbattleflag to retrieve the current value of a battle_config switch. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6296 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r--conf-tmpl/battle/items.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf-tmpl/battle/items.conf b/conf-tmpl/battle/items.conf
index 1b839e69d..4e790c3ea 100644
--- a/conf-tmpl/battle/items.conf
+++ b/conf-tmpl/battle/items.conf
@@ -70,7 +70,8 @@ item_check: no
// How much time must pass between item uses?
// Only affects the delay between using items, prevents healing item abuse. Recommended ~500 ms
-item_use_interval: 0
+// On officials this is 0, but it's set to 100ms as a measure against bots/macros.
+item_use_interval: 100
// The ghostring fix makes mob attacks not be affected by ghostring armor wearing players.
mob_ghostring_fix: yes