diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-16 20:25:11 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-16 20:25:11 +0000 |
commit | f91ac7c82d137334868bcf5f87686e3ba9d00cd0 (patch) | |
tree | 8b1c58a2761d13afd74741a440cb68121299d1a5 /conf-tmpl/battle/client.conf | |
parent | 6b4449d461ebdec0712dbe79e31b4dc8e1b6da88 (diff) | |
download | hercules-f91ac7c82d137334868bcf5f87686e3ba9d00cd0.tar.gz hercules-f91ac7c82d137334868bcf5f87686e3ba9d00cd0.tar.bz2 hercules-f91ac7c82d137334868bcf5f87686e3ba9d00cd0.tar.xz hercules-f91ac7c82d137334868bcf5f87686e3ba9d00cd0.zip |
Cleaned up the battle configs a bit (corrected overly verbose texts, typos, wrong indentation, ...)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10545 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/client.conf')
-rw-r--r-- | conf-tmpl/battle/client.conf | 40 |
1 files changed, 17 insertions, 23 deletions
diff --git a/conf-tmpl/battle/client.conf b/conf-tmpl/battle/client.conf index 3b596bd44..ca6ad6c95 100644 --- a/conf-tmpl/battle/client.conf +++ b/conf-tmpl/battle/client.conf @@ -15,16 +15,12 @@ // Originally Translated by Peter Kieser <pfak@telus.net> // Made in to plainer English by Ancyker //-------------------------------------------------------------- -//Note 1: Directives can be set using on/off, yes/no or 1/0. -//Note 2: All rates are in percents, 100 would mean 100%, 200 -// would mean 200%, etc -//Note 3: Value is not limited to 60K (see below) +// 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 not limited to 60k (see below) // Other Information: -// All options are limited to a max of 60K (aprox) which is 600% -// or 60secs as appropiate. -// 1000 miliseconds is 1 second. -// Unless otherwise specified, the minimum value is 0 for all -// features. +// All values are limited to a number between 0 and 60k +// (60000, 600%, 60secs, ...), unless otherwise specified. //-------------------------------------------------------------- // Set here which client version do you accept. Add all values of clients: @@ -58,28 +54,26 @@ max_hair_color: 8 min_cloth_color: 0 max_cloth_color: 4 -//When set to yes, the damage field in packets sent from woe maps will be set -//to -1, making it impossible for GMs, Bots and Hexed clients to know the -//actual damage caused by attacks. (Note 1) +// When set to yes, the damage field in packets sent from woe maps will be set +// to -1, making it impossible for GMs, Bots and Hexed clients to know the +// actual damage caused by attacks. (Note 1) hide_woe_damage: no -//"hair style" number that identifies pet. -//NOTE: The client uses the "hair style" field in the mob packet to tell them apart from mobs. -//This value is always higher than the max hair-style available in said client. -//Known values to work (all 2005 clients): -//older sakexes: 20 -//sakexe 0614: 24 -//sakexe 0628 (and later): 100 +// "hair style" number that identifies pet. +// NOTE: The client uses the "hair style" field in the mob packet to tell them apart from mobs. +// This value is always higher than the max hair-style available in said client. +// Known values to work (all 2005 clients): +// older sakexes: 20 +// sakexe 0614: 24 +// sakexe 0628 (and later): 100 pet_hair_style: 100 // Visible area size (how many squares away from a player can they see) area_size: 14 // Maximum user LV to send to client -// (Default is 99.. Never go above 127) -// -// this is only useful if you have adjusted your client -// to expect levels higher then 99 +// (Default is 99.. Never go above 127) +// NOTE: You also need to adjust the client if you want this to work. max_lv: 99 // Level required to display an aura. |