diff options
Diffstat (limited to 'conf-tmpl/battle/items.conf')
-rw-r--r-- | conf-tmpl/battle/items.conf | 3 |
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
|