diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-24 16:13:41 +0300 |
commit | b9e48db450e300ceac447796060db4558417480f (patch) | |
tree | 370d78c43229564d4b4e4b7bc819a83a70f1d7fc /conf/battle/battleground.conf | |
parent | 2dd568bfd5557167fc3a10bbe4cc41b17c4ee95d (diff) | |
download | hercules-b9e48db450e300ceac447796060db4558417480f.tar.gz hercules-b9e48db450e300ceac447796060db4558417480f.tar.bz2 hercules-b9e48db450e300ceac447796060db4558417480f.tar.xz hercules-b9e48db450e300ceac447796060db4558417480f.zip |
Remove conf dir.
Diffstat (limited to 'conf/battle/battleground.conf')
-rw-r--r-- | conf/battle/battleground.conf | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/conf/battle/battleground.conf b/conf/battle/battleground.conf deleted file mode 100644 index b4c0b2fbd..000000000 --- a/conf/battle/battleground.conf +++ /dev/null @@ -1,17 +0,0 @@ -//-------------------------------------------------------------- -// Hercules Battle Configuration File -// Originally Translated by Peter Kieser <pfak@telus.net> -// Made in to plainer English by Ancyker -//-------------------------------------------------------------- -// Note 1: Value is a config switch (on/off, yes/no or 1/0) -// Note 2: Value is in percents (100 means 100%) -// Note 3: Value is a bit field. If no description is given, -// assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun) -//-------------------------------------------------------------- - -// Flee penalty on BG grounds. -// NOTE: It's %, not absolute, so 20 is -20% of your total flee -bg_flee_penalty: 20 - -// Interval before updating the bg-member map mini-dots (milliseconds) -bg_update_interval: 1000 |