From a4386f464b6b5eb470bf9a9d147fc0ec6e68afaf Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 26 Apr 2006 21:12:08 +0000 Subject: - 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 --- conf-tmpl/battle/items.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf-tmpl') 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 -- cgit v1.2.3-70-g09d2